summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-02-23 15:12:55 +0200
committerMart Raudsepp <leio@gentoo.org>2019-02-23 15:13:14 +0200
commit38803c45a761ce7509a8945bbb9d6de18f412a34 (patch)
tree40722d53afe16d8876fead20de81657bda9c37f9 /gnome-extra/gnome-clocks
parentpackage.mask: unmask >=dev-libs/elfutils-0.175, bug #671760 (diff)
downloadgentoo-38803c45a761ce7509a8945bbb9d6de18f412a34.tar.gz
gentoo-38803c45a761ce7509a8945bbb9d6de18f412a34.tar.bz2
gentoo-38803c45a761ce7509a8945bbb9d6de18f412a34.zip
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@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-clocks')
-rw-r--r--gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild10
1 files 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 db7fe003bf7b..0f3fcd618e6e 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
}