summaryrefslogtreecommitdiff
path: root/qt5/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2015-11-28 18:21:13 +1100
committerDanny Rawlins <monster.romster@gmail.com>2015-11-28 18:21:51 +1100
commit65ef7d98def64a3401fbccb740ef2d57dd42f22d (patch)
treefaa2de23c1e2640006a3925f366efe1f61edd568 /qt5/Pkgfile
parent321c2b8fa3dff697539f54d1aec9fcb8cd2f73a4 (diff)
downloadopt-65ef7d98def64a3401fbccb740ef2d57dd42f22d.tar.gz
opt-65ef7d98def64a3401fbccb740ef2d57dd42f22d.tar.xz
qt5: fix cmake building FS#1248
Diffstat (limited to 'qt5/Pkgfile')
-rw-r--r--qt5/Pkgfile9
1 files changed, 8 insertions, 1 deletions
diff --git a/qt5/Pkgfile b/qt5/Pkgfile
index cd14f8054..33d52170f 100644
--- a/qt5/Pkgfile
+++ b/qt5/Pkgfile
@@ -6,7 +6,7 @@
name=qt5
version=5.5.1
-release=1
+release=2
source=(http://download.qt.io/official_releases/qt/${version%.*}/$version/single/qt-everywhere-opensource-src-$version.tar.xz)
build() {
@@ -91,4 +91,11 @@ build() {
for b in $PKG/usr/share/qt5/bin/*; do
ln -s /usr/share/qt5/bin/$(basename $b) $PKG/usr/bin/$(basename $b)-qt5
done
+
+ # cmake
+ install -d $PKG/usr/lib/cmake
+ for b in $PKG/usr/share/qt5/lib/cmake/*; do
+ ln -s /usr/share/qt5/lib/cmake/$(basename $b) $PKG/usr/lib/cmake/$(basename $b)
+ done
+
}

Generated by cgit