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

Martin Wimpress flexiondotorg at archlinux.org
Sat May 9 15:10:47 UTC 2015


    Date: Saturday, May 9, 2015 @ 17:10:47
  Author: flexiondotorg
Revision: 133089

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

Added:
  eom-gtk3/repos/community-staging-i686/
  eom-gtk3/repos/community-staging-i686/PKGBUILD
    (from rev 133088, eom-gtk3/trunk/PKGBUILD)
  eom-gtk3/repos/community-staging-i686/eom.install
    (from rev 133088, eom-gtk3/trunk/eom.install)
  eom-gtk3/repos/community-staging-x86_64/
  eom-gtk3/repos/community-staging-x86_64/PKGBUILD
    (from rev 133088, eom-gtk3/trunk/PKGBUILD)
  eom-gtk3/repos/community-staging-x86_64/eom.install
    (from rev 133088, eom-gtk3/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-gtk3/repos/community-staging-i686/PKGBUILD (from rev 133088, eom-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-05-09 15:10:47 UTC (rev 133089)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=eom
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection' 'gtk3' 'exempi'
+         'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3>=1.10'
+         'mate-icon-theme' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('e4ab6761042a76c89f49229d9721d568ca3fcd40')
+install=${_pkgbase}.install
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --with-gtk=3.0 \
+        --with-librsvg \
+        --disable-python
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: eom-gtk3/repos/community-staging-i686/eom.install (from rev 133088, eom-gtk3/trunk/eom.install)
===================================================================
--- community-staging-i686/eom.install	                        (rev 0)
+++ community-staging-i686/eom.install	2015-05-09 15:10:47 UTC (rev 133089)
@@ -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-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 133088, eom-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-05-09 15:10:47 UTC (rev 133089)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=eom
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection' 'gtk3' 'exempi'
+         'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3>=1.10'
+         'mate-icon-theme' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('e4ab6761042a76c89f49229d9721d568ca3fcd40')
+install=${_pkgbase}.install
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --with-gtk=3.0 \
+        --with-librsvg \
+        --disable-python
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: eom-gtk3/repos/community-staging-x86_64/eom.install (from rev 133088, eom-gtk3/trunk/eom.install)
===================================================================
--- community-staging-x86_64/eom.install	                        (rev 0)
+++ community-staging-x86_64/eom.install	2015-05-09 15:10:47 UTC (rev 133089)
@@ -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