commit: 38803c45a761ce7509a8945bbb9d6de18f412a34
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 23 13:12:55 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb 23 13:13:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38803c45
gnome-extra/gnome-clocks-3.26: ebuild touchups
Remove double geoclue dep, by now redundant meson min dep,
and add explicit libxml2 build dep for resource xml-stripblanks.
xdg.eclass does icon cache now, so remove the now redundant
gnome2-utils ones.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild
b/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild
index db7fe003bf7..0f3fcd618e6 100644
--- a/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild
+++ b/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-VALA_MIN_API_VERSION="0.26"
inherit gnome.org gnome2-utils meson vala xdg
@@ -15,19 +14,18 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
- >=app-misc/geoclue-2.3.1:2.0
>=dev-libs/glib-2.44:2
>=dev-libs/libgweather-3.14:2=[vala]
>=gnome-base/gnome-desktop-3.8:3=
>=media-libs/gsound-0.98[vala]
>=sci-geosciences/geocode-glib-1
- >=app-misc/geoclue-2.4
+ >=app-misc/geoclue-2.4:2.0
>=x11-libs/gtk+-3.20:3
"
DEPEND="${RDEPEND}
$(vala_depend)
+ dev-libs/libxml2:2
dev-util/itstool
- >=dev-util/meson-0.41.0
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
@@ -39,12 +37,10 @@ src_prepare() {
pkg_postinst() {
xdg_pkg_postinst
- gnome2_icon_cache_update
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
- gnome2_icon_cache_update
gnome2_schemas_update
}