[arch-commits] Commit in eom/repos (2 files)

Antonio Rojas arojas at archlinux.org
Wed Feb 7 22:08:07 UTC 2018


    Date: Wednesday, February 7, 2018 @ 22:08:07
  Author: arojas
Revision: 290081

archrelease: copy trunk to community-staging-x86_64

Added:
  eom/repos/community-staging-x86_64/
  eom/repos/community-staging-x86_64/PKGBUILD
    (from rev 290080, eom/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: eom/repos/community-staging-x86_64/PKGBUILD (from rev 290080, eom/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-02-07 22:08:07 UTC (rev 290081)
@@ -0,0 +1,35 @@
+# Maintainer:
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=eom
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('eom-gtk3')
+replaces=('eom-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('1a78226d1be0c563d9fb92d49b8dcf50cc7c9304c1cfed1d231540cf0cbc400c')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --with-librsvg
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list