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

Martin Wimpress flexiondotorg at archlinux.org
Fri Nov 6 00:40:14 UTC 2015


    Date: Friday, November 6, 2015 @ 01:40:14
  Author: flexiondotorg
Revision: 146137

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 146136, eom/trunk/PKGBUILD)
  eom/repos/community-staging-i686/eom.install
    (from rev 146136, eom/trunk/eom.install)
  eom/repos/community-staging-x86_64/
  eom/repos/community-staging-x86_64/PKGBUILD
    (from rev 146136, eom/trunk/PKGBUILD)
  eom/repos/community-staging-x86_64/eom.install
    (from rev 146136, eom/trunk/eom.install)

--------------------------------------+
 community-staging-i686/PKGBUILD      |   38 +++++++++++++++++++++++++++++++++
 community-staging-i686/eom.install   |   13 +++++++++++
 community-staging-x86_64/PKGBUILD    |   38 +++++++++++++++++++++++++++++++++
 community-staging-x86_64/eom.install |   13 +++++++++++
 4 files changed, 102 insertions(+)

Copied: eom/repos/community-staging-i686/PKGBUILD (from rev 146136, eom/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-11-06 00:40:14 UTC (rev 146137)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.12
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.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' 'desktop-file-utils' 'gobject-introspection-runtime'
+         'gtk2' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg'
+         'mate-desktop>=1.12' 'mate-icon-theme' 'pygtk' 'python2-gobject2'
+         'startup-notification' 'zlib')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('721d1d418c8da0134662ab886445152869b715b6')
+install=${_pkgbase}.install
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --with-gtk=2.0 \
+        --with-librsvg \
+        --enable-python
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: eom/repos/community-staging-i686/eom.install (from rev 146136, eom/trunk/eom.install)
===================================================================
--- community-staging-i686/eom.install	                        (rev 0)
+++ community-staging-i686/eom.install	2015-11-06 00:40:14 UTC (rev 146137)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: eom/repos/community-staging-x86_64/PKGBUILD (from rev 146136, eom/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-11-06 00:40:14 UTC (rev 146137)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.12
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.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' 'desktop-file-utils' 'gobject-introspection-runtime'
+         'gtk2' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg'
+         'mate-desktop>=1.12' 'mate-icon-theme' 'pygtk' 'python2-gobject2'
+         'startup-notification' 'zlib')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('721d1d418c8da0134662ab886445152869b715b6')
+install=${_pkgbase}.install
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --with-gtk=2.0 \
+        --with-librsvg \
+        --enable-python
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: eom/repos/community-staging-x86_64/eom.install (from rev 146136, eom/trunk/eom.install)
===================================================================
--- community-staging-x86_64/eom.install	                        (rev 0)
+++ community-staging-x86_64/eom.install	2015-11-06 00:40:14 UTC (rev 146137)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list