From 214cf8c262f616a4eeddde47302d97e1fb71f735 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 24 Apr 2013 12:18:46 +0000 Subject: main/qt: add hicolor-icon-theme to makedepends the qt-x11 subpackage depends on it so it will be needed to install qt-dev by adding it to makedepends we make sure that it is picked up by abuild -R when boostrapping the repo. (otherwise the hicolor-icon-theme would not be built early enough) --- main/qt/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/qt') diff --git a/main/qt/APKBUILD b/main/qt/APKBUILD index c5cb0f29d..95fecd192 100644 --- a/main/qt/APKBUILD +++ b/main/qt/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=qt pkgver=4.8.4 -pkgrel=2 +pkgrel=3 pkgdesc="A cross-platform application and UI framework" url="http://qt.nokia.com/" arch="all" @@ -16,7 +16,7 @@ depends_dev="mesa-dev libice-dev libsm-dev libx11-dev libxext-dev glib-dev libpng-dev zlib-dev sqlite-dev dbus-dev" makedepends="$depends_dev postgresql-dev mysql-dev unixodbc-dev cups-dev gtk+-dev tiff-dev libmng-dev libxrandr-dev libxv-dev libxi-dev perl - gawk paxctl rsync freetds-dev" + gawk paxctl rsync freetds-dev hicolor-icon-theme" install= source="http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-$pkgver.tar.gz qt-gtk-theme-fix.patch -- cgit v1.2.3