]> git.pld-linux.org Git - packages/aqbanking.git/commitdiff
- added glade patch (with glade-generated files), glade2 and $DISPLAY no longer
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Jan 2006 17:06:12 +0000 (17:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  required to build g2banking, so enable it by default

Changed files:
    aqbanking.spec -> 1.6

aqbanking.spec

index acd70bacdbb91054f0dcf2358780b755eeef5b13..5fa6e982506b5faf155f09abc3e40c4e0f858666 100644 (file)
@@ -1,8 +1,8 @@
 #
 # Conditional build:
-%bcond_with    chipcard        # build aqgeldkarte backend
-%bcond_with    gtk             # build g2banking frontend (needs $DISPLAY)
-%bcond_without kde             # don't build kbanking frontend
+%bcond_with    chipcard        # aqgeldkarte backend
+%bcond_without gtk             # g2banking frontend
+%bcond_without kde             # kbanking frontend
 #
 Summary:       A library for online banking functions and financial data import/export
 Summary(pl):   Biblioteka do funkcji bankowych online oraz importu/eksportu danych finansowych
@@ -14,11 +14,11 @@ Group:              Libraries
 Source0:       http://dl.sourceforge.net/aqbanking/%{name}-%{version}.tar.gz
 # Source0-md5: cb8337cf12072a304217379b7ea23df2
 Patch0:                %{name}-link.patch
+Patch1:                %{name}-glade.patch
 URL:           http://www.aquamaniac.de/aqbanking/
 BuildRequires: autoconf >= 2.56
 BuildRequires: automake
 BuildRequires: gettext-devel
-%{?with_gtk:BuildRequires:     glade2 >= 2.0}
 BuildRequires: gwenhywfar-devel >= 1.18.0
 %{?with_gtk:BuildRequires:     gtk+2-devel >= 2.0.0}
 %{?with_kde:BuildRequires:     kdelibs-devel >= 3.0}
@@ -397,6 +397,7 @@ Wi
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
This page took 0.068978 seconds and 4 git commands to generate.