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

Jan de Groot jgc at archlinux.org
Tue Oct 14 13:34:56 UTC 2014


    Date: Tuesday, October 14, 2014 @ 15:34:56
  Author: jgc
Revision: 224318

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

Added:
  eog/repos/testing-i686/PKGBUILD
    (from rev 224317, eog/trunk/PKGBUILD)
  eog/repos/testing-i686/eog.install
    (from rev 224317, eog/trunk/eog.install)
  eog/repos/testing-x86_64/PKGBUILD
    (from rev 224317, eog/trunk/PKGBUILD)
  eog/repos/testing-x86_64/eog.install
    (from rev 224317, eog/trunk/eog.install)
Deleted:
  eog/repos/testing-i686/PKGBUILD
  eog/repos/testing-i686/eog.install
  eog/repos/testing-x86_64/PKGBUILD
  eog/repos/testing-x86_64/eog.install

----------------------------+
 /PKGBUILD                  |   60 +++++++++++++++++++++++++++++++++++++++++++
 /eog.install               |   26 ++++++++++++++++++
 testing-i686/PKGBUILD      |   30 ---------------------
 testing-i686/eog.install   |   13 ---------
 testing-x86_64/PKGBUILD    |   30 ---------------------
 testing-x86_64/eog.install |   13 ---------
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2014-10-14 13:34:50 UTC (rev 224317)
+++ testing-i686/PKGBUILD	2014-10-14 13:34:56 UTC (rev 224318)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=eog
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg dconf)
-makedepends=(intltool itstool)
-install=eog.install
-groups=(gnome)
-options=('!emptydirs')
-url="https://wiki.gnome.org/Apps/EyeOfGnome"
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('adc4606be1074b48ba24c0bf320c597780f55a9606d2f0dc0c4fec6d6c2abcd1')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: eog/repos/testing-i686/PKGBUILD (from rev 224317, eog/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-10-14 13:34:56 UTC (rev 224318)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=eog
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg dconf)
+makedepends=(intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url="https://wiki.gnome.org/Apps/EyeOfGnome"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d1d954a741d5c4258f74c6b021dafcb4c5cd5c29c033931a28fd6f1c104be088')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/eog.install
===================================================================
--- testing-i686/eog.install	2014-10-14 13:34:50 UTC (rev 224317)
+++ testing-i686/eog.install	2014-10-14 13:34:56 UTC (rev 224318)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: eog/repos/testing-i686/eog.install (from rev 224317, eog/trunk/eog.install)
===================================================================
--- testing-i686/eog.install	                        (rev 0)
+++ testing-i686/eog.install	2014-10-14 13:34:56 UTC (rev 224318)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2014-10-14 13:34:50 UTC (rev 224317)
+++ testing-x86_64/PKGBUILD	2014-10-14 13:34:56 UTC (rev 224318)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=eog
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg dconf)
-makedepends=(intltool itstool)
-install=eog.install
-groups=(gnome)
-options=('!emptydirs')
-url="https://wiki.gnome.org/Apps/EyeOfGnome"
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('adc4606be1074b48ba24c0bf320c597780f55a9606d2f0dc0c4fec6d6c2abcd1')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: eog/repos/testing-x86_64/PKGBUILD (from rev 224317, eog/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-10-14 13:34:56 UTC (rev 224318)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=eog
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg dconf)
+makedepends=(intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url="https://wiki.gnome.org/Apps/EyeOfGnome"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d1d954a741d5c4258f74c6b021dafcb4c5cd5c29c033931a28fd6f1c104be088')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/eog.install
===================================================================
--- testing-x86_64/eog.install	2014-10-14 13:34:50 UTC (rev 224317)
+++ testing-x86_64/eog.install	2014-10-14 13:34:56 UTC (rev 224318)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: eog/repos/testing-x86_64/eog.install (from rev 224317, eog/trunk/eog.install)
===================================================================
--- testing-x86_64/eog.install	                        (rev 0)
+++ testing-x86_64/eog.install	2014-10-14 13:34:56 UTC (rev 224318)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list