multimedia/avidemux: Fix qt4 desktop file.

Thanks to lord_ on irc

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2018-09-04 11:30:20 +02:00 committed by Willy Sudiarto Raharjo
parent 387fc867c3
commit ea33859fff
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -197,7 +197,7 @@ fi
mkdir -p $PKG/usr/share/applications
mkdir -p $PKG/usr/share/pixmaps
if [ "x$WITH_QT4" = "xYES" ]; then
cat avidemux2.desktop | sed -e 's/avidemux2$/avidemux/' -e 's/2_gtk/3_qt4/' >\
cat avidemux2.desktop | sed -e 's/avidemux2$/avidemux/' -e 's/3_qt5/3_qt4/' >\
$PKG/usr/share/applications/avidemux_qt.desktop
fi
if [ "x$WITH_GTK" = "xYES" ]; then