summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Theodorou2021-07-14 01:00:47 +0200
committerAngelo Theodorou2021-07-14 01:00:47 +0200
commit5e860213288db5002dab7ac477a8eeef8d5c1098 (patch)
tree05b790ae2bc93afe79b6b3e48f9e959ad669ae15
parenta95eefeefce40840a90dcca34cf98d3dca0738ad (diff)
downloadaur-5e860213288db5002dab7ac477a8eeef8d5c1098.tar.gz
Update CMake variables for new template scripts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 112427beb10c..97c67b303b61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nctiledviewer-git
pkgdesc = A viewer for Tiled maps made with the nCine
- pkgver = r1.fbc3291
+ pkgver = r9.f6928f1
pkgrel = 1
url = http://ncine.github.io
arch = i686
@@ -16,4 +16,3 @@ pkgbase = nctiledviewer-git
md5sums = SKIP
pkgname = nctiledviewer-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1c274585715a..95540c5f77ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Angelo Theodorou <encelo at gmail dot com>
pkgname=nctiledviewer-git
-pkgver=r1.fbc3291
+pkgver=r9.f6928f1
pkgrel=1
pkgdesc="A viewer for Tiled maps made with the nCine"
arch=('i686' 'x86_64')
@@ -32,9 +32,10 @@ build() {
cmake ../ncTiledViewer\
-DCMAKE_BUILD_TYPE=Release\
- -DPACKAGE_BUILD_ANDROID=OFF\
- -DPACKAGE_STRIP_BINARIES=ON\
- -DPACKAGE_DEFAULT_DATA_DIR=/usr/share/nctiledviewer/data\
+ -DCMAKE_PREFIX_PATH=/usr/lib/cmake/nCine\
+ -DNCPROJECT_BUILD_ANDROID=OFF\
+ -DNCPROJECT_STRIP_BINARIES=ON\
+ -DNCPROJECT_DEFAULT_DATA_DIR=/usr/share/nctiledviewer/data\
-DCMAKE_INSTALL_PREFIX=/usr
make
}