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

Martin Wimpress flexiondotorg at archlinux.org
Mon Sep 29 19:53:22 UTC 2014


    Date: Monday, September 29, 2014 @ 21:53:22
  Author: flexiondotorg
Revision: 119835

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

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

------------------------------+
 /01-fix.diff                 |   26 ++++++++++++++
 /PKGBUILD                    |   74 +++++++++++++++++++++++++++++++++++++++++
 /eom.install                 |   26 ++++++++++++++
 community-i686/01-fix.diff   |   13 -------
 community-i686/PKGBUILD      |   37 --------------------
 community-i686/eom.install   |   13 -------
 community-x86_64/01-fix.diff |   13 -------
 community-x86_64/PKGBUILD    |   37 --------------------
 community-x86_64/eom.install |   13 -------
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/01-fix.diff
===================================================================
--- community-i686/01-fix.diff	2014-09-29 19:53:11 UTC (rev 119834)
+++ community-i686/01-fix.diff	2014-09-29 19:53:22 UTC (rev 119835)
@@ -1,13 +0,0 @@
-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-i686/01-fix.diff (from rev 119834, eom/trunk/01-fix.diff)
===================================================================
--- community-i686/01-fix.diff	                        (rev 0)
+++ community-i686/01-fix.diff	2014-09-29 19:53:22 UTC (rev 119835)
@@ -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"

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-29 19:53:11 UTC (rev 119834)
+++ community-i686/PKGBUILD	2014-09-29 19:53:22 UTC (rev 119835)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=eom
-pkgver=1.8.0
-pkgrel=3
-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' 'librsvg' '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')
-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 \
-        --with-librsvg
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: eom/repos/community-i686/PKGBUILD (from rev 119834, eom/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-29 19:53:22 UTC (rev 119835)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=eom
+pkgver=1.8.1
+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' 'lcms2' 'libexif'
+         'libjpeg-turbo' 'librsvg' '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')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('48ceda7c1abb6d0d789129436530cf0539df184a')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --with-gtk=2.0 \
+        --with-librsvg
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/eom.install
===================================================================
--- community-i686/eom.install	2014-09-29 19:53:11 UTC (rev 119834)
+++ community-i686/eom.install	2014-09-29 19:53:22 UTC (rev 119835)
@@ -1,13 +0,0 @@
-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-i686/eom.install (from rev 119834, eom/trunk/eom.install)
===================================================================
--- community-i686/eom.install	                        (rev 0)
+++ community-i686/eom.install	2014-09-29 19:53:22 UTC (rev 119835)
@@ -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
+}

Deleted: community-x86_64/01-fix.diff
===================================================================
--- community-x86_64/01-fix.diff	2014-09-29 19:53:11 UTC (rev 119834)
+++ community-x86_64/01-fix.diff	2014-09-29 19:53:22 UTC (rev 119835)
@@ -1,13 +0,0 @@
-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-x86_64/01-fix.diff (from rev 119834, eom/trunk/01-fix.diff)
===================================================================
--- community-x86_64/01-fix.diff	                        (rev 0)
+++ community-x86_64/01-fix.diff	2014-09-29 19:53:22 UTC (rev 119835)
@@ -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"

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-29 19:53:11 UTC (rev 119834)
+++ community-x86_64/PKGBUILD	2014-09-29 19:53:22 UTC (rev 119835)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=eom
-pkgver=1.8.0
-pkgrel=3
-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' 'librsvg' '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')
-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 \
-        --with-librsvg
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: eom/repos/community-x86_64/PKGBUILD (from rev 119834, eom/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-29 19:53:22 UTC (rev 119835)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=eom
+pkgver=1.8.1
+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' 'lcms2' 'libexif'
+         'libjpeg-turbo' 'librsvg' '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')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('48ceda7c1abb6d0d789129436530cf0539df184a')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --with-gtk=2.0 \
+        --with-librsvg
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/eom.install
===================================================================
--- community-x86_64/eom.install	2014-09-29 19:53:11 UTC (rev 119834)
+++ community-x86_64/eom.install	2014-09-29 19:53:22 UTC (rev 119835)
@@ -1,13 +0,0 @@
-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-x86_64/eom.install (from rev 119834, eom/trunk/eom.install)
===================================================================
--- community-x86_64/eom.install	                        (rev 0)
+++ community-x86_64/eom.install	2014-09-29 19:53:22 UTC (rev 119835)
@@ -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