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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Mar 13 14:21:40 UTC 2018


    Date: Tuesday, March 13, 2018 @ 14:21:39
  Author: bpiotrowski
Revision: 318794

archrelease: copy trunk to gnome-unstable-x86_64

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

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318793, eog/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-03-13 14:21:39 UTC (rev 318794)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=eog
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome"
+arch=(x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
+makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git meson)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+options=(!emptydirs)
+_commit=8496917ea318b5f9e81b0b6d031fba721cdb7e51  # tags/3.28.0^0
+source=("git+https://git.gnome.org/browse/eog#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build -Denable-gtk-doc=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list