diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-03-17 11:19:08 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-03-17 11:21:00 +0100 |
commit | 7595ce41b3121e9084d857b35a6c2d1bff3f29c2 (patch) | |
tree | 4932713d5ce9229debcd1a81f06ee8c876ec0ff4 /community | |
parent | 0360f690e218e96ffba05e4a795f2b97e764ffe1 (diff) | |
download | aports-7595ce41b3121e9084d857b35a6c2d1bff3f29c2.tar.bz2 aports-7595ce41b3121e9084d857b35a6c2d1bff3f29c2.tar.xz |
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.
Diffstat (limited to 'community')
-rw-r--r-- | community/evince/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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 <oss@cogitri.dev> 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" |