diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-13 14:31:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-15 10:06:34 +0000 |
commit | 98e47043f516eda19741ee92a33b16b9ba0ed253 (patch) | |
tree | 08175d08eb6d705d2245bed06ef22c360b6d75fd /main/qt5-qtgraphicaleffects | |
parent | e4d065e0a34b8cdc652335ac0cfe78539d40ac39 (diff) | |
download | aports-98e47043f516eda19741ee92a33b16b9ba0ed253.tar.bz2 aports-98e47043f516eda19741ee92a33b16b9ba0ed253.tar.xz |
main/qt5-qtgraphicaleffects: rebuild for qt4 conflict fix
Diffstat (limited to 'main/qt5-qtgraphicaleffects')
-rw-r--r-- | main/qt5-qtgraphicaleffects/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/qt5-qtgraphicaleffects/APKBUILD b/main/qt5-qtgraphicaleffects/APKBUILD index 242e67ce76..d91382b7a9 100644 --- a/main/qt5-qtgraphicaleffects/APKBUILD +++ b/main/qt5-qtgraphicaleffects/APKBUILD @@ -5,7 +5,7 @@ _ver=${pkgver/_/-} _ver=${_ver/beta0/beta} _ver=${_ver/rc0/rc} _V=${_ver/rc/RC} -pkgrel=0 +pkgrel=1 pkgdesc="Qt5 - QtGraphicalEffects component" url="http://qt-project.org/" arch="all" @@ -21,6 +21,7 @@ case $pkgver in esac source="http://download.qt-project.org/$_rel/qt/${pkgver%.*}/$_ver/submodules/qtgraphicaleffects-opensource-src-$_V.tar.xz" +_qt5_prefix=/usr/lib/qt5 _builddir="$srcdir"/qtgraphicaleffects-opensource-src-$_V prepare() { local i @@ -34,7 +35,7 @@ prepare() { build() { cd "$_builddir" - qmake && make || return 1 + qmake-qt5 && make || return 1 } package() { |