diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-10-20 15:53:39 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-10-20 15:53:39 +0200 |
commit | d8862de851c101583c7d6a7d6a55471c9e667e96 (patch) | |
tree | 1918cdda2b9c15f6f149a2c88d3c20822ea5a34c /testing/evolution | |
parent | 7a8cb236932700d144b1a0aa78a5dd177291b906 (diff) | |
download | aports-d8862de851c101583c7d6a7d6a55471c9e667e96.tar.bz2 aports-d8862de851c101583c7d6a7d6a55471c9e667e96.tar.xz |
testing/evolutio: add gsettings-desktop-schemas to depends
Diffstat (limited to 'testing/evolution')
-rw-r--r-- | testing/evolution/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/evolution/APKBUILD b/testing/evolution/APKBUILD index 93dd25cf27..ed09c168cb 100644 --- a/testing/evolution/APKBUILD +++ b/testing/evolution/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="evolution mail client" url="http://projects.gnome.org/evolution" arch="all" license="GPL" -depends="highlight" +depends="highlight gsettings-desktop-schemas" depends_dev="itstool libxml2-dev gcr-dev enchant-dev libcanberra-dev libgweather-dev openldap-dev libnotify-dev" makedepends="$depends_dev gperf flex bison libxml2-utils glib-dev |