[arch-commits] Commit in evince/repos (2 files)
Jan Steffens
heftig at archlinux.org
Sun Sep 27 15:51:48 UTC 2020
Date: Sunday, September 27, 2020 @ 15:51:48
Author: heftig
Revision: 396722
archrelease: copy trunk to gnome-unstable-x86_64
Added:
evince/repos/gnome-unstable-x86_64/
evince/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 396721, evince/trunk/PKGBUILD)
----------+
PKGBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
Copied: evince/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396721, evince/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2020-09-27 15:51:48 UTC (rev 396722)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.38.0+1+gffa3fd98
+pkgrel=1
+pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt))"
+url="https://wiki.gnome.org/Apps/Evince"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf libsecret libsynctex
+ gsettings-desktop-schemas gnome-desktop libarchive gst-plugins-base-libs gspell)
+makedepends=(libnautilus-extension texlive-bin gobject-introspection docbook-xsl python gtk-doc git
+ meson appstream-glib yelp-tools)
+optdepends=('texlive-bin: DVI support'
+ 'gvfs: bookmark support and session saving')
+provides=(libev{document,view}3.so)
+groups=(gnome)
+_commit=ffa3fd989d0f4ff100f950c42221d951f71ee598 # gnome-3-38
+source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build -D ps=enabled
+ 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