[arch-commits] Commit in eom/trunk (PKGBUILD eom.install)

Balló György bgyorgy at archlinux.org
Sat Aug 6 20:29:07 UTC 2016


    Date: Saturday, August 6, 2016 @ 20:29:07
  Author: bgyorgy
Revision: 185698

upgpkg: eom 1.14.1-1

Update to new version

Modified:
  eom/trunk/PKGBUILD
Deleted:
  eom/trunk/eom.install

-------------+
 PKGBUILD    |   26 ++++++++++++--------------
 eom.install |   13 -------------
 2 files changed, 12 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-06 20:12:43 UTC (rev 185697)
+++ PKGBUILD	2016-08-06 20:29:07 UTC (rev 185698)
@@ -1,35 +1,33 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Martin Wimpress <code at flexion.org>
 
-_ver=1.12
+_ver=1.14
 _pkgbase=eom
 pkgname=(${_pkgbase})
-pkgver=${_ver}.2
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
 url="http://mate-desktop.org"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection-runtime'
-         'gtk2' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg'
-         'mate-desktop>=1.12' 'pygtk' 'python2-gobject2'
-         'startup-notification' 'zlib')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'mate-desktop')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('3b94e003ad2d29dd04f79198f9e03d823c285d50')
-install=${_pkgbase}.install
+sha1sums=('df3e91693122053e97a87ca02119b2deda74e475')
 
 build() {
     cd "${srcdir}/${_pkgbase}-${pkgver}"
-    PYTHON=/usr/bin/python2 ./configure \
+    ./configure \
         --prefix=/usr \
         --localstatedir=/var \
         --with-gtk=2.0 \
         --with-librsvg \
-        --enable-python
+        --disable-python
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
     make
 }
 

Deleted: eom.install
===================================================================
--- eom.install	2016-08-06 20:12:43 UTC (rev 185697)
+++ eom.install	2016-08-06 20:29:07 UTC (rev 185698)
@@ -1,13 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list