Date: Tuesday, October 25, 2022 @ 15:15:04
  Author: heftig
Revision: 458890

43.0-1

Modified:
  evince/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-25 15:14:55 UTC (rev 458889)
+++ PKGBUILD    2022-10-25 15:15:04 UTC (rev 458890)
@@ -3,8 +3,8 @@
 
 pkgbase=evince
 pkgname=(evince evince-lib-docs)
-pkgver=42.3
-pkgrel=2
+pkgver=43.0
+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)
@@ -12,10 +12,9 @@
 depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre dconf 
libsecret libsynctex
          gsettings-desktop-schemas gnome-desktop libarchive 
gst-plugins-base-libs gspell libhandy
          gvfs)
-makedepends=(libnautilus-extension texlive-bin gobject-introspection gi-docgen 
git meson
-             appstream-glib yelp-tools)
+makedepends=(texlive-bin gobject-introspection gi-docgen git meson 
appstream-glib yelp-tools)
 options=(debug)
-_commit=0ff17893679b05e7635e76e5c77384995b802f81  # tags/42.3^0
+_commit=b5dc8d0da342e441d71f9ee0da0a2815d16545a6  # tags/43.0^0
 source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -29,7 +28,12 @@
 }
   
 build() {
-  arch-meson evince build -D ps=enabled
+  local meson_options=(
+    -D nautilus=false
+    -D ps=enabled
+  )
+
+  arch-meson evince build "${meson_options[@]}"
   meson compile -C build
 }
 

Reply via email to