[Lunar-commits] <moonbase> Subject: evince: get DEPENDS more in-sync with configure
Auke Kok
sofar at foo-projects.org
Thu Aug 19 05:59:30 CEST 2010
commit 225cff45f5a2546601f098ad7dc5bcf16bfd22b5
Author: Paul Bredbury <brebs at sent.com>
Date: Thu Aug 19 05:59:30 2010 +0200
Subject: evince: get DEPENDS more in-sync with configure
---
gnome2/desktop/evince/BUILD | 2 +-
gnome2/desktop/evince/DEPENDS | 27 +++++++++++----------------
2 files changed, 12 insertions(+), 17 deletions(-)
diff --git a/gnome2/desktop/evince/BUILD b/gnome2/desktop/evince/BUILD
index a50d26f..a0908e9 100644
--- a/gnome2/desktop/evince/BUILD
+++ b/gnome2/desktop/evince/BUILD
@@ -1,6 +1,6 @@
(
- OPTS="$OPTS --enable-comics --enable-dvi --enable-impress --enable-pixbuf"
+ OPTS+=" --enable-comics --enable-impress --enable-pixbuf" &&
default_build
diff --git a/gnome2/desktop/evince/DEPENDS b/gnome2/desktop/evince/DEPENDS
index 940c2b9..e4ab67c 100644
--- a/gnome2/desktop/evince/DEPENDS
+++ b/gnome2/desktop/evince/DEPENDS
@@ -5,22 +5,17 @@ depends gnome-doc-utils
optional_depends "tiff" \
"--enable-tiff" \
"--disable-tiff" \
- "enable support for multipage TIFF files"
+ "support multi-page TIFF files"
optional_depends "dbus-glib" \
"" \
"--disable-dbus" \
"for DBus support"
-optional_depends "libgnomeui" \
- "" \
- "--without-libgnome" \
- "GNOME integration"
-
optional_depends "gnome-keyring" \
"" \
"--without-keyring" \
- "For gnome-keyring plugin"
+ "for gnome-keyring plugin"
optional_depends "nautilus" \
"--enable-nautilus" \
@@ -28,16 +23,16 @@ optional_depends "nautilus" \
"compile the nautilus plugin"
optional_depends "libspectre" \
- "" \
+ "--enable-ps" \
"--disable-ps" \
- "Compile with PostScript support"
-
-optional_depends "libgnomeprintui" \
- "--with-print=gnome" \
- "--with-print=gtk" \
- "for the GNOME printer UI instead of the GTK UI"
+ "compile with PostScript support"
-optional_depends "teTeX" \
+optional_depends "texlive" \
"--enable-dvi" \
"--disable-dvi" \
- "for DVI Backend support"
+ "for DVI back-end support"
+
+optional_depends "t1lib" \
+ "--enable-t1lib" \
+ "" \
+ "for Type 1 fonts in DVI"
More information about the Lunar-commits
mailing list