summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/gdk-pixbuf/APKBUILD12
1 files changed, 11 insertions, 1 deletions
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 <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"