summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2023-11-24 14:50:49 +0100
committerPacho Ramos <pacho@gentoo.org>2023-11-24 14:54:05 +0100
commitc181054d14ef1fe5ba13a26dd7294a56f4b4d2e5 (patch)
tree94c875e812bea72cc86c3d65b72f7f1830e8afe4
parentsys-power/bbswitch: Migrate to linux-mod-r1 (diff)
downloadgentoo-c181054d.tar.gz
gentoo-c181054d.tar.bz2
gentoo-c181054d.zip
media-video/xine-ui: update icon caches
Closes: https://bugs.gentoo.org/885577 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--media-video/xine-ui/xine-ui-0.99.13.ebuild16
1 files changed, 2 insertions, 14 deletions
diff --git a/media-video/xine-ui/xine-ui-0.99.13.ebuild b/media-video/xine-ui/xine-ui-0.99.13.ebuild
index 07439be71c4e..7ba60714ee22 100644
--- a/media-video/xine-ui/xine-ui-0.99.13.ebuild
+++ b/media-video/xine-ui/xine-ui-0.99.13.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-inherit autotools xdg-utils
+inherit autotools xdg
DESCRIPTION="Xine movie player"
HOMEPAGE="https://xine-project.org/home"
@@ -87,15 +87,3 @@ src_install() {
einstalldocs
}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- gnome2_icon_cache_update
-}