[arch-commits] Commit in eom/repos/community-x86_64 (PKGBUILD PKGBUILD)

Brad Fanella cesura at archlinux.org
Tue Jul 17 18:35:01 UTC 2018


    Date: Tuesday, July 17, 2018 @ 18:35:01
  Author: cesura
Revision: 361114

archrelease: copy trunk to community-x86_64

Added:
  eom/repos/community-x86_64/PKGBUILD
    (from rev 361113, eom/trunk/PKGBUILD)
Deleted:
  eom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-17 18:34:46 UTC (rev 361113)
+++ PKGBUILD	2018-07-17 18:35:01 UTC (rev 361114)
@@ -1,35 +0,0 @@
-# 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
-}

Copied: eom/repos/community-x86_64/PKGBUILD (from rev 361113, eom/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-17 18:35:01 UTC (rev 361114)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=eom
+pkgver=1.20.1
+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=('35375d5d55128e03c9a4f9e5559878873275c6e182b159058767180ca449347d')
+
+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