[arch-commits] Commit in evince/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sun Nov 21 00:39:30 UTC 2021
Date: Sunday, November 21, 2021 @ 00:39:30
Author: heftig
Revision: 428720
archrelease: copy trunk to extra-x86_64
Added:
evince/repos/extra-x86_64/PKGBUILD
(from rev 428719, evince/trunk/PKGBUILD)
Deleted:
evince/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-21 00:39:19 UTC (rev 428719)
+++ PKGBUILD 2021-11-21 00:39:30 UTC (rev 428720)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evince
-pkgver=41.2
-pkgrel=1
-pkgdesc="Document viewer (PDF, PostScript, XPS, djvu, dvi, tiff, cbr, cbz, cb7, 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 libhandy
- gvfs)
-makedepends=(libnautilus-extension texlive-bin gobject-introspection docbook-xsl python gtk-doc git
- meson appstream-glib yelp-tools)
-optdepends=('texlive-bin: DVI support')
-provides=(libev{document,view}3.so)
-groups=(gnome)
-_commit=e6d860a3058732c83b3774d705650bc516a294ae # tags/41.2^0
-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() {
- meson install -C build --destdir "$pkgdir"
-}
Copied: evince/repos/extra-x86_64/PKGBUILD (from rev 428719, evince/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-21 00:39:30 UTC (rev 428720)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=41.3
+pkgrel=1
+pkgdesc="Document viewer (PDF, PostScript, XPS, djvu, dvi, tiff, cbr, cbz, cb7, 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 libhandy
+ gvfs)
+makedepends=(libnautilus-extension texlive-bin gobject-introspection docbook-xsl python gtk-doc git
+ meson appstream-glib yelp-tools)
+optdepends=('texlive-bin: DVI support')
+provides=(libev{document,view}3.so)
+groups=(gnome)
+_commit=08780f527ac0306f527c48ea6cc77a7b2c6c5fa8 # tags/41.3^0
+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() {
+ meson install -C build --destdir "$pkgdir"
+}
More information about the arch-commits
mailing list