summaryrefslogtreecommitdiffstats
path: root/deps/qt5/qt5.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-02-23 21:18:51 +0100
committer Eric Hameleers <alien@slackware.com>2018-02-23 21:18:51 +0100
commit03a6433430fd834e1979296fbf81b011a709de9e (patch)
tree7fd7d468164a507e5ef49cacf470910c3a5811a0 /deps/qt5/qt5.SlackBuild
parent68e438be95f412c00e20aa3ecd24af8170953d9a (diff)
downloadktown-03a6433430fd834e1979296fbf81b011a709de9e.tar.gz
ktown-03a6433430fd834e1979296fbf81b011a709de9e.tar.xz
deps/qt5: fix several of the included .desktop files
Diffstat (limited to 'deps/qt5/qt5.SlackBuild')
-rwxr-xr-xdeps/qt5/qt5.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/qt5/qt5.SlackBuild b/deps/qt5/qt5.SlackBuild
index b06e42c..9aaaf51 100755
--- a/deps/qt5/qt5.SlackBuild
+++ b/deps/qt5/qt5.SlackBuild
@@ -57,9 +57,9 @@
PKGNAM=qt5
VERSION=${VERSION:-5.9.4}
+BUILD=${BUILD:-2}
PKGSRC=$(echo $VERSION |cut -d- -f1)
PKGVER=$(echo $VERSION |tr - _)
-BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
@@ -276,7 +276,7 @@ cat <<EOF > $PKG/usr/share/applications/qt5-designer.desktop
Name=Qt5 Designer
GenericName=Interface Designer
Comment=Design GUIs for Qt5 applications
-Exec=designer-qt5 -qt=5
+Exec=designer-qt5
Icon=qt5-designer
MimeType=application/x-designer;
Terminal=false
@@ -288,7 +288,7 @@ cat <<EOF > $PKG/usr/share/applications/qt5-assistant.desktop
[Desktop Entry]
Name=Qt5 Assistant
Comment=Shows Qt5 documentation and examples
-Exec=assistant-qt5 -qt=5
+Exec=assistant-qt5
Icon=qt5-assistant
Terminal=false
Encoding=UTF-8
@@ -299,7 +299,7 @@ cat <<EOF > $PKG/usr/share/applications/qt5-linguist.desktop
[Desktop Entry]
Name=Qt5 Linguist
Comment=Add translations to Qt5 applications
-Exec=linguist-qt5 -qt=5
+Exec=linguist-qt5
Icon=qt5-linguist
MimeType=text/vnd.trolltech.linguist;application/x-linguist;
Terminal=false