Skip to Content.
Sympa Menu

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

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 (b4df4b7c8e53265f5f78a39d49060687fde64ee5)
  • Date: Fri, 10 Aug 2007 12:57:27 -0500

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

windowmanagers/golem/BUILD | 3 +++
windowmanagers/golem/CONFIGURE | 6 ++++++
windowmanagers/golem/DEPENDS | 10 +++++++++-
windowmanagers/golem/DETAILS | 10 +++++-----
windowmanagers/golem/HISTORY | 5 +++++
5 files changed, 28 insertions(+), 6 deletions(-)

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

golem: version bump to 0.0.6 , fixed depends and fixed building

diff --git a/windowmanagers/golem/BUILD b/windowmanagers/golem/BUILD
new file mode 100755
index 0000000..ce98a27
--- /dev/null
+++ b/windowmanagers/golem/BUILD
@@ -0,0 +1,3 @@
+unset CFLAGS CXXFLAGS LDFLAGS &&
+
+default_build
diff --git a/windowmanagers/golem/CONFIGURE b/windowmanagers/golem/CONFIGURE
new file mode 100755
index 0000000..92e20cc
--- /dev/null
+++ b/windowmanagers/golem/CONFIGURE
@@ -0,0 +1,6 @@
+config_query_option GOLEM_PLUGIN "Enable plugin support?" y \
+ "--enable-plugins" "--disable-plugins" &&
+config_query_option GOLEM_XINERAMA "Enable xinerama support?" y \
+ "--enable-xinerama" "--disable-xinerama" &&
+config_query_option GOLEM_I18N "Enable i18n support?" y \
+ "--enable-i18n" "--disable-i18n"
diff --git a/windowmanagers/golem/DEPENDS b/windowmanagers/golem/DEPENDS
index 8979a03..54d3b16 100755
--- a/windowmanagers/golem/DEPENDS
+++ b/windowmanagers/golem/DEPENDS
@@ -1 +1,9 @@
-depends X11-LIBS
+depends X11-LIBS &&
+optional_depends esound "--enable-sound" "--disable-sound" \
+ "For sound support" &&
+if [[ "$GOLEM_XINERAMA" = "--enable-xinerama" ]] ; then
+ if [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" == "xorg-libs"
]] ||
+ [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" == "xorg-server"
]] ; then
+ depends libxinerama
+ fi
+fi
diff --git a/windowmanagers/golem/DETAILS b/windowmanagers/golem/DETAILS
index 3f80439..c58fa6b 100755
--- a/windowmanagers/golem/DETAILS
+++ b/windowmanagers/golem/DETAILS
@@ -1,16 +1,16 @@
SPELL=golem
- VERSION=0.0.5
- SOURCE=$SPELL-$VERSION.tar.gz
+ 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:af02e19ea687e2eea6705f0d394cbe77da53cb57f6d81a15e637993d8851ac83089a195b67e9486ff7d90d7abc69ddbde6143a3a6146bc5c496874c783aee71d
+
SOURCE_HASH=sha512:6f4ecd170c076795b7031cbb8dcd80c2d1c3b531f3a69474587b75fcdd80826e27997e2b0b7877f749b9b1f143871d7b00258c6bc6492a54a09af363c170b5f4
WEB_SITE=http://golem.sourceforge.net/
ENTERED=20011211
- UPDATED=20020605
LICENSE[0]=BSD
+# GCC_VERSION=3.4
KEYWORDS="windowmanagers"
- SHORT="X11 Window Manager."
+ SHORT="X11 Window Manager"
cat << EOF
Golem is an X11 Window Manager. Design goals are that it be fast and
lightweight, as well as very customizable in any way that will not
diff --git a/windowmanagers/golem/HISTORY b/windowmanagers/golem/HISTORY
index d50f5d2..5f77a65 100644
--- a/windowmanagers/golem/HISTORY
+++ b/windowmanagers/golem/HISTORY
@@ -1,3 +1,8 @@
+2007-08-10 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: updated to 0.0.6
+ * DEPENDS: added more optional deps
+ * BUILD: removed CFLAGS CXXFLAGS LDFLAGS to make it build
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b4df4b7c8e53265f5f78a39d49060687fde64ee5), Arjan Bouter, 08/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page