commit:     e76a54e7fe6cbb5f3e8c14857fb57fc956ca1a0b
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 18:37:51 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 18:38:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76a54e7

gnome-extra/gnome-logs: ebuild touchups

Drop unnecessary appstream-glib dep (gettext appdata.its seems
to be sufficient).
Drop extra icon cache update calls, now that xdg.eclass calls them.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-logs/gnome-logs-3.30.0.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnome-extra/gnome-logs/gnome-logs-3.30.0.ebuild 
b/gnome-extra/gnome-logs/gnome-logs-3.30.0.ebuild
index c7c2b41671e..f5d1b4ebab6 100644
--- a/gnome-extra/gnome-logs/gnome-logs-3.30.0.ebuild
+++ b/gnome-extra/gnome-logs/gnome-logs-3.30.0.ebuild
@@ -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
@@ -23,13 +23,14 @@ DEPEND="${RDEPEND}
        dev-util/glib-utils
        >=sys-devel/gettext-0.19.8
        ~app-text/docbook-xml-dtd-4.3
-       dev-libs/appstream-glib
        dev-libs/libxml2:2
        dev-libs/libxslt
        dev-util/itstool
        virtual/pkgconfig
 "
 
+RESTRICT="!test? ( test )"
+
 src_configure() {
        local emesonargs=(
                $(meson_use test tests)
@@ -44,12 +45,10 @@ src_test() {
 
 pkg_postinst() {
        xdg_pkg_postinst
-       gnome2_icon_cache_update
        gnome2_schemas_update
 }
 
 pkg_postrm() {
        xdg_pkg_postrm
-       gnome2_icon_cache_update
        gnome2_schemas_update
 }

Reply via email to