diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-24 12:18:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-24 12:22:05 +0000 |
commit | 214cf8c262f616a4eeddde47302d97e1fb71f735 (patch) | |
tree | e43dd6042dfe85a23ceb5acc3d21cf2541863af4 /main/qt/APKBUILD | |
parent | 89fbf7e6c7eee8b7603e2ffe082f092d8a5e71c3 (diff) | |
download | aports-214cf8c262f616a4eeddde47302d97e1fb71f735.tar.bz2 aports-214cf8c262f616a4eeddde47302d97e1fb71f735.tar.xz |
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)
Diffstat (limited to 'main/qt/APKBUILD')
-rw-r--r-- | main/qt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/qt/APKBUILD b/main/qt/APKBUILD index c5cb0f29db..95fecd1923 100644 --- a/main/qt/APKBUILD +++ b/main/qt/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> 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 |