[arch-commits] Commit in eom/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Feb 7 22:07:46 UTC 2018
Date: Wednesday, February 7, 2018 @ 22:07:45
Author: arojas
Revision: 290080
Update to 1.20
Modified:
eom/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-07 22:05:58 UTC (rev 290079)
+++ PKGBUILD 2018-02-07 22:07:45 UTC (rev 290080)
@@ -2,7 +2,7 @@
# Contributor: Martin Wimpress <code at flexion.org>
pkgname=eom
-pkgver=1.18.3
+pkgver=1.20.0
pkgrel=1
pkgdesc="An image viewing and cataloging program for MATE"
url="https://mate-desktop.org"
@@ -14,7 +14,7 @@
conflicts=('eom-gtk3')
replaces=('eom-gtk3')
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('4548f14f89300cf74849e197eaf40e58430c00dc5800e067449d38b0692c28ff')
+sha256sums=('1a78226d1be0c563d9fb92d49b8dcf50cc7c9304c1cfed1d231540cf0cbc400c')
build() {
cd ${pkgname}-${pkgver}
@@ -21,8 +21,7 @@
./configure \
--prefix=/usr \
--localstatedir=/var \
- --with-librsvg \
- --disable-python
+ --with-librsvg
#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