commit: f653eafeae8e4adf9090ea0fdf0d93280451ab20 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Mon Nov 16 23:21:09 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Nov 16 23:21:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f653eafe
media-sound/lollypop: inherit xdg.eclass Closes: https://bugs.gentoo.org/738506 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> media-sound/lollypop/lollypop-1.2.35.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/lollypop/lollypop-1.2.35.ebuild b/media-sound/lollypop/lollypop-1.2.35.ebuild index 8cc6542ee21..fc57c94f636 100644 --- a/media-sound/lollypop/lollypop-1.2.35.ebuild +++ b/media-sound/lollypop/lollypop-1.2.35.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE="sqlite" -inherit python-single-r1 gnome2-utils meson xdg-utils +inherit python-single-r1 gnome2-utils meson xdg DESCRIPTION="Modern music player for GNOME" HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop" @@ -61,11 +61,11 @@ src_install() { pkg_postinst() { gnome2_gconf_install gnome2_schemas_update - xdg_desktop_database_update + xdg_pkg_postinst } pkg_postrm() { gnome2_gconf_uninstall gnome2_schemas_update - xdg_desktop_database_update + xdg_pkg_postrm }
