commit: 5a6cf8c45d035cb13889411d9b674e6b95e70b12
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 6 20:05:15 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 21:17:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6cf8c4
app-arch/file-roller: ebuild touchups
Remove unnecessary libxml2 dep (gresources don't need it, as
xml-stripblanks attribute isn't used).
Remove icon cache update calls, as xdg.eclass takes care of it
now, and thus it's double calls now.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
app-arch/file-roller/file-roller-3.28.1.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/app-arch/file-roller/file-roller-3.28.1.ebuild
b/app-arch/file-roller/file-roller-3.28.1.ebuild
index e93f0d2f2c3..9cba56c6d36 100644
--- a/app-arch/file-roller/file-roller-3.28.1.ebuild
+++ b/app-arch/file-roller/file-roller-3.28.1.ebuild
@@ -29,9 +29,7 @@ RDEPEND="
nautilus? ( >=gnome-base/nautilus-2.22.2 )
packagekit? ( app-admin/packagekit-base )
"
-# libxml2 required for glib-compile-resources
DEPEND="${RDEPEND}
- dev-libs/libxml2:2
dev-util/glib-utils
dev-util/itstool
>=sys-devel/gettext-0.19.8
@@ -84,13 +82,11 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
- gnome2_icon_cache_update
gnome2_schemas_update
readme.gentoo_print_elog
}
pkg_postrm() {
xdg_pkg_postrm
- gnome2_icon_cache_update
gnome2_schemas_update
}