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

Jan de Groot jgc at archlinux.org
Tue Apr 12 08:03:30 UTC 2016


    Date: Tuesday, April 12, 2016 @ 10:03:30
  Author: jgc
Revision: 264696

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

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

----------------------------+
 testing-i686/PKGBUILD      |   31 +++++++++++++++++++++++++++++++
 testing-i686/eog.install   |   13 +++++++++++++
 testing-x86_64/PKGBUILD    |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/eog.install |   13 +++++++++++++
 4 files changed, 88 insertions(+)

Copied: eog/repos/testing-i686/PKGBUILD (from rev 264695, eog/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-04-12 08:03:30 UTC (rev 264696)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=eog
+pkgver=3.20.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 gobject-introspection)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url="https://wiki.gnome.org/Apps/EyeOfGnome"
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4f021988f1b24b4d575f85fc789596194a6e890af3fa9b2b8e4f493fc3df8352')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: eog/repos/testing-i686/eog.install (from rev 264695, eog/trunk/eog.install)
===================================================================
--- testing-i686/eog.install	                        (rev 0)
+++ testing-i686/eog.install	2016-04-12 08:03:30 UTC (rev 264696)
@@ -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
+}

Copied: eog/repos/testing-x86_64/PKGBUILD (from rev 264695, eog/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-04-12 08:03:30 UTC (rev 264696)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=eog
+pkgver=3.20.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 gobject-introspection)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url="https://wiki.gnome.org/Apps/EyeOfGnome"
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4f021988f1b24b4d575f85fc789596194a6e890af3fa9b2b8e4f493fc3df8352')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: eog/repos/testing-x86_64/eog.install (from rev 264695, eog/trunk/eog.install)
===================================================================
--- testing-x86_64/eog.install	                        (rev 0)
+++ testing-x86_64/eog.install	2016-04-12 08:03:30 UTC (rev 264696)
@@ -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