summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-06-24 03:31:12 +0200
committerAlad Wenter2016-06-24 03:31:12 +0200
commite136d0f6b7826b42d4ad0a49947846a4949565ab (patch)
treef0841f5b2d4db566a26acb9f51e91a52e33a8aa2
parentca43edb7ef5c1691822b951d2a2008b103d8e34b (diff)
downloadaur-e136d0f6b7826b42d4ad0a49947846a4949565ab.tar.gz
KDE_INSTALL_LIBDIR
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 256f6885ac0f..b39e5f08df80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Jun 24 01:31:12 UTC 2016
pkgbase = kemoticons-git
pkgdesc = KEmoticons
pkgver = r62.54fe167
- pkgrel = 1
+ pkgrel = 2
url = https://projects.kde.org/projects/frameworks/kemoticons
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5be27b748c98..52166f0cb241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kemoticons-git
pkgver=r62.54fe167
-pkgrel=1
+pkgrel=2
pkgdesc='KEmoticons'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/frameworks/kemoticons'
@@ -29,7 +29,7 @@ build() {
cmake ../kemoticons \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_LIBDIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DBUILD_TESTING=OFF
make