summaryrefslogtreecommitdiffstats
path: root/gnome2-apps/gnumeric/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'gnome2-apps/gnumeric/DEPENDS')
-rwxr-xr-xgnome2-apps/gnumeric/DEPENDS43
1 files changed, 16 insertions, 27 deletions
diff --git a/gnome2-apps/gnumeric/DEPENDS b/gnome2-apps/gnumeric/DEPENDS
index 63a2440445..33659afe23 100755
--- a/gnome2-apps/gnumeric/DEPENDS
+++ b/gnome2-apps/gnumeric/DEPENDS
@@ -1,50 +1,39 @@
. "$GRIMOIRE/FUNCTIONS" &&
+depends glib2 &&
+depends gtk+3 &&
depends intltool &&
-depends libole2-2 &&
-depends libglade2 &&
depends libgsf &&
-
-depends goffice &&
-
-if spell_ok goffice && is_version_less $(installed_version goffice) 0.8.11; then
- force_depends goffice
-fi &&
-
+depends goffice &&
depends libxml2 &&
-depends cairo &&
-depends -sub SVG cairo &&
-optional_depends gtk+2 \
+optional_depends gtk+3 \
"--with-gtk" \
"--without-gtk" \
- "Build UI?" &&
+ "Build the UI?" &&
-optional_depends perl \
- "--with-perl" \
- "--without-perl" \
- "Compile the Perl plugin loader?" &&
-
-if is_depends_enabled $SPELL perl; then
- depends xml-parser-expat
-fi &&
+optional_depends gobject-introspection \
+ "--enable-introspection" \
+ "--disable-introspection" \
+ "Enable introspection support?" &&
optional_depends psiconv \
"--with-psiconv" \
"--without-psiconv" \
- "Compile with psiconv?" &&
+ "Build with psiconv support?" &&
-optional_depends libgnomedb3 \
+optional_depends libgda5 \
"--with-gda" \
"--without-gda" \
"for database support" &&
-optional_depends rarian \
- "" \
- "" \
- "register with rarian" &&
+optional_depends perl \
+ "--with-perl" \
+ "--without-perl" \
+ "Compile the Perl plugin loader?" &&
optional_depends python \
"--with-python" \
"--without-python" \
"Compile the Python plugin loader?"
+