commit:     a8635b19166658f9f7788616cac4cf2f150d94c9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar  2 21:29:04 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar  2 21:29:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8635b19

media-video/vidify: iherit xdg instead of xdg-utils

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 media-video/vidify/vidify-2.1.0.ebuild | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/media-video/vidify/vidify-2.1.0.ebuild 
b/media-video/vidify/vidify-2.1.0.ebuild
index 7432733..7cc16dd 100644
--- a/media-video/vidify/vidify-2.1.0.ebuild
+++ b/media-video/vidify/vidify-2.1.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_7 )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-inherit eutils distutils-r1 xdg-utils
+inherit eutils xdg distutils-r1
 
 DESCRIPTION="Watch music videos in real time for the songs playing on your 
device"
 HOMEPAGE="https://github.com/vidify/vidify";
@@ -47,8 +47,7 @@ python_prepare_all() {
 }
 
 pkg_postinst() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
+       xdg_pkg_postinst
 
        use mpv && elog "media-video/vlc is the default vidify player, to use 
mpv run 'vidify --player mpv' or set 'player = mpv' in the config file"
        use vlc && elog "If video playback is not working please check 'vidify 
--debug' for missing-codec-errors and recompile media-video/vlc with the 
missing codecs"
@@ -57,8 +56,3 @@ pkg_postinst() {
        optfeature "'vidify --dark-mode'" dev-python/qdarkstyle
        optfeature "'vidify --audiosync'" media-video/vidify-audiosync
 }
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-}

Reply via email to