summaryrefslogtreecommitdiffstats
path: root/gnome1-libs
diff options
context:
space:
mode:
authorArjan Bouter2008-01-06 23:03:30 +0100
committerArjan Bouter2008-01-06 23:03:30 +0100
commit688d4f8430826be18a30ffdcdf11f6b122ddda66 (patch)
tree8f2a542f0af18e39bbaf2fbd5eb1b620f4704e2d /gnome1-libs
parentb6a1abd1a4477c42bf544c6fa17eeb38c96310ee (diff)
gdk-pixbuf: removed imlib dep and made the trigger on gnome-libs depend on
the optional dependency actually being enabled.
Diffstat (limited to 'gnome1-libs')
-rwxr-xr-xgnome1-libs/gdk-pixbuf/DEPENDS3
-rw-r--r--gnome1-libs/gdk-pixbuf/HISTORY4
-rwxr-xr-xgnome1-libs/gdk-pixbuf/TRIGGERS4
3 files changed, 8 insertions, 3 deletions
diff --git a/gnome1-libs/gdk-pixbuf/DEPENDS b/gnome1-libs/gdk-pixbuf/DEPENDS
index c4a8f21bad..54e518f8e2 100755
--- a/gnome1-libs/gdk-pixbuf/DEPENDS
+++ b/gnome1-libs/gdk-pixbuf/DEPENDS
@@ -2,6 +2,5 @@ depends libpng &&
depends zlib &&
depends jpeg &&
depends tiff &&
-depends gtk+ &&
-depends imlib
+depends gtk+
optional_depends gnome-libs "" "" "Enable gnome support"
diff --git a/gnome1-libs/gdk-pixbuf/HISTORY b/gnome1-libs/gdk-pixbuf/HISTORY
index f38faf872b..953977f258 100644
--- a/gnome1-libs/gdk-pixbuf/HISTORY
+++ b/gnome1-libs/gdk-pixbuf/HISTORY
@@ -1,3 +1,7 @@
+2008-01-06 Arjan Bouter <abouter@sourcemage.org>
+ * DEPENDS: removed dep on imlib
+ * TRIGGERS: only trigger on gnome-libs when that dep is enabled
+
2006-09-21 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.
diff --git a/gnome1-libs/gdk-pixbuf/TRIGGERS b/gnome1-libs/gdk-pixbuf/TRIGGERS
index 378ee52104..4b7a798cf9 100755
--- a/gnome1-libs/gdk-pixbuf/TRIGGERS
+++ b/gnome1-libs/gdk-pixbuf/TRIGGERS
@@ -1,2 +1,4 @@
on_cast zlib cast_self
-on_cast gnome-libs cast_self
+if is_depends_enabled $SPELL gnome-libs ; then
+ on_cast gnome-libs cast_self
+fi