[arch-commits] Commit in mate-image-viewer/repos (6 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 16:49:55 UTC 2014


    Date: Thursday, January 16, 2014 @ 17:49:55
  Author: flexiondotorg
Revision: 104205

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

Added:
  mate-image-viewer/repos/community-i686/
  mate-image-viewer/repos/community-i686/PKGBUILD
    (from rev 104204, mate-image-viewer/trunk/PKGBUILD)
  mate-image-viewer/repos/community-i686/mate-image-viewer.install
    (from rev 104204, mate-image-viewer/trunk/mate-image-viewer.install)
  mate-image-viewer/repos/community-x86_64/
  mate-image-viewer/repos/community-x86_64/PKGBUILD
    (from rev 104204, mate-image-viewer/trunk/PKGBUILD)
  mate-image-viewer/repos/community-x86_64/mate-image-viewer.install
    (from rev 104204, mate-image-viewer/trunk/mate-image-viewer.install)

--------------------------------------------+
 community-i686/PKGBUILD                    |   43 +++++++++++++++++++++++++++
 community-i686/mate-image-viewer.install   |   13 ++++++++
 community-x86_64/PKGBUILD                  |   43 +++++++++++++++++++++++++++
 community-x86_64/mate-image-viewer.install |   13 ++++++++
 4 files changed, 112 insertions(+)

Copied: mate-image-viewer/repos/community-i686/PKGBUILD (from rev 104204, mate-image-viewer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-16 16:49:55 UTC (rev 104205)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-image-viewer
+pkgver=1.6.2
+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' 'desktop-file-utils' 'gtk2' 'exempi' 'lcms' 'libexif'
+         'libjpeg-turbo' 'mate-desktop' 'mate-icon-theme' 'pygtk' 'python2'
+         'python2-gobject2' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz"
+        "https://github.com/mate-desktop/eom/commit/e62ed087493c8a529d4eeab46c7d68a2047ac81a.diff")
+sha1sums=('37e638790329350bb772a40549741f89ed43952c'
+          'a2f0810a48d81023e9bae29d80b682ae0fe9faac')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    #Use GETTEXT_PACKAGE instead of PACKAGE
+    patch -Np1 -i "${srcdir}/e62ed087493c8a529d4eeab46c7d68a2047ac81a.diff"
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --disable-scrollkeeper
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-image-viewer/repos/community-i686/mate-image-viewer.install (from rev 104204, mate-image-viewer/trunk/mate-image-viewer.install)
===================================================================
--- community-i686/mate-image-viewer.install	                        (rev 0)
+++ community-i686/mate-image-viewer.install	2014-01-16 16:49:55 UTC (rev 104205)
@@ -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: mate-image-viewer/repos/community-x86_64/PKGBUILD (from rev 104204, mate-image-viewer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-16 16:49:55 UTC (rev 104205)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-image-viewer
+pkgver=1.6.2
+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' 'desktop-file-utils' 'gtk2' 'exempi' 'lcms' 'libexif'
+         'libjpeg-turbo' 'mate-desktop' 'mate-icon-theme' 'pygtk' 'python2'
+         'python2-gobject2' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz"
+        "https://github.com/mate-desktop/eom/commit/e62ed087493c8a529d4eeab46c7d68a2047ac81a.diff")
+sha1sums=('37e638790329350bb772a40549741f89ed43952c'
+          'a2f0810a48d81023e9bae29d80b682ae0fe9faac')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    #Use GETTEXT_PACKAGE instead of PACKAGE
+    patch -Np1 -i "${srcdir}/e62ed087493c8a529d4eeab46c7d68a2047ac81a.diff"
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --disable-scrollkeeper
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-image-viewer/repos/community-x86_64/mate-image-viewer.install (from rev 104204, mate-image-viewer/trunk/mate-image-viewer.install)
===================================================================
--- community-x86_64/mate-image-viewer.install	                        (rev 0)
+++ community-x86_64/mate-image-viewer.install	2014-01-16 16:49:55 UTC (rev 104205)
@@ -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