summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-03-06 22:05:15 +0200
committerMart Raudsepp <leio@gentoo.org>2019-03-06 23:17:14 +0200
commit5a6cf8c45d035cb13889411d9b674e6b95e70b12 (patch)
treef0d157b2ff51b0af3b61f0381dab94c4facf6558 /app-arch/file-roller
parentdev-tex/culmus-latex: stable 0.7-r1 for sparc, bug #679460 (diff)
downloadgentoo-5a6cf8c45d035cb13889411d9b674e6b95e70b12.tar.gz
gentoo-5a6cf8c45d035cb13889411d9b674e6b95e70b12.tar.bz2
gentoo-5a6cf8c45d035cb13889411d9b674e6b95e70b12.zip
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@gentoo.org>
Diffstat (limited to 'app-arch/file-roller')
-rw-r--r--app-arch/file-roller/file-roller-3.28.1.ebuild4
1 files changed, 0 insertions, 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 e93f0d2f2c39..9cba56c6d364 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
}