Date: Friday, March 26, 2021 @ 23:07:03 Author: heftig Revision: 411084
archrelease: copy trunk to extra-x86_64 Added: evince/repos/extra-x86_64/PKGBUILD (from rev 411083, evince/trunk/PKGBUILD) Deleted: evince/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 86 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-03-26 23:06:30 UTC (rev 411083) +++ PKGBUILD 2021-03-26 23:07:03 UTC (rev 411084) @@ -1,43 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> -# Contributor: Jan de Groot <j...@archlinux.org> - -pkgname=evince -pkgver=3.38.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) -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=30db40f32fd91af612504c191c0e0b4d560f44e3 # tags/3.38.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() { - DESTDIR="$pkgdir" meson install -C build -} Copied: evince/repos/extra-x86_64/PKGBUILD (from rev 411083, evince/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-03-26 23:07:03 UTC (rev 411084) @@ -0,0 +1,43 @@ +# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> +# Contributor: Jan de Groot <j...@archlinux.org> + +pkgname=evince +pkgver=40.1 +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) +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=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 +}