summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorion2012016-07-08 19:35:08 -0500
committerion2012016-07-08 19:35:08 -0500
commit6724cb600841c394261cafcdfd6a41752b9b098d (patch)
tree7db75c21802218e2500f6eed11257436b46f6246
parent2fe55132cc50279ddb662fef97b8c22add39aef5 (diff)
downloadaur-6724cb600841c394261cafcdfd6a41752b9b098d.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 6bbf2095dc6c..b7497823995f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jul 2 15:42:19 UTC 2016
+# Sat Jul 9 00:34:46 UTC 2016
pkgbase = xplayer
pkgdesc = Simple media player. X-Apps Project.
pkgver = 1.0.7
diff --git a/PKGBUILD b/PKGBUILD
index 2e1f698f975c..dcf34e7bd398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,13 @@ md5sums=('6295bb19c2125a5439636809e61d9306')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
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/${pkgname}"
make