aboutsummaryrefslogtreecommitdiffstats
path: root/main/gtk+2.0
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-06-04 12:37:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-06-05 13:56:20 +0000
commitcbbaa5a55a9c5f96f21850444d8e4d8f0cc469b5 (patch)
treee0fc303ede4f3b3694803684c81354f08cbeef44 /main/gtk+2.0
parent618e1b61c3b270e658c09e283edb1e0132a49725 (diff)
downloadaports-cbbaa5a55a9c5f96f21850444d8e4d8f0cc469b5.tar.bz2
aports-cbbaa5a55a9c5f96f21850444d8e4d8f0cc469b5.tar.xz
main/gtk+2.0: workaround for aports bootstrap problem
we need make sure that hicolor-icon-theme is build before gtk-update-icon-cache.
Diffstat (limited to 'main/gtk+2.0')
-rw-r--r--main/gtk+2.0/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/gtk+2.0/APKBUILD b/main/gtk+2.0/APKBUILD
index 87035d1417..843556b6c1 100644
--- a/main/gtk+2.0/APKBUILD
+++ b/main/gtk+2.0/APKBUILD
@@ -25,6 +25,8 @@ depends_dev="
libxdamage-dev
pango-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
makedepends="
autoconf automake libtool
$depends_dev
@@ -34,6 +36,7 @@ makedepends="
gnutls-dev
gobject-introspection-dev
gtk-doc
+ hicolor-icon-theme
libice-dev
libx11-dev
libxcomposite-dev