[arch-commits] Commit in evince/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Jun 9 09:14:50 UTC 2021


    Date: Wednesday, June 9, 2021 @ 09:14:50
  Author: heftig
Revision: 417539

archrelease: copy trunk to extra-x86_64

Added:
  evince/repos/extra-x86_64/PKGBUILD
    (from rev 417536, evince/trunk/PKGBUILD)
Deleted:
  evince/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-09 09:14:50 UTC (rev 417538)
+++ PKGBUILD	2021-06-09 09:14:50 UTC (rev 417539)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evince
-pkgver=40.1
-pkgrel=2
-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=133f1c1880fd97d432442c8f7956c2c4a1efd5dc  # tags/40.1^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() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: evince/repos/extra-x86_64/PKGBUILD (from rev 417536, evince/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-09 09:14:50 UTC (rev 417539)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=40.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=864fd5d55be2fa96e2afce507b454ce018cdeaf8  # tags/40.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"
+}



More information about the arch-commits mailing list