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

Vlad Glagolev scm at sourcemage.org
Thu Oct 9 08:51:36 EDT 2008


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



More information about the SM-Commit mailing list