commit: 5f959c852774b6fcd65858eab8aab3a709d09b69 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Sep 3 21:50:13 2017 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Sep 3 21:50:13 2017 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5f959c85
gnome-extra/gnome-todo: version bump 3.22.0 → 3.24.2 Package-Manager: Portage-2.3.8, Repoman-2.3.3 Manifest-Sign-Key: 0x5A56C8CD0C13248A gnome-extra/gnome-todo/gnome-todo-3.24.2.ebuild | 43 +++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnome-extra/gnome-todo/gnome-todo-3.24.2.ebuild b/gnome-extra/gnome-todo/gnome-todo-3.24.2.ebuild new file mode 100644 index 00000000..7bc408d7 --- /dev/null +++ b/gnome-extra/gnome-todo/gnome-todo-3.24.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2 + +DESCRIPTION="Personal task manager" +HOMEPAGE="https://wiki.gnome.org/Apps/Todo" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+introspection" + +RDEPEND=" + >=dev-libs/glib-2.43.4:2 + >=dev-libs/libical-0.43 + >=dev-libs/libpeas-1.17 + >=gnome-extra/evolution-data-server-3.17.1:=[gtk] + >=net-libs/gnome-online-accounts-3.2 + >=x11-libs/gtk+-3.22.0:3 + introspection? ( >=dev-libs/gobject-introspection-1.42:= ) +" +DEPEND="${RDEPEND} + dev-libs/appstream-glib + >=dev-util/gtk-doc-am-1.14 + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + $(use_enable introspection) \ + --enable-eds-plugin \ + --enable-background-plugin \ + --enable-dark-theme-plugin \ + --enable-scheduled-panel-plugin \ + --enable-score-plugin \ + --enable-today-panel-plugin \ + --enable-unscheduled-panel-plugin \ + --enable-todo-txt-plugin +}
