summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Niemenmaa2018-08-28 19:24:33 +0300
committerMatti Niemenmaa2018-08-28 19:25:05 +0300
commitb47ac53d407ece94b7443cfe2058f8bb3308286e (patch)
tree22cc30a4a9e0a418263a553c8248b486aacf611d
parentc5de012f428dbeb6991762868a23d129af2cc767 (diff)
downloadaur-b47ac53d407ece94b7443cfe2058f8bb3308286e.tar.gz
Build a working library (broken by r30)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8daaf36520ab..4270c10662bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = highly-quixotic-git
pkgdesc = Highly Quixotic Capcom QSound (QSF) emulator library
pkgver = r31.423c661
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/losnoco/highly_quixotic
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d0dd56663d41..bc004cea2098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=highly-quixotic-git
pkgver=r31.423c661
-pkgrel=1
+pkgrel=2
pkgdesc="Highly Quixotic Capcom QSound (QSF) emulator library"
arch=(i686 x86_64)
url='https://bitbucket.org/losnoco/highly_quixotic'
@@ -21,6 +21,9 @@ prepare() {
# Don't request a static lib, it prevents a dynamic one from being built.
sed -i '/^CONFIG /s/ staticlib//' Core.pro
+ # Add qsound_ctr.c to the sources, it's required.
+ sed -i '/^SOURCES /aqsound_ctr.c \\' Core.pro
+
# Install the header files too.
cat >> Core.pro <<EOF
headers.path = /usr/include/QSound/Core