summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2020-03-17 21:28:28 +0200
committerMart Raudsepp <leio@gentoo.org>2020-03-17 21:30:47 +0200
commita06f8d5c6d7c27706f44fa56e63943d42dca73fa (patch)
tree6b679c6b64f305e4d4f1b53fb832db1d4c6ce775
parentscripts/gen_archlist.py: Drop alpha from stable arches (diff)
downloadgnome-a06f8d5c6d7c27706f44fa56e63943d42dca73fa.tar.gz
gnome-a06f8d5c6d7c27706f44fa56e63943d42dca73fa.tar.bz2
gnome-a06f8d5c6d7c27706f44fa56e63943d42dca73fa.zip
app-office/gnome-todo: ebuild touchups
* Add missing todoist plugin deps * Require libecal-1.2 requiring e-d-s * Drop extra icon cache update call * docbook-xml-dtd dep for gtk-doc Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r--app-office/gnome-todo/gnome-todo-3.28.1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/app-office/gnome-todo/gnome-todo-3.28.1.ebuild b/app-office/gnome-todo/gnome-todo-3.28.1.ebuild
index 98a79d2a..29fc5c86 100644
--- a/app-office/gnome-todo/gnome-todo-3.28.1.ebuild
+++ b/app-office/gnome-todo/gnome-todo-3.28.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,13 +19,17 @@ RDEPEND="
>=net-libs/gnome-online-accounts-3.25.3
>=dev-libs/libpeas-1.17
>=gnome-extra/evolution-data-server-3.17.1:=[gtk]
+ <gnome-extra/evolution-data-server-3.33
>=dev-libs/libical-0.43
+ net-libs/rest:0.7
+ dev-libs/json-glib
introspection? ( >=dev-libs/gobject-introspection-1.42:= )
"
DEPEND="${RDEPEND}
dev-libs/libxml2:2
dev-util/glib-utils
- gtk-doc? ( dev-util/gtk-doc )
+ gtk-doc? ( dev-util/gtk-doc
+ app-text/docbook-xml-dtd:4.3 )
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
@@ -53,11 +57,9 @@ src_configure() {
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
- gnome2_icon_cache_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
- gnome2_icon_cache_update
}