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

Antonio Rojas arojas at gemini.archlinux.org
Sun Aug 8 18:03:28 UTC 2021


    Date: Sunday, August 8, 2021 @ 18:03:28
  Author: arojas
Revision: 995392

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-08 18:03:17 UTC (rev 995391)
+++ PKGBUILD	2021-08-08 18:03:28 UTC (rev 995392)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=eom
-pkgver=1.24.2
-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' 'gettext' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
-makedepends=('gobject-introspection' 'itstool')
-groups=('mate-extra')
-conflicts=('eom-gtk3')
-replaces=('eom-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('eead30072ada9a697c0284ee0ac72f0cd80cf01eff43e1c260873718f2643223')
-
-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 995391, eom/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-08 18:03:28 UTC (rev 995392)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=eom
+pkgver=1.26.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' 'gettext' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
+makedepends=('gobject-introspection' 'itstool')
+groups=('mate-extra')
+conflicts=('eom-gtk3')
+replaces=('eom-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('27f169aa396ddbc75740bf802bef1c0251771ca0747b5a727ff985c03dc067db')
+
+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