Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b256ea3c2ff40800e078cfaaa2a7b618da494a32)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b256ea3c2ff40800e078cfaaa2a7b618da494a32)
  • Date: Tue, 17 Jun 2008 20:44:46 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 4 +
windowmanagers/metisse/BUILD | 2
windowmanagers/metisse/CONFLICTS | 3 -
windowmanagers/metisse/DEPENDS | 1
windowmanagers/metisse/DETAILS | 14 ------
windowmanagers/metisse/HISTORY | 29 --------------
windowmanagers/metisse/INSTALL | 3 -
windowmanagers/metisse/metisse.desktop | 8 ---
windowmanagers/metisse/startmetisse | 67
---------------------------------
9 files changed, 4 insertions(+), 127 deletions(-)

New commits:
commit b256ea3c2ff40800e078cfaaa2a7b618da494a32
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

metisse: removing spell. not deprecating to prevent removing a working
build someone might have running. It fails to build and nobody stepped up
in over 5 months to try and get it building. The project also hasn't seen
any updates for quite a while.

diff --git a/ChangeLog b/ChangeLog
index 5a5040b..0989cf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-18 Arjan Bouter <abouter AT sourcemage.org>
+ * windowmanagers/metisse: removed windowmanager, not deprecating
+ someone might have an old build running.
+
2008-06-18 Vlad Glagolev <stealth AT sourcemage.org>
* lua-forge/luacurl: new spell, Lua module providing Internet
browsing based
on the cURL lib
diff --git a/windowmanagers/metisse/BUILD b/windowmanagers/metisse/BUILD
deleted file mode 100755
index 62767ff..0000000
--- a/windowmanagers/metisse/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-make_single &&
-default_build
diff --git a/windowmanagers/metisse/CONFLICTS
b/windowmanagers/metisse/CONFLICTS
deleted file mode 100755
index bcc9eeb..0000000
--- a/windowmanagers/metisse/CONFLICTS
+++ /dev/null
@@ -1,3 +0,0 @@
-# Their page says metisse doesn't conflict with fvwm, but metisse
-# tries to install fvwm-root and xpmroot, which fvwm already has
-conflicts fvwm
diff --git a/windowmanagers/metisse/DEPENDS b/windowmanagers/metisse/DEPENDS
deleted file mode 100755
index 156c187..0000000
--- a/windowmanagers/metisse/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends nucleo
diff --git a/windowmanagers/metisse/DETAILS b/windowmanagers/metisse/DETAILS
deleted file mode 100755
index 9f6784b..0000000
--- a/windowmanagers/metisse/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- SPELL=metisse
- VERSION=0.4.0-rc4
- SOURCE=${SPELL}-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://insitu.lri.fr/metisse/download/latest/${SOURCE}
- WEB_SITE=http://insitu.lri.fr/metisse
-
SOURCE_HASH=sha512:b9b4d35a66ef7b832893fcc0fc5d9ea13ea626f96e9c96a9e89b2a50673c61216beb26428bbe7d9d2899421f978dca8d66ea7b9cd306001035fe612c9315f599
- ENTERED=20040715
- LICENSE[0]=GPL
- KEYWORDS="opengl windowmanagers"
- SHORT="OpenGL X desktop"
-cat << EOF
-Metisse is an experimental X desktop with some OpenGL capacity. It consists
of a virtual X server called Xwnc, a special version of FVWM, and a FVWM
module FvwmAmetista. Xwnc is a mix of Xvnc and XDarwin. It draws nothing on
your screen; everything is drawn into pixmaps. Similarly to Xvnc, but with a
different protocol, Xwnc can send these pixmaps (and other information) to a
"viewer". FvwmAmetista is such a viewer; it uses OpenGL for rendering the X
desktop into a window of a "regular" 3D accelerated X server.
-EOF
diff --git a/windowmanagers/metisse/HISTORY b/windowmanagers/metisse/HISTORY
deleted file mode 100644
index de12670..0000000
--- a/windowmanagers/metisse/HISTORY
+++ /dev/null
@@ -1,29 +0,0 @@
-2008-01-03 Arjan Bouter <abouter AT sourcemage.org>
- * DETAILS: 0.4.0-rc4
-
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-04-07 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Removed MAKE_NJOBS=1
- * BUILD: Run make_single before default_build
- * INSTALL: Run make_normal before default_install
-
-2005-03-17 Arjan Bouter <abouter AT sourcemage.org>
- * INSTALL: edited to call install_wmfiles
-
-2004-07-21 Arjan Bouter <a_bouter AT ezrs.com>
- * INSTALL: added check for xsessions
-
-2004-07-15 Eric Sandall <sandalle AT sourcemage.org>
- * Created
-
diff --git a/windowmanagers/metisse/INSTALL b/windowmanagers/metisse/INSTALL
deleted file mode 100755
index 9330d51..0000000
--- a/windowmanagers/metisse/INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-make_normal &&
-default_install &&
-install_wmfiles
diff --git a/windowmanagers/metisse/metisse.desktop
b/windowmanagers/metisse/metisse.desktop
deleted file mode 100644
index bde1ae8..0000000
--- a/windowmanagers/metisse/metisse.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Metisse
-Comment=This session logs you into Metisse
-Exec=startmetisse
-TryExec=startmetisse
-Icon=
-Type=Application
diff --git a/windowmanagers/metisse/startmetisse
b/windowmanagers/metisse/startmetisse
deleted file mode 100644
index dff4eaa..0000000
--- a/windowmanagers/metisse/startmetisse
+++ /dev/null
@@ -1,67 +0,0 @@
-#!/bin/sh
-#
-# metisse
-#
-# Copyright (C) 2004 Eric Sandall <sandalle AT sourcemage.org>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-
-#
-# Example from: http://insitu.lri.fr/~chapuis/metisse/running.html
-#
-# FvwmAmetista uses OpenGL. It is strongly recommended to use it with a 3D
-# capable video card and an X server which takes advantage of it.
-#
-# Under an usual (3D accelerated) X session start Xwnc on a free display:
-#
-# Xwnc -ac -geometry widthxheight :a_free_display
-#
-# which gives for example:
-#
-# Xwnc -ac -geometry 1024x768 :1
-#
-# If you do not want to use the -ac option (disable access control
restrictions)
-# and if you never run an X server on the Xwnc display, you should use xauth
to
-# create an entry in the ~/.Xauthority file. Type "xauth list" to see if you
-# have such entry. Something like:
-#
-# co=`hostname`":the_free_dpy MIT-MAGIC-COOKIE-1 "`mcookie`; xauth add $co
-#
-# should create one.
-#
-# Xwnc listen for WNC connections on a TCP port and accept, by default, all
-# connections. If you have a vnc password file (~/.vnc/passwd, you can create
-# one with vncpasswd) you can use the Xwnc "-rfbauth" option to specify this
-# file. Then, Xwnc will ask for a password.
-#
-# Type "Xwnc -help" for the full list of the Xwnc options.
-#
-# Then start fvwm and FvwmAmetista:
-#
-# metisse-start-fvwm -wd :the_Xwnc_display [-wp password]
-#
-# The -wd option is needed only if the Xwnc display is not :1.
-#
-# The first time you run metisse-start-fvwm, it creates a new directory
-# .fvwm-metisse in your $HOME and install some configuration files in this
-# directory. The .fvwm2rc file should not be edited. You may have to edit
some
-# of these configurations files to feet your need and to develop simple
-# experimentation. See the next section, read the head of ametistarc and see
the
-# fvwm man page as well as the FVWM modules man pages.
-#
-
-exec Xwnc -ac :$DISPLAY &
-exec metisse-start-fvwm -wd :$DISPLAY




Archive powered by MHonArc 2.6.24.

Top of Page