summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2017-01-30 00:53:02 +0100
committerPier Luigi Fiorini2017-01-30 00:53:02 +0100
commitf3913163435cff5628daa6fea0072eae7b8d435a (patch)
tree74de8d876d12a278079f410e19582e519a8a75e3
parent5932aebe0dde86434d872b7cca8560e9904ffecd (diff)
downloadaur-f3913163435cff5628daa6fea0072eae7b8d435a.tar.gz
Fix build issues on Arch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ee4e7012637..ef0f62902baf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 29 22:42:30 UTC 2017
+# Sun Jan 29 23:53:00 UTC 2017
pkgbase = liri-wayland-git
pkgdesc = QtWayland additions and QPA plugin
- pkgver = 20170127.86184df
+ pkgver = 20170130.cf49d8d
pkgrel = 1
url = https://liri.io
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 77505c771e82..d09702238a90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
pkgname=liri-wayland-git
-pkgver=20170127.86184df
+pkgver=20170130.cf49d8d
pkgrel=1
pkgdesc="QtWayland additions and QPA plugin"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -36,7 +36,8 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DKDE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_LIBEXECDIR=lib
+ -DKDE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_HACK=ON
make
}