sci-geosciences/gnome-maps: ebuild touchups
authorMart Raudsepp <leio@gentoo.org>
Wed, 27 Feb 2019 20:07:43 +0000 (22:07 +0200)
committerMart Raudsepp <leio@gentoo.org>
Wed, 27 Feb 2019 20:08:54 +0000 (22:08 +0200)
Require gettext-0.19.8 as common with meson.
Remove now unnecessary icon cache updates, as xdg.eclass takes
care of it (and without removing them we run it twice now)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
sci-geosciences/gnome-maps/gnome-maps-3.30.3.ebuild

index 9d2b7e48e5152003823db363b9feee2361f1fcd3..14cec826099eafada13b2c2ba972f37436d4fe25 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -37,18 +37,16 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
        dev-util/glib-utils
-       >=sys-devel/gettext-0.19.7
+       >=sys-devel/gettext-0.19.8
        virtual/pkgconfig
 "
 
 pkg_postinst() {
        xdg_pkg_postinst
        gnome2_schemas_update
-       gnome2_icon_cache_update
 }
 
 pkg_postinst() {
        xdg_pkg_postrm
        gnome2_schemas_update
-       gnome2_icon_cache_update
 }