Date: Sunday, March 13, 2022 @ 22:20:50 Author: heftig Revision: 439589
archrelease: copy trunk to extra-x86_64 Added: evince/repos/extra-x86_64/PKGBUILD (from rev 439588, evince/trunk/PKGBUILD) Deleted: evince/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 89 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 46 insertions(+), 43 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-03-13 22:20:39 UTC (rev 439588) +++ PKGBUILD 2022-03-13 22:20:50 UTC (rev 439589) @@ -1,43 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> -# Contributor: Jan de Groot <j...@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" -} Copied: evince/repos/extra-x86_64/PKGBUILD (from rev 439588, evince/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-03-13 22:20:50 UTC (rev 439589) @@ -0,0 +1,46 @@ +# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> +# Contributor: Jan de Groot <j...@archlinux.org> + +pkgname=evince +pkgver=41.4 +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=27a1be1b599ac8e6021622739f79a25f24dfe635 # tags/41.4^0 +source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd evince + git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' +} + +prepare() { + cd evince + + # Fix build with Meson 0.61 + git cherry-pick -n 1060b24d051607f14220f148d2f7723b29897a54 +} + +build() { + arch-meson evince build -D ps=enabled + meson compile -C build +} + +check() { + meson test -C build --print-errorlogs +} + +package() { + meson install -C build --destdir "$pkgdir" +}