summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Santiago2019-04-16 09:45:29 +0200
committerDavid Santiago2019-04-16 09:45:29 +0200
commit07c0418a009a36aff10177118b149d7f2f4bdf75 (patch)
tree01ea2991502d2a7daf75d784f20cd4b1f1786328
parentd05e9df4ae45d481e91059b0c92e1ec117ab0c3c (diff)
downloadaur-07c0418a009a36aff10177118b149d7f2f4bdf75.tar.gz
Desktop Menu Update
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 883e75755692..ee441539dfa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,16 +22,16 @@ set -xv
cat <<EOF > $pkgdir/usr/share/applications/${_pkgname}.desktop
[Desktop Entry]
+Version=1.0
+Type=Application
Exec=/usr/bin/comma %f
Icon=${_pkgname}
Terminal=false
Type=Application
-Name=Comma IDE
-Comment=The Integrated Development Environment for Perl 6
-Categories=Development;IDE;TextEditor;
-MimeType=text/plain;inode/directory;
-StartupNotify=true
-StartupWMClass=code
+Name=Comma Community Edition
+Comment=The Drive to Develop
+Categories=Development;IDE;
+StartupWMClass=jetbrains-comma-ce
EOF
ln -s /opt/${_tarname}-${pkgver:0:6}/bin/comma.png ${pkgdir}/usr/share/icons/${_pkgname}.png