summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Theodorou2021-11-09 00:55:55 +0100
committerAngelo Theodorou2021-11-09 00:55:55 +0100
commit0864d9c5a8fd76f60521fea67126c5e83ff27743 (patch)
treef533fffe8935109048e213e04b2a6a6da68840a9
parent7645a2be4d18bb2591ad4a81e5feae5056090d91 (diff)
downloadaur-0864d9c5a8fd76f60521fea67126c5e83ff27743.tar.gz
Update CMake building variables
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d1f9841c20d..b13efccf3a1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spookyghost-git
pkgdesc = A procedural sprite animation tool made with the nCine
- pkgver = r61.9dbecea
+ pkgver = r68.16a8011
pkgrel = 1
url = https://encelo.itch.io/spookyghost
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 977ec922969d..1cfe9db9debe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Angelo Theodorou <encelo@gmail.com>
pkgname=spookyghost-git
-pkgver=r61.9dbecea
+pkgver=r68.16a8011
pkgrel=1
pkgdesc="A procedural sprite animation tool made with the nCine"
arch=('i686' 'x86_64')
@@ -35,9 +35,10 @@ build() {
-DNCINE_DYNAMIC_LIBRARY=OFF\
-DIMGUI_VERSION_TAG=docking\
-DNCINE_PREFERRED_BACKEND=SDL2\
- -DNCINE_WITH_THREADS=ON\
+ -DNCINE_WITH_THREADS=OFF\
-DNCINE_WITH_WEBP=OFF\
-DNCINE_WITH_AUDIO=OFF\
+ -DNCINE_WITH_SCRIPTING_API=OFF\
-DNCINE_BUILD_TESTS=OFF
make -C nCine-build
@@ -48,6 +49,7 @@ build() {
-DnCine_DIR=$PWD/../nCine-build\
-DNCPROJECT_BUILD_ANDROID=OFF\
-DNCPROJECT_STRIP_BINARIES=ON\
+ -DNCPROJECT_DATA_DIR_DIST=ON\
-DNCPROJECT_DEFAULT_DATA_DIR=/usr/share/spookyghost/data\
-DCMAKE_INSTALL_PREFIX=/usr\
-DCUSTOM_ITCHIO_BUILD=OFF