diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-05-23 12:10:11 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-05-23 12:10:22 +0200 |
commit | 9517038f900ac1dca2fd61d31f2926ef22beec19 (patch) | |
tree | fa8efa10349a2cb0f5bb617043c754f15513ea39 /media-sound/frescobaldi | |
parent | dev-python/python-ly: py3_9 (diff) | |
download | gentoo-9517038f900ac1dca2fd61d31f2926ef22beec19.tar.gz gentoo-9517038f900ac1dca2fd61d31f2926ef22beec19.tar.bz2 gentoo-9517038f900ac1dca2fd61d31f2926ef22beec19.zip |
media-sound/frescobaldi: py3_9, xdg-utils -> xdg
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/frescobaldi')
-rw-r--r-- | media-sound/frescobaldi/frescobaldi-3.1.1.ebuild | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/media-sound/frescobaldi/frescobaldi-3.1.1.ebuild b/media-sound/frescobaldi/frescobaldi-3.1.1.ebuild index 10bc77b443d7..a446e22e0a73 100644 --- a/media-sound/frescobaldi/frescobaldi-3.1.1.ebuild +++ b/media-sound/frescobaldi/frescobaldi-3.1.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) -inherit distutils-r1 xdg-utils +PYTHON_COMPAT=( python3_{7..9} ) +inherit distutils-r1 xdg DESCRIPTION="A LilyPond sheet music text editor" HOMEPAGE="https://www.frescobaldi.org/" @@ -29,13 +29,3 @@ python_prepare_all() { rm -r frescobaldi_app/icons/Tango || die "failed to remove tango icon theme" distutils-r1_python_prepare_all } - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -} |