summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2007-12-01 00:11:06 -0800
committerEric Sandall2007-12-01 00:11:06 -0800
commitee26fd327195b9e60dfcd505a3720e12b8c32754 (patch)
treed5d1c7445dcbc52f169897ae23b2a1d628381981
parent276599b0c81252bb145439e8df5e567196b64b54 (diff)
xfce: Alphabetize dependency list
-rwxr-xr-xwindowmanagers/xfce/DEPENDS8
-rw-r--r--windowmanagers/xfce/HISTORY1
2 files changed, 5 insertions, 4 deletions
diff --git a/windowmanagers/xfce/DEPENDS b/windowmanagers/xfce/DEPENDS
index 8c7a8cd4ee..aefb34d3a5 100755
--- a/windowmanagers/xfce/DEPENDS
+++ b/windowmanagers/xfce/DEPENDS
@@ -1,13 +1,13 @@
+depends freetype2 &&
depends gcc34 &&
+depends gdk-pixbuf &&
depends gtk+ &&
+depends imlib &&
depends jpeg &&
-depends tiff &&
depends LIBGIF &&
depends libpng &&
+depends tiff &&
depends zlib &&
-depends imlib &&
-depends freetype2 &&
-depends gdk-pixbuf &&
. $GRIMOIRE/FUNCTIONS &&
diff --git a/windowmanagers/xfce/HISTORY b/windowmanagers/xfce/HISTORY
index 9c6547c150..046386172c 100644
--- a/windowmanagers/xfce/HISTORY
+++ b/windowmanagers/xfce/HISTORY
@@ -2,6 +2,7 @@
* DEPENDS: Works with any provider of LIBGIF
Add xorg-modular checks
Redundant dependency on X11-LIBS for non-xorg-modular to set Xft
+ Alphabetize list
* BUILD: Pass user $OPTS last to override our settings
Proper data-dir switch is --with-data-dir (Bug #14140)
Don't use "echo" to set OPTS