[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (99487676b1e8ea7a2783e2b26c5bf0ba1b233350)

Vlad Glagolev scm at sourcemage.org
Mon Oct 27 19:45:22 EDT 2008


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

 xfce/xfce4-dev-tools/DEPENDS |    2 +-
 xfce/xfce4-dev-tools/DETAILS |   23 ++++++++++++-----------
 xfce/xfce4-dev-tools/HISTORY |    6 +++++-
 3 files changed, 18 insertions(+), 13 deletions(-)

New commits:
commit 99487676b1e8ea7a2783e2b26c5bf0ba1b233350
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    xfce4-dev-tools: cleaned up

diff --git a/xfce/xfce4-dev-tools/DEPENDS b/xfce/xfce4-dev-tools/DEPENDS
index 1e8ecb6..13018d0 100755
--- a/xfce/xfce4-dev-tools/DEPENDS
+++ b/xfce/xfce4-dev-tools/DEPENDS
@@ -1,4 +1,4 @@
 depends autoconf &&
 depends automake &&
 depends gettext &&
-depends libtool 
+depends libtool
diff --git a/xfce/xfce4-dev-tools/DETAILS b/xfce/xfce4-dev-tools/DETAILS
index a230c58..0e42979 100755
--- a/xfce/xfce4-dev-tools/DETAILS
+++ b/xfce/xfce4-dev-tools/DETAILS
@@ -1,20 +1,21 @@
            SPELL=xfce4-dev-tools
          VERSION=4.4.0.1
  RELEASE_VERSION=$(cat $GRIMOIRE/xfce/xfce.version)
-          SOURCE="${SPELL}-${VERSION}.tar.bz2"
+          SOURCE=$SPELL-$VERSION.tar.bz2
          SOURCE2=$SOURCE.asc
    SOURCE_URL[0]=http://www.xfce.org/archive/xfce-$RELEASE_VERSION/src/${SOURCE}
-  SOURCE2_URL[0]=http://www.xfce.org/archive/xfce-$RELEASE_VERSION/src/${SOURCE2}
-     SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
-        WEB_SITE="http://www.xfce.org"
+  SOURCE2_URL[0]=$SOURCE_URL.asc
+      SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
+  SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+        WEB_SITE=http://www.xfce.org/
       LICENSE[0]=GPL
          ENTERED=20080822
-           SHORT="Development tools for XFCE 4"
+           SHORT="development tools for Xfce4"
 cat << EOF
-The Xfce Developer Tools provide an easy way to handle the setup and
-maintaince of a projects build framework. They currently consist of a bunch
-of M4 macros for commonly used checks and the xdt-autogen script, which
-examines the projects configure.ac or configure.in file(s) and calls the
-appropriate autotools in the correct order.
+The Xfce Developer Tools provide an easy way to handle the setup and maintaince
+of a projects build framework. They currently consist of a bunch of M4 macros
+for commonly used checks and the xdt-autogen script, which examines the projects
+configure.ac or configure.in file(s) and calls the appropriate autotools in the
+correct order.
 EOF
diff --git a/xfce/xfce4-dev-tools/HISTORY b/xfce/xfce4-dev-tools/HISTORY
index e26b180..8d5cb2b 100644
--- a/xfce/xfce4-dev-tools/HISTORY
+++ b/xfce/xfce4-dev-tools/HISTORY
@@ -1,6 +1,10 @@
+2008-10-28 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: quoting paths; cleaned up; fixed descs; added signature
+	  ignore
+	* DEPENDS: cleaned up
+
 2008-09-17 Arjan Bouter <abouter at sourcemage.org>
 	* DETAILS: use grimoire-wide release version
 
 2008-08-22 Pol Vinogradov <vin.public at gmail.com>
 	* DEPENDS, DETAILS: spell created
-



More information about the SM-Commit mailing list