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

Jan Steffens heftig at archlinux.org
Sat Sep 26 23:06:32 UTC 2020


    Date: Saturday, September 26, 2020 @ 23:06:32
  Author: heftig
Revision: 396678

archrelease: copy trunk to gnome-unstable-x86_64

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

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

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396677, eog/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2020-09-26 23:06:32 UTC (rev 396678)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=eog
+pkgver=3.38.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 libportal)
+makedepends=(gobject-introspection gtk-doc git meson yelp-tools)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+_commit=9104ade9930aff41fa6449ad2168376d21e5062b  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list