summaryrefslogtreecommitdiff
path: root/libre/gloobus-preview
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2019-04-30 17:46:33 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2019-04-30 17:46:33 -0500
commit091f379753f8ba199bed2fc8ba2eed2c30cd3578 (patch)
tree7588dc4275f65d58384d368a213b416875fa6ba6 /libre/gloobus-preview
parentca62d845816c62877b049733fd1c5f32b3acc690 (diff)
gloobus-preview-0.4.5.335-4.par1: rebuild
Diffstat (limited to 'libre/gloobus-preview')
-rw-r--r--libre/gloobus-preview/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/libre/gloobus-preview/PKGBUILD b/libre/gloobus-preview/PKGBUILD
index e37b5026f..372529219 100644
--- a/libre/gloobus-preview/PKGBUILD
+++ b/libre/gloobus-preview/PKGBUILD
@@ -1,4 +1,3 @@
-# $Id: PKGBUILD 167838 2016-03-21 17:48:29Z bgyorgy $
# Maintainer (Arch): Balló György <ballogyor+arch at gmail dot com>
# Maintainer (Hyperbola): André Silva <emulatorman@hyperbola.info>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
@@ -7,9 +6,12 @@ pkgname=gloobus-preview
_bzrrev=335
_bzrpath=~gloobus-dev/$pkgname/last_working_branch
pkgver=0.4.5.$_bzrrev
-pkgrel=3.parabola1
-pkgdesc="GNOME application designed to enable a full screen preview of any kind of file, with libarchive support"
-arch=('i686' 'x86_64' 'armv7h')
+pkgrel=4
+pkgrel+=.par1
+pkgdesc="GNOME application designed to enable a full screen preview of any kind of file"
+pkgdesc+=", with libarchive support"
+arch=('x86_64')
+arch+=('i686' 'armv7h')
url="https://launchpad.net/gloobus-preview"
license=('GPL')
depends=('gst-plugins-base' 'gtksourceview3' 'poppler-glib' 'python-dbus' 'python-gobject')
@@ -27,18 +29,20 @@ optdepends=('djvulibre: Preview DjVu documents'
'unoconv: Preview LibreOffice compatible documents')
source=($pkgname-$_bzrrev.tar.gz::https://bazaar.launchpad.net/$_bzrpath/tarball/$_bzrrev
'gloobus-preview-usr-bsdtar-for-rar.patch')
-sha256sums=('094e5073d0f719681c47dd12ab701fc5d59e996926eee5dfad4306a1e51b4979'
+sha256sums=('f56cf5ad32855432f996f19d7ebba42cc4c85305f7115e8d4b62cab6880df125'
'd9b2718b1584f55c5d714e7bba6c957f3e3653d76603c08526c8c8ea79275e80')
prepare() {
cd $_bzrpath
+ autoreconf -fi
+
# Use bsdtar (libarchive) for RAR.
patch -Np1 -i "$srcdir/gloobus-preview-usr-bsdtar-for-rar.patch"
}
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