[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD idea.desktop)

Lukas Jirkovsky stativ at archlinux.org
Fri Jul 25 08:34:58 UTC 2014


    Date: Friday, July 25, 2014 @ 10:34:58
  Author: stativ
Revision: 116326

upgpkg: intellij-idea-community-edition 13.1.4-1

update to 13.1.4, synchronize the desktop file with upstream, add StartupNotify to the desktop file

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD
  intellij-idea-community-edition/trunk/idea.desktop

--------------+
 PKGBUILD     |   10 +++++-----
 idea.desktop |    9 ++++++---
 2 files changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-25 08:18:42 UTC (rev 116325)
+++ PKGBUILD	2014-07-25 08:34:58 UTC (rev 116326)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
 pkgname=intellij-idea-community-edition
-pkgver=13.1.3
-_pkgver=135.909
-pkgrel=2
+pkgver=13.1.4
+_pkgver=135.1229
+pkgrel=1
 pkgdesc="IDE for Java, Groovy and other programming languages with advanced refactoring features"
 arch=('any')
 url="http://www.jetbrains.org/"
@@ -12,8 +12,8 @@
 install=idea.install
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
         idea.desktop idea.sh)
-md5sums=('f71c624bf4e98269d883e8ea8dd48145'
-         '29e2d4ab0578a6d44533292bec8843ee'
+md5sums=('44771594016dd02a8906bb7da85fe623'
+         '074bca11876cd1129e74feafd6271670'
          'f27bad35ee8e6445ca2f8a591bca895a')
 
 package() {

Modified: idea.desktop
===================================================================
--- idea.desktop	2014-07-25 08:18:42 UTC (rev 116325)
+++ idea.desktop	2014-07-25 08:34:58 UTC (rev 116326)
@@ -1,8 +1,11 @@
 [Desktop Entry]
+Version=1.0
+Type=Application
 Name=IntelliJ IDEA Community Edition
-Comment=A Java IDE
-Exec=idea.sh %u
+Comment=Develop with pleasure!
+Exec=idea.sh %f
 Icon=idea
 Terminal=false
-Type=Application
+StartupNotify=true
+StartupWMClass=jetbrains-idea-ce
 Categories=Development;IDE;Java;




More information about the arch-commits mailing list