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

2016-03-14 Thread Balló György
Date: Monday, March 14, 2016 @ 22:26:19
  Author: bgyorgy
Revision: 166764

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

Added:
  eom/repos/community-i686/PKGBUILD
(from rev 166763, eom/trunk/PKGBUILD)
  eom/repos/community-i686/eom.install
(from rev 166763, eom/trunk/eom.install)
  eom/repos/community-x86_64/PKGBUILD
(from rev 166763, eom/trunk/PKGBUILD)
  eom/repos/community-x86_64/eom.install
(from rev 166763, eom/trunk/eom.install)
Deleted:
  eom/repos/community-i686/PKGBUILD
  eom/repos/community-i686/eom.install
  eom/repos/community-x86_64/PKGBUILD
  eom/repos/community-x86_64/eom.install

--+
 /PKGBUILD|   78 +
 /eom.install |   26 +
 community-i686/PKGBUILD  |   38 ---
 community-i686/eom.install   |   13 --
 community-x86_64/PKGBUILD|   38 ---
 community-x86_64/eom.install |   13 --
 6 files changed, 104 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-14 21:25:56 UTC (rev 166763)
+++ community-i686/PKGBUILD 2016-03-14 21:26:19 UTC (rev 166764)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=eom
-pkgname=(${_pkgbase})
-pkgver=${_ver}.2
-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' 'gobject-introspection-runtime'
- 'gtk2' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg'
- 'mate-desktop>=1.12' '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=('3b94e003ad2d29dd04f79198f9e03d823c285d50')
-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-i686/PKGBUILD (from rev 166763, eom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-14 21:26:19 UTC (rev 166764)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+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' 'gobject-introspection-runtime'
+ 'gtk2' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg'
+ 'mate-desktop>=1.12' '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=('3b94e003ad2d29dd04f79198f9e03d823c285d50')
+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
+}

Deleted: community-i686/eom.install
===
--- community-i686/eom.install  2016-03-14 21:25:56 UTC (rev 166763)
+++ community-i686/eom.install  2016-03-14 21:26:19 UTC (rev 166764)
@@ -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 166763, 
eom/trunk/eom.install)
===
--- community-i686/eom.install  (rev 0)
+++ community-i686/eom.install  2016-03-14 21:26:19 UTC (rev 166764)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f 

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

2016-03-14 Thread Balló György
Date: Monday, March 14, 2016 @ 22:06:25
  Author: bgyorgy
Revision: 166752

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

Added:
  eom/repos/community-i686/PKGBUILD
(from rev 166751, eom/trunk/PKGBUILD)
  eom/repos/community-i686/eom.install
(from rev 166751, eom/trunk/eom.install)
  eom/repos/community-x86_64/PKGBUILD
(from rev 166751, eom/trunk/PKGBUILD)
  eom/repos/community-x86_64/eom.install
(from rev 166751, eom/trunk/eom.install)
Deleted:
  eom/repos/community-i686/PKGBUILD
  eom/repos/community-i686/eom.install
  eom/repos/community-x86_64/PKGBUILD
  eom/repos/community-x86_64/eom.install

--+
 /PKGBUILD|   76 +
 /eom.install |   26 ++
 community-i686/PKGBUILD  |   38 
 community-i686/eom.install   |   13 ---
 community-x86_64/PKGBUILD|   38 
 community-x86_64/eom.install |   13 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-14 21:06:18 UTC (rev 166751)
+++ community-i686/PKGBUILD 2016-03-14 21:06:25 UTC (rev 166752)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=eom
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-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' 'gobject-introspection-runtime'
- 'gtk2' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg'
- 'mate-desktop>=1.12' '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=('4a71185ed62e5232da21e4b23378ac86ade5c451')
-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-i686/PKGBUILD (from rev 166751, eom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-14 21:06:25 UTC (rev 166752)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+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' 'gobject-introspection-runtime'
+ 'gtk2' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg'
+ 'mate-desktop>=1.12' '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=('3b94e003ad2d29dd04f79198f9e03d823c285d50')
+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
+}

Deleted: community-i686/eom.install
===
--- community-i686/eom.install  2016-03-14 21:06:18 UTC (rev 166751)
+++ community-i686/eom.install  2016-03-14 21:06:25 UTC (rev 166752)
@@ -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 166751, 
eom/trunk/eom.install)
===
--- community-i686/eom.install  (rev 0)
+++ community-i686/eom.install  2016-03-14 21:06:25 UTC (rev 166752)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f 

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

2015-12-08 Thread Martin Wimpress
Date: Tuesday, December 8, 2015 @ 09:37:52
  Author: flexiondotorg
Revision: 150199

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

Added:
  eom/repos/community-i686/PKGBUILD
(from rev 150198, eom/trunk/PKGBUILD)
  eom/repos/community-i686/eom.install
(from rev 150198, eom/trunk/eom.install)
  eom/repos/community-x86_64/PKGBUILD
(from rev 150198, eom/trunk/PKGBUILD)
  eom/repos/community-x86_64/eom.install
(from rev 150198, eom/trunk/eom.install)
Deleted:
  eom/repos/community-i686/PKGBUILD
  eom/repos/community-i686/eom.install
  eom/repos/community-x86_64/PKGBUILD
  eom/repos/community-x86_64/eom.install

