summaryrefslogtreecommitdiff
path: root/gtk-engines
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-06-10 13:44:03 +0200
committerJuergen Daubert <jue@jue.li>2012-06-10 13:44:03 +0200
commit91803afbaae52d0af170f340a91e925130038c89 (patch)
tree666640a221fd05c0cf346c48277cbd39ffd44d5a /gtk-engines
parent27c0685665cd3917c05709e3479fac6ca0528215 (diff)
downloadopt-91803afbaae52d0af170f340a91e925130038c89.tar.gz
opt-91803afbaae52d0af170f340a91e925130038c89.tar.xz
gtk-engines: fix build with glib 2.3x
Diffstat (limited to 'gtk-engines')
-rw-r--r--gtk-engines/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk-engines/Pkgfile b/gtk-engines/Pkgfile
index 46ac84a43..12321b310 100644
--- a/gtk-engines/Pkgfile
+++ b/gtk-engines/Pkgfile
@@ -5,11 +5,12 @@
name=gtk-engines
version=2.20.2
-release=1
+release=2
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.20/$name-$version.tar.bz2)
build() {
cd $name-$version
+ sed -i 's|<glib/.*\.h>|<glib.h>|' engines/clearlooks/src/animation.c
./configure --prefix=/usr --enable-animation
make
make DESTDIR=$PKG install

Generated by cgit