From 7595ce41b3121e9084d857b35a6c2d1bff3f29c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Tue, 17 Mar 2020 11:19:08 +0100 Subject: community/evince: add dependency on gsettings-desktop-schemas Without this package installed evince will crash on startup when opening any document with the following error message: GLib-GIO-ERROR **: 11:19:03.412: Settings schema 'org.gnome.desktop.lockdown' is not installed With gsettings-desktop-schemas installed it works as expected. --- community/evince/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community') diff --git a/community/evince/APKBUILD b/community/evince/APKBUILD index 5605476292..92867d7c86 100644 --- a/community/evince/APKBUILD +++ b/community/evince/APKBUILD @@ -3,12 +3,12 @@ # Maintainer: Rasmus Thomsen pkgname=evince pkgver=3.36.0 -pkgrel=4 +pkgrel=5 pkgdesc="simple document viewer for GTK+" url="https://wiki.gnome.org/Apps/Evince" arch="all !s390x" # Limited by adwaita-icon-theme needing librsvg license="GPL-2.0-or-later" -depends="adwaita-icon-theme" +depends="adwaita-icon-theme gsettings-desktop-schemas" depends_dev="gtk+3.0-dev poppler-dev libsm-dev libevent-dev libxrandr-dev libx11-dev libxcursor-dev libxcomposite-dev libxi-dev util-linux-dev tiff-dev gobject-introspection-dev libxml2-dev libspectre-dev" -- cgit v1.2.3