summaryrefslogtreecommitdiff
path: root/media-video
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-13 12:35:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-13 12:35:17 +0100
commitabe2427483f363ba5d383816c4e5eb80ad8841ca (patch)
tree3daed02943f292ea7c81ed7581d5117bc7747507 /media-video
parentd88b6836cf66ec7f41dd9a99908cfc8b4a27ab76 (diff)
media-video/shotcut : make sure we have a default icon
Diffstat (limited to 'media-video')
-rw-r--r--media-video/shotcut/shotcut-18.08.11.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-video/shotcut/shotcut-18.08.11.ebuild b/media-video/shotcut/shotcut-18.08.11.ebuild
index 69afdd82..2b7bf924 100644
--- a/media-video/shotcut/shotcut-18.08.11.ebuild
+++ b/media-video/shotcut/shotcut-18.08.11.ebuild
@@ -59,4 +59,6 @@ src_install() {
einstalldocs
# weird icon name
sed -i "s/Icon=org.shotcut.Shotcut/Icon=shotcut/g" "${D}"usr/share/applications/org.shotcut.Shotcut.desktop
+ # inject a default icon to replace the weird one above
+ newicon "${S}/icons/shotcut-logo-64.png" "${PN}.png"
}