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

Martin Wimpress flexiondotorg at archlinux.org
Sat May 9 15:07:36 UTC 2015


    Date: Saturday, May 9, 2015 @ 17:07:36
  Author: flexiondotorg
Revision: 133087

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

Added:
  eom/repos/community-staging-i686/
  eom/repos/community-staging-i686/01-fix.diff
    (from rev 133086, eom/trunk/01-fix.diff)
  eom/repos/community-staging-i686/PKGBUILD
    (from rev 133086, eom/trunk/PKGBUILD)
  eom/repos/community-staging-i686/eom.install
    (from rev 133086, eom/trunk/eom.install)
  eom/repos/community-staging-x86_64/
  eom/repos/community-staging-x86_64/01-fix.diff
    (from rev 133086, eom/trunk/01-fix.diff)
  eom/repos/community-staging-x86_64/PKGBUILD
    (from rev 133086, eom/trunk/PKGBUILD)
  eom/repos/community-staging-x86_64/eom.install
    (from rev 133086, eom/trunk/eom.install)

--------------------------------------+
 community-staging-i686/01-fix.diff   |   13 +++++++++++
 community-staging-i686/PKGBUILD      |   37 +++++++++++++++++++++++++++++++++
 community-staging-i686/eom.install   |   13 +++++++++++
 community-staging-x86_64/01-fix.diff |   13 +++++++++++
 community-staging-x86_64/PKGBUILD    |   37 +++++++++++++++++++++++++++++++++
 community-staging-x86_64/eom.install |   13 +++++++++++
 6 files changed, 126 insertions(+)

Copied: eom/repos/community-staging-i686/01-fix.diff (from rev 133086, eom/trunk/01-fix.diff)
===================================================================
--- community-staging-i686/01-fix.diff	                        (rev 0)
+++ community-staging-i686/01-fix.diff	2015-05-09 15:07:36 UTC (rev 133087)
@@ -0,0 +1,13 @@
+diff --git a/src/eom-thumbnail.c b/src/eom-thumbnail.c
+index a4f24b6..a98dd30 100644
+--- a/src/eom-thumbnail.c
++++ b/src/eom-thumbnail.c
+@@ -31,7 +31,7 @@
+ #ifndef MATE_DESKTOP_USE_UNSTABLE_API
+ #define MATE_DESKTOP_USE_UNSTABLE_API
+ #endif
+-#include <libmateui/mate-desktop-thumbnail.h>
++#include <libmate-desktop/mate-desktop-thumbnail.h>
+ 
+ #include "eom-thumbnail.h"
+ #include "eom-list-store.h"

Copied: eom/repos/community-staging-i686/PKGBUILD (from rev 133086, eom/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-05-09 15:07:36 UTC (rev 133087)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_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' 'gtk2' 'exempi' 'lcms2' 'libexif'
+         'libjpeg-turbo' 'librsvg' 'mate-desktop>=1.10' '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=('e4ab6761042a76c89f49229d9721d568ca3fcd40')
+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 133086, eom/trunk/eom.install)
===================================================================
--- community-staging-i686/eom.install	                        (rev 0)
+++ community-staging-i686/eom.install	2015-05-09 15:07:36 UTC (rev 133087)
@@ -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/01-fix.diff (from rev 133086, eom/trunk/01-fix.diff)
===================================================================
--- community-staging-x86_64/01-fix.diff	                        (rev 0)
+++ community-staging-x86_64/01-fix.diff	2015-05-09 15:07:36 UTC (rev 133087)
@@ -0,0 +1,13 @@
+diff --git a/src/eom-thumbnail.c b/src/eom-thumbnail.c
+index a4f24b6..a98dd30 100644
+--- a/src/eom-thumbnail.c
++++ b/src/eom-thumbnail.c
+@@ -31,7 +31,7 @@
+ #ifndef MATE_DESKTOP_USE_UNSTABLE_API
+ #define MATE_DESKTOP_USE_UNSTABLE_API
+ #endif
+-#include <libmateui/mate-desktop-thumbnail.h>
++#include <libmate-desktop/mate-desktop-thumbnail.h>
+ 
+ #include "eom-thumbnail.h"
+ #include "eom-list-store.h"

Copied: eom/repos/community-staging-x86_64/PKGBUILD (from rev 133086, eom/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-05-09 15:07:36 UTC (rev 133087)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_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' 'gtk2' 'exempi' 'lcms2' 'libexif'
+         'libjpeg-turbo' 'librsvg' 'mate-desktop>=1.10' '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=('e4ab6761042a76c89f49229d9721d568ca3fcd40')
+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 133086, eom/trunk/eom.install)
===================================================================
--- community-staging-x86_64/eom.install	                        (rev 0)
+++ community-staging-x86_64/eom.install	2015-05-09 15:07:36 UTC (rev 133087)
@@ -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