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

Martin Wimpress flexiondotorg at archlinux.org
Tue Dec 8 08:37:52 UTC 2015


    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 <code at flexion.org>
-
-_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 <code at flexion.org>
+
+_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 -t -f /usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-12-08 08:37:36 UTC (rev 150198)
+++ community-x86_64/PKGBUILD	2015-12-08 08:37:52 UTC (rev 150199)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_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-x86_64/PKGBUILD (from rev 150198, eom/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-08 08:37:52 UTC (rev 150199)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_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-x86_64/eom.install
===================================================================
--- community-x86_64/eom.install	2015-12-08 08:37:36 UTC (rev 150198)
+++ community-x86_64/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-x86_64/eom.install (from rev 150198, eom/trunk/eom.install)
===================================================================
--- community-x86_64/eom.install	                        (rev 0)
+++ community-x86_64/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 -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