[arch-commits] Commit in eom/repos (8 files)
Martin Wimpress
flexiondotorg at nymeria.archlinux.org
Wed Mar 5 23:28:54 UTC 2014
Date: Thursday, March 6, 2014 @ 00:28:53
Author: flexiondotorg
Revision: 106608
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 106607, eom/trunk/01-fix.diff)
eom/repos/community-staging-i686/PKGBUILD
(from rev 106607, eom/trunk/PKGBUILD)
eom/repos/community-staging-i686/eom.install
(from rev 106607, eom/trunk/eom.install)
eom/repos/community-staging-x86_64/
eom/repos/community-staging-x86_64/01-fix.diff
(from rev 106607, eom/trunk/01-fix.diff)
eom/repos/community-staging-x86_64/PKGBUILD
(from rev 106607, eom/trunk/PKGBUILD)
eom/repos/community-staging-x86_64/eom.install
(from rev 106607, 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 106607, eom/trunk/01-fix.diff)
===================================================================
--- community-staging-i686/01-fix.diff (rev 0)
+++ community-staging-i686/01-fix.diff 2014-03-05 23:28:53 UTC (rev 106608)
@@ -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 106607, eom/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-05 23:28:53 UTC (rev 106608)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=eom
+pkgver=1.8.0
+pkgrel=2
+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' 'lcms2' 'libexif'
+ 'libjpeg-turbo' 'mate-desktop' 'mate-icon-theme' 'pygtk' 'python2'
+ 'python2-gobject2' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+replaces=('mate-image-viewer')
+provides=('mate-image-viewer')
+conflicts=('mate-image-viewer')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('580b3c06e16e14dd3f72d545f47f295af5d67dd1')
+install=${pkgname}.install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ PYTHON=/usr/bin/python2 ./configure \
+ --prefix=/usr \
+ --localstatedir=/var \
+ --with-gtk=2.0
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: eom/repos/community-staging-i686/eom.install (from rev 106607, eom/trunk/eom.install)
===================================================================
--- community-staging-i686/eom.install (rev 0)
+++ community-staging-i686/eom.install 2014-03-05 23:28:53 UTC (rev 106608)
@@ -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 106607, eom/trunk/01-fix.diff)
===================================================================
--- community-staging-x86_64/01-fix.diff (rev 0)
+++ community-staging-x86_64/01-fix.diff 2014-03-05 23:28:53 UTC (rev 106608)
@@ -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 106607, eom/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2014-03-05 23:28:53 UTC (rev 106608)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=eom
+pkgver=1.8.0
+pkgrel=2
+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' 'lcms2' 'libexif'
+ 'libjpeg-turbo' 'mate-desktop' 'mate-icon-theme' 'pygtk' 'python2'
+ 'python2-gobject2' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+replaces=('mate-image-viewer')
+provides=('mate-image-viewer')
+conflicts=('mate-image-viewer')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('580b3c06e16e14dd3f72d545f47f295af5d67dd1')
+install=${pkgname}.install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ PYTHON=/usr/bin/python2 ./configure \
+ --prefix=/usr \
+ --localstatedir=/var \
+ --with-gtk=2.0
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: eom/repos/community-staging-x86_64/eom.install (from rev 106607, eom/trunk/eom.install)
===================================================================
--- community-staging-x86_64/eom.install (rev 0)
+++ community-staging-x86_64/eom.install 2014-03-05 23:28:53 UTC (rev 106608)
@@ -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