Skip to Content.
Sympa Menu

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

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 (ad055b1bf346000e0d44bdb733b178e35feee953)
  • Date: Tue, 16 Sep 2008 18:56:51 -0500

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

windowmanagers/afterstep/BUILD | 2 +
windowmanagers/afterstep/CONFIGURE | 21 +++++++++++++++++
windowmanagers/afterstep/DEPENDS | 45
++++++++++++++++++++++++++++++++++++-
windowmanagers/afterstep/HISTORY | 4 +++
4 files changed, 71 insertions(+), 1 deletion(-)

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

afterstep: added some options and even more dependencies

diff --git a/windowmanagers/afterstep/BUILD b/windowmanagers/afterstep/BUILD
new file mode 100755
index 0000000..94ee0f6
--- /dev/null
+++ b/windowmanagers/afterstep/BUILD
@@ -0,0 +1,2 @@
+OPTS="$AFTERSTEP_OPTS $OPTS"
+default_build
diff --git a/windowmanagers/afterstep/CONFIGURE
b/windowmanagers/afterstep/CONFIGURE
new file mode 100755
index 0000000..220a011
--- /dev/null
+++ b/windowmanagers/afterstep/CONFIGURE
@@ -0,0 +1,21 @@
+config_query_option AFTERSTEP_OPTS 'Enable script support?' y \
+ '--enable-script' '--disable-script' &&
+
+config_query_option AFTERSTEP_OPTS 'Enable saving windows for next session?'
y \
+ '--enable-savewindows' '--disable-savewindows'
&&
+
+config_query_option AFTERSTEP_OPTS 'Enable virtual desktop support?' y
\
+ '--enable-virtual' '--disable-virtual'
&&
+
+config_query_option AFTERSTEP_OPTS 'Check for availability of menu items?' y
\
+ '--enable-availability' '--disable-availability'
&&
+
+config_query_option AFTERSTEP_OPTS 'Enable Afterstep control panel?' y \
+ '--enable-ascp' '--disable-ascp' &&
+
+message "Afterstep's developers would like you to send them a postcard \
+(actually an email) with the configuration details to help with
development." &&
+config_query_option AFTERSTEP_OPTS 'Send a postcard?' n \
+ '--enable-send-postcard-to-developer' \
+ '--disable-send-postcard-to-developer'
+
diff --git a/windowmanagers/afterstep/DEPENDS
b/windowmanagers/afterstep/DEPENDS
index efa6e13..5341db2 100755
--- a/windowmanagers/afterstep/DEPENDS
+++ b/windowmanagers/afterstep/DEPENDS
@@ -1 +1,44 @@
-depends xorg-libs
+depends xorg-libs &&
+
+optional_depends libxext '--enable-shaping --enable-shmimage' \
+ '--without-shaping --without-shmimage' \
+ 'For SHAPE and shared memory extension support' &&
+
+optional_depends libxinerama '--enable-xinerama' \
+ '--disable-xinerama' 'For Xinerama support' &&
+
+optional_depends alsa-lib '--enable-alsa' \
+ '--disable-alsa' 'For ALSA audio support' &&
+
+optional_depends OPENGL '--enable-glx' \
+ '--disable-glx' 'For OPENGL support' &&
+
+optional_depends jpeg '--with-jpeg' '--without-jpeg' \
+ 'For JPEG image support' &&
+
+optional_depends giflib '--with-gif' '--without-gif' \
+ 'For GIF image support' &&
+
+optional_depends tiff '--with-tiff' '--without-tiff' \
+ 'For TIFF image support' &&
+
+optional_depends libpng '--with-png' '--without-png' \
+ 'For PNG image support' &&
+
+optional_depends librsvg2 '--with-svg' '--without-svg' \
+ 'For SVG image support' &&
+
+optional_depends libxpm '--with-xpm' '--without-xpm' \
+ 'For XPM image support' &&
+
+optional_depends zlib '--with-builtin-zlib' \
+ '--without-builtin-zlib' 'Use system zlib' &&
+
+optional_depends readline '--with-readline' \
+ '--without-readline' 'For readline support' &&
+
+optional_depends freetype2 '--with-ttf' '--without-ttf' \
+ 'For TrueType Font support' &&
+
+optional_depends gtk+2 '--with-gtk' '--without-gtk' \
+ 'For GTK support'
diff --git a/windowmanagers/afterstep/HISTORY
b/windowmanagers/afterstep/HISTORY
index bc4b64b..adb6242 100644
--- a/windowmanagers/afterstep/HISTORY
+++ b/windowmanagers/afterstep/HISTORY
@@ -1,3 +1,7 @@
+2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: added a LOT of missing dependencies
+ * CONFIGURE: added some more options
+
2008-03-19 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 2.2.8




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (ad055b1bf346000e0d44bdb733b178e35feee953), Arjan Bouter, 09/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page