updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gtk-engine-pixbuf / PKGBUILD
blobfa3b5367cb7dc35921e635110e0435b75a8bfd21
1 # Contributor: Krzysztof Malinowski <boromil@gmail.com>
3 pkgname=gtk-engine-pixbuf
4 pkgver=0.1.0
5 pkgrel=1
6 pkgdesc="Gtk pixbuf engine patched to support real transparency for insensitive (disabled) images on buttons, menus, etc."
7 arch=('i686' 'x86_64')
8 url="http://www.gnome-look.org/content/show.php/gtk2-engine-pixbuf+(Patched)?content=77783"
9 license=('GPL')
10 depends=('gtk2')
11 makedepends=('pkgconfig')
12 source=('http://www.gnome-look.org/CONTENT/content-files/77783-pixbuf-engine.tar.gz')
13 md5sums=('e1433831f37b5e44d4146fc1002b43f5')
14 options=(!libtool)
16 build() {
17   cd $startdir/src/pixbuf-engine
18   ./autogen.sh --prefix=/usr --enable-animation
19   make || return 1
20   make DESTDIR=$startdir/pkg install || return 1