]> git.pld-linux.org Git - packages/claws-mail.git/commitdiff
- added BR for new gnomeprint bcond
authorluzik <luzik@pld-linux.org>
Wed, 8 Feb 2006 06:41:17 +0000 (06:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    claws-mail.spec -> 1.114

claws-mail.spec

index 77d4092ad3702cc1531e034ffa726203fc264e83..db11d0621c6b4c6fedeef44cbc0207071b766709 100644 (file)
@@ -9,6 +9,7 @@
 %bcond_without clamav          # build without clamav plugin
 %bcond_without spamassassin    # build without spamassassin plugin
 %bcond_without trayicon        # build without trayicon plugin
+%bcond_without gnomeprint      # build without gnomeprint support
 %bcond_with    mathml          # build with mathml plugin
 #
 %define                _iconver        20040929
@@ -34,6 +35,7 @@ BuildRequires:        bzip2-devel
 BuildRequires: gdk-pixbuf-devel >= 0.8
 BuildRequires: gettext-devel
 BuildRequires: gmp-devel
+%{?with_gnomeprint:BuildRequires:      libgnomeprintui-devel}
 %{?with_gpg:BuildRequires:     gpgme-devel >= 1:0.4.5}
 BuildRequires: gtk+2-devel >= 2.4.0
 BuildRequires: imlib-devel >= 1.9
@@ -130,11 +132,11 @@ rm -f po/stamp-po
        %{?with_trayicon:--enable-trayicon-plugin } \
        %{!?with_trayicon:--disable-trayicon-plugin } \
        %{?with_spamassassin:--enable-spamassassin-plugin } \
+       %{?with_gnomeprint:--enable-gnomeprint } \
        --enable-aspell \
        --enable-gdk-pixbuf \
        --enable-pthread \
        --disable-static \
-       --enable-gnomeprint \
        --enable-libetpan \
        --with-config-dir=.sylpheed
 
This page took 0.037674 seconds and 4 git commands to generate.