Skip to Content.
Sympa Menu

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

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 (17082fc8187c47508c1ccdb5d733d9c7174108d3)
  • Date: Mon, 27 Oct 2008 19:51:46 -0500

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

xfce/xfprint/BUILD | 7 ++++---
xfce/xfprint/DEPENDS | 15 +++++++++------
xfce/xfprint/DETAILS | 13 +++++++------
xfce/xfprint/HISTORY | 6 +++++-
4 files changed, 25 insertions(+), 16 deletions(-)

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

xfprint: => 4.4.3

diff --git a/xfce/xfprint/BUILD b/xfce/xfprint/BUILD
index 0881684..121a556 100755
--- a/xfce/xfprint/BUILD
+++ b/xfce/xfprint/BUILD
@@ -1,4 +1,5 @@
-if [ "$LETTER" = "y" ]; then
- OPTS="$OPTS --enable-letter"
-fi &&
+if [[ $LETTER == y ]]; then
+ OPTS="--enable-letter $OPTS"
+fi &&
+
default_build
diff --git a/xfce/xfprint/DEPENDS b/xfce/xfprint/DEPENDS
index 0a80bc8..f689a4c 100755
--- a/xfce/xfprint/DEPENDS
+++ b/xfce/xfprint/DEPENDS
@@ -1,8 +1,11 @@
-depends gtk+2 &&
-depends libxfcegui4 &&
-depends libxfce4util &&
-depends libxfce4mcs &&
+depends gtk+2 &&
+depends libxfcegui4 &&
+depends libxfce4util &&
+depends libxfce4mcs &&
depends xfce-mcs-manager &&
-depends a2ps &&
+depends a2ps &&

-optional_depends "CUPS" "--enable-cups" "--disable-cups" "to print to cups
printers"
+optional_depends CUPS \
+ "--enable-cups" \
+ "--disable-cups" \
+ "to print to cups printers"
diff --git a/xfce/xfprint/DETAILS b/xfce/xfprint/DETAILS
index 07844aa..ccab5d0 100755
--- a/xfce/xfprint/DETAILS
+++ b/xfce/xfprint/DETAILS
@@ -1,9 +1,10 @@
SPELL=xfprint
- 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,8 +12,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=BSD
ENTERED=20030608
KEYWORDS="printer xfce"
- SHORT="Print dialog and printer manager for XFce 4"
+ SHORT="print dialog and printer manager for Xfce4"
cat << EOF
-xfprint contains a print dialog and a printer manager
-for the XFce 4 Desktop Environment.
+xfprint contains a print dialog and a printer manager for the XFce 4 Desktop
+Environment.
EOF
diff --git a/xfce/xfprint/HISTORY b/xfce/xfprint/HISTORY
index 058bf2c..270ff3e 100644
--- a/xfce/xfprint/HISTORY
+++ b/xfce/xfprint/HISTORY
@@ -1,3 +1,8 @@
+2008-10-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.4.3 (Xfce 4.4.3); quoting paths;
corrected
+ VERSION
+ * BUILD, DEPENDS: cleaned up
+
2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: use grimoire-wide release version

@@ -107,4 +112,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 (17082fc8187c47508c1ccdb5d733d9c7174108d3), Vlad Glagolev, 10/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page