Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=7aedcf3a38604d3afbd30d137b799c081e368423

commit 7aedcf3a38604d3afbd30d137b799c081e368423
Author: Devil505 <devil505li...@gmail.com>
Date:   Thu Feb 24 09:35:53 2011 +0100

libindicator-0.3.19-3-i686
* ok we build it twice, one with gtk3, one with gtk2 to get both support

diff --git a/source/xlib-extra/libindicator/FrugalBuild 
b/source/xlib-extra/libindicator/FrugalBuild
index bf8c7ed..cfdc419 100644
--- a/source/xlib-extra/libindicator/FrugalBuild
+++ b/source/xlib-extra/libindicator/FrugalBuild
@@ -3,18 +3,24 @@

pkgname=libindicator
pkgver=0.3.19
-pkgrel=2
+pkgrel=3
pkgdesc="A set of symbols and convenience functions that all indicators would 
like to use."
url="https://launchpad.net/libindicator";
-depends=('gtk+3' 'dbus-glib')
+depends=('gtk+2' 'gtk+3' 'dbus-glib')
options=('scriptlet')
groups=('xlib-extra')
archs=('i686' 'x86_64')
up2date="Flasttar $url"
-Fconfopts="${Fconfopts[@]} --with-gtk=3"
+Fconfopts="${Fconfopts[@]} "
source=(http://launchpad.net/$pkgname/0.3/$pkgver/+download/$pkgname-$pkgver.tar.gz)
sha1sums=('a8a9858e47f2fcb226811cd5c909f9f54a695068')

unset MAKEFLAGS

+build() {
+    Fbuild --with-gtk=3
+    make clean || Fdie
+    Fbuild --with-gtk=2
+}
+
# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to