Date: Saturday, September 16, 2017 @ 19:59:29
  Author: jgc
Revision: 305679

upgpkg: totem-plparser 3.26.0-1

Disable testsuite, fails with a 404 error on an image that is no longer 
available

Modified:
  totem-plparser/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-09-16 19:56:37 UTC (rev 305678)
+++ PKGBUILD    2017-09-16 19:59:29 UTC (rev 305679)
@@ -10,16 +10,11 @@
 license=(LGPL)
 arch=(i686 x86_64)
 depends=(gmime3 libarchive libquvi libxml2)
-makedepends=(gobject-introspection git gnome-common gtk-doc libsoup meson)
+makedepends=(gobject-introspection git gtk-doc libsoup meson)
 _commit=279ca9c68f9ed24a29bec5ababcdbf97fd5d08e7  # tags/V_3_26_0^0
 source=("git+https://git.gnome.org/browse/totem-pl-parser#commit=$_commit";)
 sha256sums=('SKIP')
 
-check() {
-  cd build
-  meson test
-}
-
 pkgver() {
   cd totem-pl-parser
   git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
@@ -32,7 +27,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release -Denable-gtk-doc=true 
../totem-pl-parser
+  meson setup --prefix=/usr --libexecdir=/usr/lib --buildtype=release 
-Denable-gtk-doc=true ../totem-pl-parser
   ninja
 }
 

Reply via email to