diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-08-14 21:53:18 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-08-14 21:53:28 +0200 |
commit | 472f2d7db90e3cb04d5a9072e2e3271b1114f2a3 (patch) | |
tree | dec61231dd5754841529f3ffbb4c7265943bbbeb /media-sound/ardour | |
parent | dev-perl/Test-CheckDeps: EAPI=8 bump (diff) | |
download | gentoo-472f2d7db90e3cb04d5a9072e2e3271b1114f2a3.tar.gz gentoo-472f2d7db90e3cb04d5a9072e2e3271b1114f2a3.tar.bz2 gentoo-472f2d7db90e3cb04d5a9072e2e3271b1114f2a3.zip |
media-sound/ardour: updated live for slot 7
Closes: https://bugs.gentoo.org/808096
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/ardour')
-rw-r--r-- | media-sound/ardour/ardour-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index 41b264273ca0..b6fc5f46d356 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -20,7 +20,7 @@ else fi LICENSE="GPL-2" -SLOT="6" +SLOT="7" IUSE="altivec doc jack nls phonehome pulseaudio cpu_flags_x86_sse cpu_flags_x86_mmx cpu_flags_x86_3dnow" RDEPEND=" @@ -164,6 +164,9 @@ src_install() { newicon -s ${s} gtk2_ardour/resources/Ardour-icon_${s}px.png ardour${SLOT}.png done + # the build system still installs ardour6.png files so we get rid of those to not conflict with ardour:6 + find "${D}/usr/share/icons/" -name ardour6.png -delete + sed -i \ -e "s/\(^Name=\).*/\1Ardour ${SLOT}/" \ -e 's/;AudioEditing;/;X-AudioEditing;/' \ |