Skip to Content.
Sympa Menu

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

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 (b17e73e20a65f7642cdb9b1fcbe1d4577642650b)
  • Date: Sun, 17 Feb 2008 16:47:15 -0600

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

windowmanagers/icewm/DEPENDS | 15 ++++++++++++---
windowmanagers/icewm/DETAILS | 2 +-
windowmanagers/icewm/HISTORY | 4 ++++
3 files changed, 17 insertions(+), 4 deletions(-)

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

icewm: made libxrandr and libxinerama optional

diff --git a/windowmanagers/icewm/DEPENDS b/windowmanagers/icewm/DEPENDS
index ee5b5f9..ff1bd62 100755
--- a/windowmanagers/icewm/DEPENDS
+++ b/windowmanagers/icewm/DEPENDS
@@ -1,9 +1,6 @@
depends X11-LIBS &&

. $GRIMOIRE/FUNCTIONS &&
-if check_if_xorg_modular_libs; then
- depends libxrandr
-fi &&

message "Note that you don't need gnome* support when using enthrall" &&
optional_depends gnome-libs \
@@ -11,6 +8,18 @@ optional_depends gnome-libs
\
"--disable-menus-gnome1" \
"For gnome1 menu support" &&

+if check_if_xorg_modular_libs; then
+ optional_depends libxinerama \
+ "--enable-xinerama" \
+ "--disable-xinerama" \
+ "For xinerama support" &&
+
+ optional_depends libxrandr \
+ "--enable-xrandr" \
+ "--disable-xrandr" \
+ "For xrandr support"
+fi &&
+
optional_depends gnome-desktop \
"--enable-menus-gnome2" \
"--disable-menus-gnome2" \
diff --git a/windowmanagers/icewm/DETAILS b/windowmanagers/icewm/DETAILS
index 9f7cd25..d595658 100755
--- a/windowmanagers/icewm/DETAILS
+++ b/windowmanagers/icewm/DETAILS
@@ -11,7 +11,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.icewm.org
ENTERED=20010922
LICENSE[0]=GPL
- PATCHLEVEL=1
+ PATCHLEVEL=2
KEYWORDS="windowmanagers"
SHORT="Xwindows manager that emulates the looks of Motif, OS/2
and Windows."
cat << EOF
diff --git a/windowmanagers/icewm/HISTORY b/windowmanagers/icewm/HISTORY
index 1cdcc61..1230767 100644
--- a/windowmanagers/icewm/HISTORY
+++ b/windowmanagers/icewm/HISTORY
@@ -1,3 +1,7 @@
+2008-02-16 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: patchlevel=2
+ * DEPENDS: made libxinerama and libxrandr optional
+
2008-01-11 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: stable version 1.2.35
* DEPENDS: use optional_depends instead of config_query



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b17e73e20a65f7642cdb9b1fcbe1d4577642650b), Arjan Bouter, 02/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page