summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2017-10-08 14:09:50 +0200
committerPier Luigi Fiorini2017-10-08 14:09:50 +0200
commit1288298ca2e1b754e9c5e61b4b983e12d0e3470d (patch)
tree637b686118b8370281d32520c06a4b395cd25e07
parentcb6f7a98001a8e3797dd2978bf8f8e2186bc9c69 (diff)
downloadaur-1288298ca2e1b754e9c5e61b4b983e12d0e3470d.tar.gz
Debug build variant
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2719815c616..5fea5b19c5bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 23 16:32:50 UTC 2017
+# Sun Oct 8 12:09:13 UTC 2017
pkgbase = liri-shell-git
pkgdesc = QtQuick and Wayland based shell for convergence
- pkgver = 20170918.72c55245
+ pkgver = 20171008.25dc1fc8
pkgrel = 1
url = https://liri.io
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 6495356ca762..92fb611167bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
pkgname=liri-shell-git
-pkgver=20170918.72c55245
+pkgver=20171008.25dc1fc8
pkgrel=1
pkgdesc="QtQuick and Wayland based shell for convergence"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -39,10 +39,11 @@ build() {
qbs setup-toolchains --type gcc /usr/bin/g++ gcc
qbs setup-qt /usr/bin/qmake-qt5 qt5
qbs config profiles.qt5.baseProfile gcc
- qbs build --no-install -d build profile:qt5 qbs.installRoot:/ qbs.installPrefix:usr modules.lirideployment.qmlDir:lib/qt/qml modules.lirideployment.pluginsDir:lib/qt/plugins
+ qbs build --no-install -d build qt5-debug qbs.buildVariant:debug profile:qt5 \
+ qbs.installRoot:/ qbs.installPrefix:usr modules.lirideployment.qmlDir:lib/qt/qml modules.lirideployment.pluginsDir:lib/qt/plugins
}
package() {
cd ${srcdir}/${_gitname}
- qbs install -d build --no-build -v --install-root $pkgdir profile:qt5
+ qbs install -d build --no-build -v --install-root $pkgdir qt5-debug profile:qt5
}