opt/gtk-engines/Pkgfile

19 lines
552 B
Plaintext
Raw Normal View History

2008-09-06 12:53:51 +02:00
# Description: Standard theme engines for GTK+2
# URL: http://live.gnome.org/GnomeArt/Tutorials/GtkEngines
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: gtk
2008-09-06 12:53:51 +02:00
name=gtk-engines
2010-10-02 13:42:24 +02:00
version=2.20.2
2012-06-10 13:44:03 +02:00
release=2
2010-07-09 23:46:20 +02:00
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.20/$name-$version.tar.bz2)
2008-09-06 12:53:51 +02:00
build() {
cd $name-$version
2012-06-10 13:44:03 +02:00
sed -i 's|<glib/.*\.h>|<glib.h>|' engines/clearlooks/src/animation.c
2008-09-06 12:53:51 +02:00
./configure --prefix=/usr --enable-animation
make
make DESTDIR=$PKG install
2009-05-19 09:25:20 +02:00
rm -r $PKG/usr/share/{locale,gtk-engines}
2008-09-06 12:53:51 +02:00
}