From c177292cd7a0936e2354e321dd41a5fcf5923747 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 29 Sep 2010 09:41:59 +0000 Subject: main/gdk-pixbuf: allow -dev and -doc to overwrite gtk+ -dev and -doc --- main/gdk-pixbuf/APKBUILD | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'main/gdk-pixbuf/APKBUILD') diff --git a/main/gdk-pixbuf/APKBUILD b/main/gdk-pixbuf/APKBUILD index d7423068a..fc7cab927 100644 --- a/main/gdk-pixbuf/APKBUILD +++ b/main/gdk-pixbuf/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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" -- cgit v1.2.3