summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b1a09259fc6..2e7c6def0196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jul 2 16:37:11 UTC 2016
+# Sat Jul 9 00:34:46 UTC 2016
pkgbase = xplayer-git
pkgdesc = Simple media player. X-Apps Project (git version).
pkgver = 1.0.7.r0.gcd31180
diff --git a/PKGBUILD b/PKGBUILD
index 8079cb8c8921..3cbed47f1374 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,13 @@ pkgver() {
build() {
cd ${srcdir}/${pkgname}
sed -i 's/PYTHON=python/PYTHON=python2/g' py-compile
- ./autogen.sh --with-gtk=3.0 --prefix="/usr" \
+
+ # https://github.com/linuxmint/xplayer/issues/22
+ # I don't think there is a switch to disable grilo, so just bump the required
+ # version to something that obviously won't be satisfied.
+ sed -i 's/GRILO_REQS=0.2.0/GRILO_REQS=0.9.0/g' configure.ac
+
+ ./autogen.sh --prefix="/usr" \
--localstatedir="/var" \
--libexecdir="/usr/lib/${_pkgbasename}"
make