Skip to Content.
Sympa Menu

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

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 (5a9da887def2f96923f5c4efad2da7758c1c960b)
  • Date: Thu, 3 Jan 2008 11:42:10 -0600

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

windowmanagers/sawfish/DEPENDS | 16 ++++++++++------
windowmanagers/sawfish/HISTORY | 4 ++++
windowmanagers/sawfish/PRE_BUILD | 3 +++
3 files changed, 17 insertions(+), 6 deletions(-)

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

sawfish: fixed DEPENDS

diff --git a/windowmanagers/sawfish/DEPENDS b/windowmanagers/sawfish/DEPENDS
index ef68d1b..a9e3fa9 100755
--- a/windowmanagers/sawfish/DEPENDS
+++ b/windowmanagers/sawfish/DEPENDS
@@ -1,8 +1,12 @@
-depends imlib &&
-depends librep &&
-depends gtk+ &&
-depends rep-gtk2 &&
-optional_depends "gnome-libs" "" "" "for gnome support"
-if [ "${SAWFISH_CVS}"="y" ] ; then
+depends rep-gtk2 &&
+optional_depends audiofile "--with-audiofile" "--without-audiofile" \
+ "use audiofile?" &&
+optional_depends esound "--with-esd" "--with-esd" "for esound support" &&
+optional_depends imlib "--without-gdk-pixbuf" "--with-gdk-pixbuf" \
+ "use imlib instead of gdk-pixbuf for images?" &&
+
+optional_depends libgnome "" "" "for gnome support" &&
+
+if [ "${SAWFISH_CVS}" = "y" ] ; then
depends CVS
fi
diff --git a/windowmanagers/sawfish/HISTORY b/windowmanagers/sawfish/HISTORY
index 4e07b95..fa155e9 100644
--- a/windowmanagers/sawfish/HISTORY
+++ b/windowmanagers/sawfish/HISTORY
@@ -1,3 +1,7 @@
+2008-01-03 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: cleaned up and added optional esound
+ * PRE_BUILD: added
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/windowmanagers/sawfish/PRE_BUILD
b/windowmanagers/sawfish/PRE_BUILD
new file mode 100755
index 0000000..112938e
--- /dev/null
+++ b/windowmanagers/sawfish/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit 's#static char \*prog_name;#/* static char \*prog_name; */#' src/main.c



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (5a9da887def2f96923f5c4efad2da7758c1c960b), Arjan Bouter, 01/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page