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

Antonio Rojas arojas at archlinux.org
Thu Apr 6 19:52:01 UTC 2017


    Date: Thursday, April 6, 2017 @ 19:52:00
  Author: arojas
Revision: 221131

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-06 19:51:34 UTC (rev 221130)
+++ community-i686/PKGBUILD	2017-04-06 19:52:00 UTC (rev 221131)
@@ -1,35 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=eom
-pkgver=1.18.0
-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' '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=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('5dbc90dc8a695d2ee8d8595171145fd23b001927')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./configure \
-        --prefix=/usr \
-        --localstatedir=/var \
-        --with-librsvg \
-        --disable-python
-
-    #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-i686/PKGBUILD (from rev 221130, eom/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-06 19:52:00 UTC (rev 221131)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=eom
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE"
+url="http://mate-desktop.org"
+arch=('i686' '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=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('14c9a56b080a5a0922825d2c22cc46635e566008')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --with-librsvg \
+        --disable-python
+
+    #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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-06 19:51:34 UTC (rev 221130)
+++ community-x86_64/PKGBUILD	2017-04-06 19:52:00 UTC (rev 221131)
@@ -1,35 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=eom
-pkgver=1.18.0
-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' '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=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('5dbc90dc8a695d2ee8d8595171145fd23b001927')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./configure \
-        --prefix=/usr \
-        --localstatedir=/var \
-        --with-librsvg \
-        --disable-python
-
-    #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 221130, eom/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-06 19:52:00 UTC (rev 221131)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=eom
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE"
+url="http://mate-desktop.org"
+arch=('i686' '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=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('14c9a56b080a5a0922825d2c22cc46635e566008')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --with-librsvg \
+        --disable-python
+
+    #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