Skip to Content.
Sympa Menu

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

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 (c9d986ef3a0d1defce7169dde2b2c53f0ac823fd)
  • Date: Thu, 9 Oct 2008 07:51:36 -0500

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

gnome2-libs/libgnomeprint/BUILD | 2 --
gnome2-libs/libgnomeprint/DEPENDS | 3 +--
gnome2-libs/libgnomeprint/DETAILS | 2 +-
gnome2-libs/libgnomeprint/HISTORY | 4 ++++
4 files changed, 6 insertions(+), 5 deletions(-)

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

libgnomeprint: fixed deps

diff --git a/gnome2-libs/libgnomeprint/BUILD b/gnome2-libs/libgnomeprint/BUILD
deleted file mode 100755
index bad1e65..0000000
--- a/gnome2-libs/libgnomeprint/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-OPTS="--disable-gtk-doc $OPTS" &&
-default_build
diff --git a/gnome2-libs/libgnomeprint/DEPENDS
b/gnome2-libs/libgnomeprint/DEPENDS
index 58619de..4dd4821 100755
--- a/gnome2-libs/libgnomeprint/DEPENDS
+++ b/gnome2-libs/libgnomeprint/DEPENDS
@@ -5,9 +5,8 @@ depends xml-parser-expat &&
depends libart_lgpl &&
depends fontconfig &&
depends freetype2 &&
-depends libgnomecups &&

-optional_depends cups \
+optional_depends libgnomecups \
"--with-cups" \
"--without-cups" \
"Build the CUPS module" &&
diff --git a/gnome2-libs/libgnomeprint/DETAILS
b/gnome2-libs/libgnomeprint/DETAILS
index 958f998..64aab33 100755
--- a/gnome2-libs/libgnomeprint/DETAILS
+++ b/gnome2-libs/libgnomeprint/DETAILS
@@ -1,6 +1,6 @@
SPELL=libgnomeprint
VERSION=2.18.5
- BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
diff --git a/gnome2-libs/libgnomeprint/HISTORY
b/gnome2-libs/libgnomeprint/HISTORY
index 2535925..f9a11b5 100644
--- a/gnome2-libs/libgnomeprint/HISTORY
+++ b/gnome2-libs/libgnomeprint/HISTORY
@@ -1,3 +1,7 @@
+2008-10-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: removed, no longer needed (gtk-doc is optional)
+ * DEPENDS: libgnomecups is still optional
+
2008-10-03 Robin Cook <rcook AT wyrms.net>
* DEPENDS: added explicit gnome dependencies
changed libgnomecup from optional to depends



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

Archive powered by MHonArc 2.6.24.

Top of Page