# Description: Document viewer # URL: https://wiki.gnome.org/Apps/Evince # Maintainer: protonesso, nagakamira at gmail dot com # Depends on: meson gobject-introspection yelp-tools appstream-glib gtk3 gsettings-desktop-schemas libxml2 openjpeg libsecret gnome-keyring poppler gspell libgxps libspectre libhandy # Section: gnome name=evince version=40.1 release=1 source=("https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz") build() { cd "$SRC"/$name-$version patch -Np1 -i "$STUFF"/evince/0001-evince-don-t-require-adwaita.patch mkdir -p build cd build ataraxia-meson "$SRC"/$name-$version \ -Ddvi=disabled \ -Dgtk_doc=false \ -Dps=enabled \ -Dsystemduserunitdir=/usr/lib/systemd/user samu DESTDIR="$PKG" samu install }