summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2018-11-04 16:49:47 -0700
committerBrian Bidulock2018-11-04 16:49:47 -0700
commitf9bed0191736d057386e687024fe91661283223c (patch)
tree5a1cbb6d69a2ef3fd467545c0b7752df63db27c2 /PKGBUILD
parentf76e342033f03b1055da9063e44a8601e740a159 (diff)
downloadaur-attica-qt4.tar.gz
added -DQT4_BUILD=1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a51ee3cea4c..07d75f69f92f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
-# $Id: PKGBUILD 316578 2018-02-10 01:03:30Z arojas $
-# Maintainer:
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=attica-qt4
pkgver=0.4.2
-pkgrel=6
+pkgrel=7
pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
arch=('x86_64' 'i686')
url='https://projects.kde.org/projects/frameworks/attica'
@@ -22,7 +21,8 @@ build() {
cd build
cmake ../attica-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DQT4_BUILD=1
make
}