summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-11-17 00:21:09 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-17 00:21:09 +0100
commitf653eafeae8e4adf9090ea0fdf0d93280451ab20 (patch)
treeec7b12ad1da154298d38ad4de72655390ce67fed /media-sound
parentapp-text/fbreader: inherit xdg.eclass (diff)
downloadgentoo-f653eafeae8e4adf9090ea0fdf0d93280451ab20.tar.gz
gentoo-f653eafeae8e4adf9090ea0fdf0d93280451ab20.tar.bz2
gentoo-f653eafeae8e4adf9090ea0fdf0d93280451ab20.zip
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@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/lollypop/lollypop-1.2.35.ebuild6
1 files 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 8cc6542ee210..fc57c94f6368 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
}