summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorion2012016-07-08 19:36:01 -0500
committerion2012016-07-08 19:36:01 -0500
commit3a1cba3c40fd99b4c1f4a76b3703bac29107d7e6 (patch)
treefd7398155dee9bab8e4747f9aaa164a680e7d8c7
parent15977930503639a94e90ba9c63a298b12c924c58 (diff)
downloadaur-3a1cba3c40fd99b4c1f4a76b3703bac29107d7e6.tar.gz
Remove grilo
-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