Skip to Content.
Sympa Menu

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

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 (585505b8ae02d0dbcc62485e3195b587dec34057)
  • Date: Fri, 27 Feb 2009 18:58:27 -0600

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

windowmanagers/aewm/DETAILS | 2 +-
windowmanagers/aewm/HISTORY | 4 ++++
windowmanagers/golem/BUILD | 1 +
windowmanagers/golem/CONFIGURE | 4 ----
windowmanagers/golem/DEPENDS | 5 -----
windowmanagers/golem/DETAILS | 8 +-------
windowmanagers/golem/HISTORY | 3 +++
windowmanagers/golem/INSTALL | 3 +--
windowmanagers/golem/PRE_BUILD | 1 +
windowmanagers/golem/TRIGGERS | 1 +
windowmanagers/golem/configs | 1 -
windowmanagers/golem/golem.desktop | 8 --------
windowmanagers/golem/startgolem | 22 ----------------------
windowmanagers/golem/volatiles | 1 -
14 files changed, 13 insertions(+), 51 deletions(-)

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

aewm: corrected sha512sum, if anyone has the old sources please check
the changes...

commit 09561cd788ad7489ea5090ed2281d2b8e14161f4
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

golem: deprecated, doesn't build anymore.

diff --git a/windowmanagers/aewm/DETAILS b/windowmanagers/aewm/DETAILS
index 39c20e1..cab59ce 100755
--- a/windowmanagers/aewm/DETAILS
+++ b/windowmanagers/aewm/DETAILS
@@ -3,7 +3,7 @@
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.red-bean.com/~decklin/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:b5cb97c6e38a53b3b914520842a610cc6a8f7405f862f482b08ac4aa615ab865aab5ea2d53d63f53b0bf7b612ba5d1fa32a3a78ef1bd2e5d7609f64f2536c360
+
SOURCE_HASH=sha512:69435edf1ba99661464221070ab6708a875056d244ee73b2eba1ed2beefba52ac2418d37e0d8b9f0c7c8a382e9d8740215b9c7098eca4f39cdf73b3c894125f1
WEB_SITE=http://www.red-bean.com/~decklin/$SPELL/
ENTERED=20020128
LICENSE[0]=http://www.xfree86.org/current/LICENSE1.html#1
diff --git a/windowmanagers/aewm/HISTORY b/windowmanagers/aewm/HISTORY
index f3ed0bf..8c70b66 100644
--- a/windowmanagers/aewm/HISTORY
+++ b/windowmanagers/aewm/HISTORY
@@ -1,3 +1,7 @@
+2009-02-28 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: fixed sha512sum, as I don't have the sources for the old
checksum,
+ I can't check the changes myself.
+
2008-01-03 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 1.3.12

diff --git a/windowmanagers/golem/BUILD b/windowmanagers/golem/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/windowmanagers/golem/BUILD
@@ -0,0 +1 @@
+true
diff --git a/windowmanagers/golem/CONFIGURE b/windowmanagers/golem/CONFIGURE
deleted file mode 100755
index 8d953c5..0000000
--- a/windowmanagers/golem/CONFIGURE
+++ /dev/null
@@ -1,4 +0,0 @@
-config_query_option GOLEM_PLUGIN "Enable plugin support?" y \
- "--enable-plugins" "--disable-plugins" &&
-config_query_option GOLEM_I18N "Enable i18n support?" y \
- "--enable-i18n" "--disable-i18n"
diff --git a/windowmanagers/golem/DEPENDS b/windowmanagers/golem/DEPENDS
deleted file mode 100755
index 2a04eab..0000000
--- a/windowmanagers/golem/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends xorg-libs &&
-optional_depends esound "--enable-sound" "--disable-sound" \
- "For sound support" &&
-optional_depends libxinerama "--enable-xinerama" "--disable-xinerama" \
- "For xinerama support"
diff --git a/windowmanagers/golem/DETAILS b/windowmanagers/golem/DETAILS
index c58fa6b..e3cc867 100755
--- a/windowmanagers/golem/DETAILS
+++ b/windowmanagers/golem/DETAILS
@@ -1,14 +1,8 @@
SPELL=golem
- VERSION=0.0.6
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_URL[1]=http://download.sourcemage.org/mirror/$SOURCE
-
SOURCE_HASH=sha512:6f4ecd170c076795b7031cbb8dcd80c2d1c3b531f3a69474587b75fcdd80826e27997e2b0b7877f749b9b1f143871d7b00258c6bc6492a54a09af363c170b5f4
+ VERSION=deprecated
WEB_SITE=http://golem.sourceforge.net/
ENTERED=20011211
LICENSE[0]=BSD
-# GCC_VERSION=3.4
KEYWORDS="windowmanagers"
SHORT="X11 Window Manager"
cat << EOF
diff --git a/windowmanagers/golem/HISTORY b/windowmanagers/golem/HISTORY
index 89b58ec..609141b 100644
--- a/windowmanagers/golem/HISTORY
+++ b/windowmanagers/golem/HISTORY
@@ -1,3 +1,6 @@
+2009-02-28 Arjan Bouter <abouter AT sourcemage.org>
+ * spell deprecated, doesn't build.
+
2008-10-09 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: fixed a typo. (missing ")
* BUILD: removed, no longer needed
diff --git a/windowmanagers/golem/INSTALL b/windowmanagers/golem/INSTALL
index c514af8..27ba77d 100755
--- a/windowmanagers/golem/INSTALL
+++ b/windowmanagers/golem/INSTALL
@@ -1,2 +1 @@
-default_install &&
-install_wmfiles
+true
diff --git a/windowmanagers/golem/PRE_BUILD b/windowmanagers/golem/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/windowmanagers/golem/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/windowmanagers/golem/TRIGGERS b/windowmanagers/golem/TRIGGERS
new file mode 100755
index 0000000..6afb62f
--- /dev/null
+++ b/windowmanagers/golem/TRIGGERS
@@ -0,0 +1 @@
+on_cast $SPELL dispel_self
diff --git a/windowmanagers/golem/configs b/windowmanagers/golem/configs
deleted file mode 100755
index b79bba6..0000000
--- a/windowmanagers/golem/configs
+++ /dev/null
@@ -1 +0,0 @@
-^/usr/share/golem/plugins/simple_menus/rc$
diff --git a/windowmanagers/golem/golem.desktop
b/windowmanagers/golem/golem.desktop
deleted file mode 100644
index 35f3c05..0000000
--- a/windowmanagers/golem/golem.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Golem
-Comment=This session logs you into Golem
-Exec=startgolem
-TryExec=startgolem
-Icon=
-Type=Application
diff --git a/windowmanagers/golem/startgolem b/windowmanagers/golem/startgolem
deleted file mode 100644
index d44979f..0000000
--- a/windowmanagers/golem/startgolem
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-#
-# startgolem
-#
-# 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.
-#
-
-exec golem
diff --git a/windowmanagers/golem/volatiles b/windowmanagers/golem/volatiles
deleted file mode 100755
index b79bba6..0000000
--- a/windowmanagers/golem/volatiles
+++ /dev/null
@@ -1 +0,0 @@
-^/usr/share/golem/plugins/simple_menus/rc$



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (585505b8ae02d0dbcc62485e3195b587dec34057), Arjan Bouter, 02/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page