[arch-commits] Commit in (6 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 20:16:15 UTC 2014


    Date: Wednesday, March 5, 2014 @ 21:16:15
  Author: flexiondotorg
Revision: 106533

Added eom

Added:
  eom/
  eom/repos/
  eom/trunk/
  eom/trunk/01-fix.diff
  eom/trunk/PKGBUILD
  eom/trunk/eom.install

-------------+
 01-fix.diff |   13 +++++++++++++
 PKGBUILD    |   37 +++++++++++++++++++++++++++++++++++++
 eom.install |   13 +++++++++++++
 3 files changed, 63 insertions(+)

Added: eom/trunk/01-fix.diff
===================================================================
--- eom/trunk/01-fix.diff	                        (rev 0)
+++ eom/trunk/01-fix.diff	2014-03-05 20:16:15 UTC (rev 106533)
@@ -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"

Added: eom/trunk/PKGBUILD
===================================================================
--- eom/trunk/PKGBUILD	                        (rev 0)
+++ eom/trunk/PKGBUILD	2014-03-05 20:16:15 UTC (rev 106533)
@@ -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
+}


Property changes on: eom/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: eom/trunk/eom.install
===================================================================
--- eom/trunk/eom.install	                        (rev 0)
+++ eom/trunk/eom.install	2014-03-05 20:16:15 UTC (rev 106533)
@@ -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