summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2021-05-23 12:10:11 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2021-05-23 12:10:22 +0200
commit9517038f900ac1dca2fd61d31f2926ef22beec19 (patch)
treefa8efa10349a2cb0f5bb617043c754f15513ea39 /media-sound/frescobaldi
parentdev-python/python-ly: py3_9 (diff)
downloadgentoo-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.ebuild16
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
-}