Skip to content

Commit

Permalink
gnome-extra/gnome-clocks-3.26: ebuild touchups
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
leio committed Feb 23, 2019
1 parent 4f858b2 commit 38803c4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
"
Expand All @@ -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
}

0 comments on commit 38803c4

Please sign in to comment.