diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-29 06:26:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-29 06:26:10 +0000 |
commit | 7ca0494aa1dc23119d1870098fd74c02e6dad682 (patch) | |
tree | 067e1a83c2cc3fe57ab190ee3ad4a36dfa38ef62 /main/gdk-pixbuf | |
parent | a9555d02ea80b00151578554c87d727380c0aaca (diff) | |
download | aports-7ca0494aa1dc23119d1870098fd74c02e6dad682.tar.bz2 aports-7ca0494aa1dc23119d1870098fd74c02e6dad682.tar.xz |
main/gdk-pixbuf: allow overwrite gtk+ files
Diffstat (limited to 'main/gdk-pixbuf')
-rw-r--r-- | main/gdk-pixbuf/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gdk-pixbuf/APKBUILD b/main/gdk-pixbuf/APKBUILD index 47277f4c6e..d7423068a0 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=1 +pkgrel=2 pkgdesc="GDK Pixbuf library" url="http://www.gtk.org/" license="LGPL" @@ -12,6 +12,7 @@ install="$pkgname.pre-deinstall" triggers="$pkgname.trigger:/usr/lib/gdk-pixbuf-2.0/*/loaders" subpackages="$pkgname-dev $pkgname-doc" source="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.bz2" +replaces="gtk+" _builddir="$srcdir"/$pkgname-$pkgver |