diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-29 09:41:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-29 09:41:59 +0000 |
commit | c177292cd7a0936e2354e321dd41a5fcf5923747 (patch) | |
tree | db2e4cf8dd27c2291cd46a46e042ed1f277b3619 /main/gdk-pixbuf/APKBUILD | |
parent | 6e3d63132323f5b0d08aa7ad3978aba2bf84b608 (diff) | |
download | aports-c177292cd7a0936e2354e321dd41a5fcf5923747.tar.bz2 aports-c177292cd7a0936e2354e321dd41a5fcf5923747.tar.xz |
main/gdk-pixbuf: allow -dev and -doc to overwrite gtk+ -dev and -doc
Diffstat (limited to 'main/gdk-pixbuf/APKBUILD')
-rw-r--r-- | main/gdk-pixbuf/APKBUILD | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/main/gdk-pixbuf/APKBUILD b/main/gdk-pixbuf/APKBUILD index d7423068a0..fc7cab9276 100644 --- a/main/gdk-pixbuf/APKBUILD +++ b/main/gdk-pixbuf/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gdk-pixbuf pkgver=2.22.0 -pkgrel=2 +pkgrel=3 pkgdesc="GDK Pixbuf library" url="http://www.gtk.org/" license="LGPL" @@ -34,4 +34,14 @@ package() { make DESTDIR="$pkgdir" install } +doc() { + replaces="gtk+-doc" + default_doc +} + +dev() { + replaces="gtk+-dev" + default_dev +} + md5sums="0447e70f7bada542182d12e6459442b0 gdk-pixbuf-2.22.0.tar.bz2" |