Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (93f0e4b55eedc31fd1ef16717473c5695378d150)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (93f0e4b55eedc31fd1ef16717473c5695378d150)
  • Date: Sat, 27 Dec 2008 10:26:56 -0600

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

windowmanagers/sawfish/BUILD | 3 ---
windowmanagers/sawfish/DEPENDS | 25 +++++++++++++++++--------
windowmanagers/sawfish/HISTORY | 4 ++++
windowmanagers/sawfish/PRE_BUILD | 4 ++++
4 files changed, 25 insertions(+), 11 deletions(-)

New commits:
commit 93f0e4b55eedc31fd1ef16717473c5695378d150
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

sawfish: DEPENDS: whitespace cleanup (sorry, I had to in order to read
it, it was nasty)

commit fc3f114319a414774eef55b7c1c542c504b5b14c
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

sawfish: forgot chmod +x

commit 1e0d29344ef265e4f03b50540afde3db43511842
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

sawfish: created PRE_BUILD, moved autogen.sh out of BUILD

commit ecc244dc1dcd00781eac54f2babe67da51bb842d
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

Revert "sawfish: fixed missing &&"

This reverts commit 262405732110ea055d6095d67f53e1d98cde3517.

commit 262405732110ea055d6095d67f53e1d98cde3517
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

sawfish: fixed missing &&

diff --git a/windowmanagers/sawfish/BUILD b/windowmanagers/sawfish/BUILD
index 105d2bb..0242d78 100755
--- a/windowmanagers/sawfish/BUILD
+++ b/windowmanagers/sawfish/BUILD
@@ -1,5 +1,2 @@
export CPPFLAGS="-I/usr/include/freetype2" &&
-if [ "${SAWFISH_CVS}" == "y" ] ; then
- ./autogen.sh
-fi
default_build
diff --git a/windowmanagers/sawfish/DEPENDS b/windowmanagers/sawfish/DEPENDS
index 52da105..050d489 100755
--- a/windowmanagers/sawfish/DEPENDS
+++ b/windowmanagers/sawfish/DEPENDS
@@ -1,11 +1,20 @@
-depends rep-gtk2
&&
-optional_depends audiofile "--with-audiofile" "--without-audiofile"
\
- "use audiofile?"
&&
-optional_depends esound "--with-esd" "--without-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"
&&
+depends rep-gtk2 &&
+optional_depends audiofile \
+ "--with-audiofile" \
+ "--without-audiofile" \
+ "use audiofile?" &&
+optional_depends esound \
+ "--with-esd" \
+ "--without-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
diff --git a/windowmanagers/sawfish/HISTORY b/windowmanagers/sawfish/HISTORY
index 22f4c45..82e2238 100644
--- a/windowmanagers/sawfish/HISTORY
+++ b/windowmanagers/sawfish/HISTORY
@@ -1,3 +1,7 @@
+2008-12-27 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * PRE_BUILD, BUILD: autogen.sh execution moved to PRE_BUILD
+ * DEPENDS: whitespace cleanup (sorry, had to to be able to read it)
+
2008-12-26 Ethan Grammatikidis <eekee57 AT fastmail.fm>
* DETAILS: corrected WEB_SITE
* DETAILS: SCM path: corrected SOURCE_URL[0]
diff --git a/windowmanagers/sawfish/PRE_BUILD
b/windowmanagers/sawfish/PRE_BUILD
new file mode 100755
index 0000000..c0d4a41
--- /dev/null
+++ b/windowmanagers/sawfish/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+if [ "${SAWFISH_CVS}" == "y" ] ; then
+ ./autogen.sh
+fi



  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (93f0e4b55eedc31fd1ef16717473c5695378d150), Ethan Grammatikidis, 12/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page