1 # Contributor: Krzysztof Malinowski <boromil@gmail.com>
3 pkgname=gtk-engine-pixbuf
6 pkgdesc="Gtk pixbuf engine patched to support real transparency for insensitive (disabled) images on buttons, menus, etc."
8 url="http://www.gnome-look.org/content/show.php/gtk2-engine-pixbuf+(Patched)?content=77783"
11 makedepends=('pkgconfig')
12 source=('http://www.gnome-look.org/CONTENT/content-files/77783-pixbuf-engine.tar.gz')
13 md5sums=('e1433831f37b5e44d4146fc1002b43f5')
17 cd $startdir/src/pixbuf-engine
18 ./autogen.sh --prefix=/usr --enable-animation
20 make DESTDIR=$startdir/pkg install || return 1