[arch-commits] Commit in gloobus-preview/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed Feb 13 00:35:58 UTC 2019


    Date: Wednesday, February 13, 2019 @ 00:35:58
  Author: eschwartz
Revision: 432010

upgpkg: gloobus-preview 0.4.5.335-4

python 3.7 rebuild
move autoreconf to prepare()

Modified:
  gloobus-preview/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-13 00:29:56 UTC (rev 432009)
+++ PKGBUILD	2019-02-13 00:35:58 UTC (rev 432010)
@@ -4,7 +4,7 @@
 _bzrrev=335
 _bzrpath=~gloobus-dev/$pkgname/last_working_branch
 pkgver=0.4.5.$_bzrrev
-pkgrel=3
+pkgrel=4
 pkgdesc="GNOME application designed to enable a full screen preview of any kind of file"
 arch=('x86_64')
 url="https://launchpad.net/gloobus-preview"
@@ -23,9 +23,14 @@
 source=($pkgname-$_bzrrev.tar.gz::https://bazaar.launchpad.net/$_bzrpath/tarball/$_bzrrev)
 sha256sums=('SKIP')
 
+prepare() {
+  cd $_bzrpath
+  autoreconf -fi
+}
+
 build() {
   cd $_bzrpath
-  ./autogen.sh --prefix=/usr
+  ./configure --prefix=/usr
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



More information about the arch-commits mailing list