[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3406ebd41268bd9c828663c1d79cdcfa8141fb25)

Vlad Glagolev scm at sourcemage.org
Mon Oct 27 21:01:32 EDT 2008


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

 xfce/xfdesktop/DEPENDS   |   16 ++++++++--------
 xfce/xfdesktop/DETAILS   |    9 +++++----
 xfce/xfdesktop/HISTORY   |    7 ++++++-
 xfce/xfdesktop/PRE_BUILD |    8 ++++----
 4 files changed, 23 insertions(+), 17 deletions(-)

New commits:
commit 3406ebd41268bd9c828663c1d79cdcfa8141fb25
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    xfdesktop: => 4.4.3

diff --git a/xfce/xfdesktop/DEPENDS b/xfce/xfdesktop/DEPENDS
index f94c26b..e717f8b 100755
--- a/xfce/xfdesktop/DEPENDS
+++ b/xfce/xfdesktop/DEPENDS
@@ -1,13 +1,13 @@
 depends xfce4-panel &&
 
-optional_depends dbus "" "" "To use dbus" &&
-
-optional_depends thunar                       \
-                 "--enable-thunarx"           \
-                 "--disable-thunarx"          \
+optional_depends thunar \
+                 "--enable-thunarx" \
+                 "--disable-thunarx" \
                  "For desktop launcher icons" &&
 
-optional_depends exo             \
-                 "--enable-exo"  \
+optional_depends exo \
+                 "--enable-exo" \
                  "--disable-exo" \
-                 "For nifty icon effects"
+                 "For nifty icon effects" &&
+
+optional_depends dbus "" "" "For D-Bus usage"
diff --git a/xfce/xfdesktop/DETAILS b/xfce/xfdesktop/DETAILS
index 50b3e09..4fa7fe4 100755
--- a/xfce/xfdesktop/DETAILS
+++ b/xfce/xfdesktop/DETAILS
@@ -1,9 +1,10 @@
            SPELL=xfdesktop
-         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
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+   SOURCE_URL[0]=http://www.xfce.org/archive/xfce-$RELEASE_VERSION/src/$SOURCE
   SOURCE2_URL[0]=$SOURCE_URL.asc
         WEB_SITE=http://www.xfce.org/
       SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
@@ -11,7 +12,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
       LICENSE[0]=GPL
          ENTERED=20030608
         KEYWORDS="xfce"
-           SHORT="Desktop manager for the XFce Desktop Environment"
+           SHORT="desktop manager for the XFce Desktop Environment"
 cat << EOF
 xfdesktop contain a desktop manager for the XFce Desktop Environment
 EOF
diff --git a/xfce/xfdesktop/HISTORY b/xfce/xfdesktop/HISTORY
index d50d52e..bab43d1 100644
--- a/xfce/xfdesktop/HISTORY
+++ b/xfce/xfdesktop/HISTORY
@@ -1,3 +1,9 @@
+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
+	* PRE_BUILD: quoting paths; cleaned up
+
 2008-09-17 Arjan Bouter <abouter at sourcemage.org>
 	* DETAILS: use grimoire-wide release version
 
@@ -102,4 +108,3 @@
 
 2003-06-08 Arwed v. Merkatz <v.merkatz at gmx.net>
 	* DEPENDS, DETAILS, HISTORY: created the spell
-
diff --git a/xfce/xfdesktop/PRE_BUILD b/xfce/xfdesktop/PRE_BUILD
index 1b7a34f..48c1f72 100755
--- a/xfce/xfdesktop/PRE_BUILD
+++ b/xfce/xfdesktop/PRE_BUILD
@@ -1,5 +1,5 @@
-default_pre_build  &&
-cd ${SOURCE_DIRECTORY}  &&
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
 
-sedit "s:G_INLINE_FUNC void desktop_menuspec_path_free:void desktop_menuspec_path_free:"  \
-modules/menu/desktop-menuspec.h
+sed -i "s:G_INLINE_FUNC void desktop_menuspec_path_free:void desktop_menuspec_path_free:" \
+       modules/menu/desktop-menuspec.h



More information about the SM-Commit mailing list