summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBłażej Szczygieł2016-06-18 18:54:43 +0200
committerBłażej Szczygieł2016-06-18 18:54:43 +0200
commit7c4f63b8c67f82ce3b92bb7958199c9f24a8c943 (patch)
treebf3e0fb681030c5b88b90e19c5b85af9665e9837 /PKGBUILD
parent76a16ae8e312d21338e841566d039b2afce816fb (diff)
downloadaur-7c4f63b8c67f82ce3b92bb7958199c9f24a8c943.tar.gz
Fix build w/o qt5-x11extras (temporary solution)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0d75f63cc30..46629f458c2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ optdepends=('pulseaudio: PulseAudio support'
conflicts=('qmplay2')
provides=('qmplay2')
makedepends=('make' 'gcc' 'git' 'pkg-config' 'qt5-tools' 'cmake')
-source=('git+https://github.com/zaps166/QMPlay2')
-sha256sums=('SKIP')
+source=('git+https://github.com/zaps166/QMPlay2' 'no-cmake-x11extras.patch')
+sha256sums=('SKIP' '3ea8d7bb627f0fec5d91d573be7d44430f0053e869442ba4b58b1e54b494cfd6')
install=$pkgname.install
pkgver()
@@ -29,6 +29,9 @@ build()
#Uncomment below line if you don't want to have 'libsidplayfp' dependency and remove it from 'depends' list
#USE_SIDPLAYFP='-DUSE_CHIPTUNE_SID=No'
+ cd $srcdir/QMPlay2
+ patch -p1 < ../no-cmake-x11extras.patch
+
cd $srcdir
mkdir -p QMPlay2-build
cd QMPlay2-build