diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-28 08:44:36 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-28 08:44:36 +0200 |
commit | 518fbe102eb93eca2cffb03715c6baea2e22cc32 (patch) | |
tree | 06b46e466bd8055df41eba1bf9da8683b7038a0d /main/gtk+2.0 | |
parent | f4397b008212b6b3595a28785e60fb91e62f1cfb (diff) | |
download | aports-518fbe102eb93eca2cffb03715c6baea2e22cc32.tar.bz2 aports-518fbe102eb93eca2cffb03715c6baea2e22cc32.tar.xz |
main/gtk+2.0: fix circular librsvg dependency
the librsvg-dev dependency was added by mistake and introduces a
circular dependency, so we remove it.y
Diffstat (limited to 'main/gtk+2.0')
-rw-r--r-- | main/gtk+2.0/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/gtk+2.0/APKBUILD b/main/gtk+2.0/APKBUILD index 87269d9db..8dc89f48e 100644 --- a/main/gtk+2.0/APKBUILD +++ b/main/gtk+2.0/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gtk+2.0 pkgver=2.24.28 -pkgrel=0 +pkgrel=1 subpkg=gtk-update-icon-cache pkgdesc="The GTK+ Toolkit (v2)" url="http://www.gtk.org/" @@ -24,7 +24,6 @@ depends_dev=" intltool libxdamage-dev pango-dev - librsvg-dev " # we add hicolor-icon-theme because the subpackage gtk-update-icon-cache # needs it. We need to force hicolor-icon-cache to be built before gtk+.2.0 |