Date: Monday, May 20, 2019 @ 09:31:46 Author: cesura Revision: 468047
archrelease: copy trunk to community-x86_64 Added: eom/repos/community-x86_64/PKGBUILD (from rev 468046, eom/trunk/PKGBUILD) Deleted: eom/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 70 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-05-20 09:31:29 UTC (rev 468046) +++ PKGBUILD 2019-05-20 09:31:46 UTC (rev 468047) @@ -1,35 +0,0 @@ -# Maintainer: Brad Fanella <ces...@archlinux.org> -# Contributor: Martin Wimpress <c...@flexion.org> - -pkgname=eom -pkgver=1.22.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=('d4e4014216fd8c5a22fc4755484c45e6b2155e5e5af9018c4f7721826e5c7b24') - -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 468046, eom/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-05-20 09:31:46 UTC (rev 468047) @@ -0,0 +1,35 @@ +# Maintainer: Brad Fanella <ces...@archlinux.org> +# Contributor: Martin Wimpress <c...@flexion.org> + +pkgname=eom +pkgver=1.22.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=('64d73069ba4db8515a6c2c90fadba87e1c5cac67dd1e102b271f62e537ee970e') + +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 +}