Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b1de58dee4e37a89437b8613cc7f7862c47666df)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b1de58dee4e37a89437b8613cc7f7862c47666df)
  • Date: Mon, 27 Oct 2008 20:07:08 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

xfce/xfwm4/DEPENDS | 25 ++++++++++++-------------
xfce/xfwm4/DETAILS | 11 ++++++-----
xfce/xfwm4/HISTORY | 5 ++++-
3 files changed, 22 insertions(+), 19 deletions(-)

New commits:
commit b1de58dee4e37a89437b8613cc7f7862c47666df
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xfwm4: => 4.4.3

diff --git a/xfce/xfwm4/DEPENDS b/xfce/xfwm4/DEPENDS
index c12275d..cd79388 100755
--- a/xfce/xfwm4/DEPENDS
+++ b/xfce/xfwm4/DEPENDS
@@ -1,16 +1,15 @@
-depends xfce-mcs-manager &&
+depends xfce-mcs-manager &&

-if [ "$COMPOSITOR" = "y" ]; then
- depends libxdamage "--enable-compositor" &&
- depends libxrender
-fi &&
+if [[ $COMPOSITOR == y ]]; then
+ depends libxdamage "--enable-compositor" &&
+ depends libxrender
+fi &&

-optional_depends libxrandr \
- "--enable-randr" \
- "--disable-randr" \
- "for X11 Xrandr extension support" &&
+optional_depends libxrandr \
+ "--enable-randr" \
+ "--disable-randr" \
+ "for X11 Xrandr extension support" &&

-optional_depends "startup-notification" \
- "" \
- "" \
- "for startup notification"
+optional_depends startup-notification \
+ "" "" \
+ "for startup notification"
diff --git a/xfce/xfwm4/DETAILS b/xfce/xfwm4/DETAILS
index 252850e..875c1ff 100755
--- a/xfce/xfwm4/DETAILS
+++ b/xfce/xfwm4/DETAILS
@@ -1,17 +1,18 @@
SPELL=xfwm4
- VERSION=$(cat $GRIMOIRE/xfce/xfce.version)
+ VERSION=4.4.3
+ RELEASE_VERSION=$(cat $GRIMOIRE/xfce/xfce.version)
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.xfce.org/archive/xfce-$VERSION/src/$SOURCE
- SOURCE2_URL=$SOURCE_URL.asc
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_URL[0]=http://www.xfce.org/archive/xfce-$RELEASE_VERSION/src/$SOURCE
+ SOURCE2_URL=$SOURCE_URL.asc
WEB_SITE=http://www.xfce.org/
SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
LICENSE[0]=GPL
ENTERED=20030608
KEYWORDS="xfce"
- SHORT="Next generation window manager for xfce"
+ SHORT="next generation window manager for xfce"
cat << EOF
xfwm4 is a window manager compatable with GNOME, GNOME2, KDE2, KDE3 and Xfce.
EOF
diff --git a/xfce/xfwm4/HISTORY b/xfce/xfwm4/HISTORY
index d20e9ca..da122e6 100644
--- a/xfce/xfwm4/HISTORY
+++ b/xfce/xfwm4/HISTORY
@@ -1,3 +1,7 @@
+2008-10-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.4.3 (Xfce 4.4.3); quoting paths;
corrected VERSION
+ * DEPENDS: cleaned up
+
2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: use grimoire-wide release version

@@ -118,4 +122,3 @@

2003-06-08 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DEPENDS, DETAILS, HISTORY: created the spell
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b1de58dee4e37a89437b8613cc7f7862c47666df), Vlad Glagolev, 10/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page