mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
committed by
David Seifert
parent
2d61b8def8
commit
f653eafeae
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user