--+
 /PKGBUILD|   76 +
 /eom.install |   26 ++
 community-i686/PKGBUILD  |   38 
 community-i686/eom.install   |   13 ---
 community-x86_64/PKGBUILD|   38 
 community-x86_64/eom.install |   13 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-08 08:37:36 UTC (rev 150198)
+++ community-i686/PKGBUILD 2015-12-08 08:37:52 UTC (rev 150199)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_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' 'gobject-introspection-runtime'
- 'gtk2' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg'
- 'mate-desktop>=1.12' '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=('721d1d418c8da0134662ab886445152869b715b6')
-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-i686/PKGBUILD (from rev 150198, eom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-08 08:37:52 UTC (rev 150199)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+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' 'gobject-introspection-runtime'
+ 'gtk2' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg'
+ 'mate-desktop>=1.12' '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=('4a71185ed62e5232da21e4b23378ac86ade5c451')
+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
+}

Deleted: community-i686/eom.install
===
--- community-i686/eom.install  2015-12-08 08:37:36 UTC (rev 150198)
+++ community-i686/eom.install  2015-12-08 08:37:52 UTC (rev 150199)
@@ -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 150198, 
eom/trunk/eom.install)
===
--- community-i686/eom.install  (rev 0)
+++ community-i686/eom.install  2015-12-08 08:37:52 UTC (rev 150199)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q 

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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:45:42
  Author: flexiondotorg
Revision: 145105

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

Added:
  eom/repos/community-i686/PKGBUILD
(from rev 145104, eom/trunk/PKGBUILD)
  eom/repos/community-i686/eom.install
(from rev 145104, eom/trunk/eom.install)
  eom/repos/community-x86_64/PKGBUILD
(from rev 145104, eom/trunk/PKGBUILD)
  eom/repos/community-x86_64/eom.install
(from rev 145104, eom/trunk/eom.install)
Deleted:
  eom/repos/community-i686/PKGBUILD
  eom/repos/community-i686/eom.install
  eom/repos/community-x86_64/PKGBUILD
  eom/repos/community-x86_64/eom.install

--+
 /PKGBUILD|   76 +
 /eom.install |   26 ++
 community-i686/PKGBUILD  |   38 
 community-i686/eom.install   |   13 ---
 community-x86_64/PKGBUILD|   38 
 community-x86_64/eom.install |   13 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:45:34 UTC (rev 145104)
+++ community-i686/PKGBUILD 2015-10-27 10:45:42 UTC (rev 145105)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=eom
-pkgname=(${_pkgbase})
-pkgver=${_ver}.3
-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' 'gobject-introspection-runtime'
- '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=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
-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-i686/PKGBUILD (from rev 145104, eom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:45:42 UTC (rev 145105)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.5
+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' 'gobject-introspection-runtime'
+ '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=('000414213bb4f5c2ddff3e10de780771eee286be')
+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
+}

Deleted: community-i686/eom.install
===
--- community-i686/eom.install  2015-10-27 10:45:34 UTC (rev 145104)
+++ community-i686/eom.install  2015-10-27 10:45:42 UTC (rev 145105)
@@ -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 145104, 
eom/trunk/eom.install)
===
--- community-i686/eom.install  (rev 0)
+++ community-i686/eom.install  2015-10-27 10:45:42 UTC (rev 145105)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:59:29
  Author: flexiondotorg
Revision: 136881

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

Added:
  eom/repos/community-i686/PKGBUILD
(from rev 136880, eom/trunk/PKGBUILD)
  eom/repos/community-i686/eom.install
(from rev 136880, eom/trunk/eom.install)
  eom/repos/community-x86_64/PKGBUILD
(from rev 136880, eom/trunk/PKGBUILD)
  eom/repos/community-x86_64/eom.install
(from rev 136880, eom/trunk/eom.install)
Deleted:
  eom/repos/community-i686/PKGBUILD
  eom/repos/community-i686/eom.install
  eom/repos/community-x86_64/PKGBUILD
  eom/repos/community-x86_64/eom.install

--+
 /PKGBUILD|   76 +
 /eom.install |   26 ++
 community-i686/PKGBUILD  |   38 
 community-i686/eom.install   |   13 ---
 community-x86_64/PKGBUILD|   38 
 community-x86_64/eom.install |   13 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 13:59:14 UTC (rev 136880)
+++ community-i686/PKGBUILD 2015-07-14 13:59:29 UTC (rev 136881)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=eom
-pkgname=(${_pkgbase})
-pkgver=${_ver}.2
-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' 'gobject-introspection-runtime'
- '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=('611b6e741da1ad58ce7473318305452b46aa77a4')
-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-i686/PKGBUILD (from rev 136880, eom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 13:59:29 UTC (rev 136881)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.3
+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' 'gobject-introspection-runtime'
+ '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=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
+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
+}

Deleted: community-i686/eom.install
===
--- community-i686/eom.install  2015-07-14 13:59:14 UTC (rev 136880)
+++ community-i686/eom.install  2015-07-14 13:59:29 UTC (rev 136881)
@@ -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 136880, 
eom/trunk/eom.install)
===
--- community-i686/eom.install  (rev 0)
+++ community-i686/eom.install  2015-07-14 13:59:29 UTC (rev 136881)
@@ -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
+ 

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

2015-05-09 Thread Martin Wimpress
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 c...@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.diff2015-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)
===
--- 

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

2014-03-05 Thread Martin Wimpress
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 c...@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.diff2014-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