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

Martin Wimpress flexiondotorg at archlinux.org
Tue Jul 14 14:01:16 UTC 2015


    Date: Tuesday, July 14, 2015 @ 16:01:15
  Author: flexiondotorg
Revision: 136883

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

Added:
  eom-gtk3/repos/community-i686/PKGBUILD
    (from rev 136882, eom-gtk3/trunk/PKGBUILD)
  eom-gtk3/repos/community-i686/eom.install
    (from rev 136882, eom-gtk3/trunk/eom.install)
  eom-gtk3/repos/community-x86_64/PKGBUILD
    (from rev 136882, eom-gtk3/trunk/PKGBUILD)
  eom-gtk3/repos/community-x86_64/eom.install
    (from rev 136882, eom-gtk3/trunk/eom.install)
Deleted:
  eom-gtk3/repos/community-i686/PKGBUILD
  eom-gtk3/repos/community-i686/eom.install
  eom-gtk3/repos/community-x86_64/PKGBUILD
  eom-gtk3/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 14:01:09 UTC (rev 136882)
+++ community-i686/PKGBUILD	2015-07-14 14:01:15 UTC (rev 136883)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.10
-_pkgbase=eom
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.2
-pkgrel=1
-pkgdesc="An image viewing and cataloging program for MATE (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection' 'gtk3' 'exempi'
-         'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3>=1.10'
-         'mate-icon-theme' 'startup-notification' 'zlib')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('611b6e741da1ad58ce7473318305452b46aa77a4')
-install=${_pkgbase}.install
-
-build() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --localstatedir=/var \
-        --with-gtk=3.0 \
-        --with-librsvg \
-        --disable-python
-    make
-}
-
-package() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: eom-gtk3/repos/community-i686/PKGBUILD (from rev 136882, eom-gtk3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-14 14:01:15 UTC (rev 136883)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=eom
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.3
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection' 'gtk3' 'exempi'
+         'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3>=1.10'
+         'mate-icon-theme' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
+install=${_pkgbase}.install
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --with-gtk=3.0 \
+        --with-librsvg \
+        --disable-python
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/eom.install
===================================================================
--- community-i686/eom.install	2015-07-14 14:01:09 UTC (rev 136882)
+++ community-i686/eom.install	2015-07-14 14:01:15 UTC (rev 136883)
@@ -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-gtk3/repos/community-i686/eom.install (from rev 136882, eom-gtk3/trunk/eom.install)
===================================================================
--- community-i686/eom.install	                        (rev 0)
+++ community-i686/eom.install	2015-07-14 14:01:15 UTC (rev 136883)
@@ -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-07-14 14:01:09 UTC (rev 136882)
+++ community-x86_64/PKGBUILD	2015-07-14 14:01:15 UTC (rev 136883)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.10
-_pkgbase=eom
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.2
-pkgrel=1
-pkgdesc="An image viewing and cataloging program for MATE (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection' 'gtk3' 'exempi'
-         'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3>=1.10'
-         'mate-icon-theme' 'startup-notification' 'zlib')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('611b6e741da1ad58ce7473318305452b46aa77a4')
-install=${_pkgbase}.install
-
-build() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --localstatedir=/var \
-        --with-gtk=3.0 \
-        --with-librsvg \
-        --disable-python
-    make
-}
-
-package() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: eom-gtk3/repos/community-x86_64/PKGBUILD (from rev 136882, eom-gtk3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-14 14:01:15 UTC (rev 136883)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=eom
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.3
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection' 'gtk3' 'exempi'
+         'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3>=1.10'
+         'mate-icon-theme' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
+install=${_pkgbase}.install
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --localstatedir=/var \
+        --with-gtk=3.0 \
+        --with-librsvg \
+        --disable-python
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/eom.install
===================================================================
--- community-x86_64/eom.install	2015-07-14 14:01:09 UTC (rev 136882)
+++ community-x86_64/eom.install	2015-07-14 14:01:15 UTC (rev 136883)
@@ -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-gtk3/repos/community-x86_64/eom.install (from rev 136882, eom-gtk3/trunk/eom.install)
===================================================================
--- community-x86_64/eom.install	                        (rev 0)
+++ community-x86_64/eom.install	2015-07-14 14:01:15 UTC (rev 136883)
@@ -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