summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-06-06 23:19:47 +0430
committerAli Molaei2022-06-06 23:19:47 +0430
commit9926200fbc15c851324b4158f328415c77d3b279 (patch)
tree48a2d8df1fa3f7f63d32e7caf3a236c202dc3460
parentd57e746ce5ee4d05974f8c0e34f134b16b0e8bed (diff)
downloadaur-9926200fbc15c851324b4158f328415c77d3b279.tar.gz
Add modules-inst
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59bd41ab7d80..459f85fdb560 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qt-aseman
pkgdesc = A set of C++ and QML tools and modules that helps you develop your projects easier and better.
pkgver = 3.1.5
- pkgrel = 1
+ pkgrel = 2
url = https://protonmail.com/bridge
arch = x86_64
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index a871b5782b99..455c50af4efe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qt-aseman
pkgver=3.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="A set of C++ and QML tools and modules that helps you develop your projects easier and better."
arch=('x86_64')
url="https://protonmail.com/bridge"
@@ -30,8 +30,10 @@ package() {
install -dm755 "${pkgdir}"/usr/lib/qt/qml/AsemanQml
install -dm755 "${pkgdir}"/usr/lib/qt/qml/QtQuick
install -dm755 "${pkgdir}"/usr/lib/qt/mkspecs/modules
+ install -dm755 "${pkgdir}"/usr/lib/qt/mkspecs/modules-inst
cp -r ./QtAseman/build/lib/* "${pkgdir}"/usr/lib
cp -r ./QtAseman/build/mkspecs/modules/* "${pkgdir}"/usr/lib/qt/mkspecs/modules
+ cp -r ./QtAseman/build/mkspecs/modules-inst/* "${pkgdir}"/usr/lib/qt/mkspecs/modules-inst
cp -r ./QtAseman/build/include/* "${pkgdir}"/usr/include
cp -r ./QtAseman/build/qml/AsemanQml/* "${pkgdir}"/usr/lib/qt/qml/AsemanQml
cp -r ./QtAseman/build/qml/QtQuick/* "${pkgdir}"/usr/lib/qt/qml/QtQuick