Date: Saturday, August 6, 2016 @ 20:29:13
  Author: bgyorgy
Revision: 185699

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

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   37 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: eom/repos/community-staging-i686/PKGBUILD (from rev 185698, 
eom/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-08-06 20:29:13 UTC (rev 185699)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+_ver=1.14
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+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')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('df3e91693122053e97a87ca02119b2deda74e475')
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --with-gtk=2.0 \
+        --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 "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: eom/repos/community-staging-x86_64/PKGBUILD (from rev 185698, 
eom/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-06 20:29:13 UTC (rev 185699)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+_ver=1.14
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+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')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('df3e91693122053e97a87ca02119b2deda74e475')
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --with-gtk=2.0 \
+        --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 "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Reply via email to