summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-09-29 17:01:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-09-29 17:02:06 +0200
commitfd173d23a57391e6f6827db5d1b23e3d8cd9f383 (patch)
treed366412db93807a2138352679690275ab6b79293 /media-video/subtitlecomposer/subtitlecomposer-0.7.0.ebuild
parentdev-python/setuptools: set DISTUTILS_USE_SETUPTOOLS=manual (diff)
downloadgentoo-fd173d23a57391e6f6827db5d1b23e3d8cd9f383.tar.gz
gentoo-fd173d23a57391e6f6827db5d1b23e3d8cd9f383.tar.bz2
gentoo-fd173d23a57391e6f6827db5d1b23e3d8cd9f383.zip
media-video/subtitlecomposer: Fix .desktop file
Closes: https://bugs.gentoo.org/745429 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/subtitlecomposer/subtitlecomposer-0.7.0.ebuild')
-rw-r--r--media-video/subtitlecomposer/subtitlecomposer-0.7.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.7.0.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.7.0.ebuild
index 87743030541f..d5fe989dd52a 100644
--- a/media-video/subtitlecomposer/subtitlecomposer-0.7.0.ebuild
+++ b/media-video/subtitlecomposer/subtitlecomposer-0.7.0.ebuild
@@ -54,7 +54,10 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}/${P}-tests-optional.patch" )
+PATCHES=(
+ "${FILESDIR}/${P}-tests-optional.patch"
+ "${FILESDIR}/${P}-valid-desktop-file.patch" # bug 745429
+)
S="${WORKDIR}/SubtitleComposer-${PV}"