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

Jan de Groot jgc at archlinux.org
Sat Apr 8 12:14:03 UTC 2017


    Date: Saturday, April 8, 2017 @ 12:14:02
  Author: jgc
Revision: 292505

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  eog/repos/gnome-unstable-i686/
  eog/repos/gnome-unstable-i686/PKGBUILD
    (from rev 292504, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-x86_64/
  eog/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292504, eog/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   42 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   42 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: eog/repos/gnome-unstable-i686/PKGBUILD (from rev 292504, eog/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-08 12:14:02 UTC (rev 292505)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=eog
+pkgver=3.24.0+3+g2dbb5c72
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
+makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+options=(!emptydirs)
+_commit=2dbb5c7211923a0377115c596a8a0c4168208c2b  # master
+source=("git+https://git.gnome.org/browse/eog#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --enable-compile-warnings=minimum --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292504, eog/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-08 12:14:02 UTC (rev 292505)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=eog
+pkgver=3.24.0+3+g2dbb5c72
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
+makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+options=(!emptydirs)
+_commit=2dbb5c7211923a0377115c596a8a0c4168208c2b  # master
+source=("git+https://git.gnome.org/browse/eog#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --enable-compile-warnings=minimum --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list