Skip to Content.
Sympa Menu

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

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 (99487676b1e8ea7a2783e2b26c5bf0ba1b233350)
  • Date: Mon, 27 Oct 2008 18:45:22 -0500

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
-



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

Archive powered by MHonArc 2.6.24.

Top of Page