[arch-commits] Commit in netbeans/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Oct 17 12:15:33 UTC 2014


    Date: Friday, October 17, 2014 @ 14:15:33
  Author: arodseth
Revision: 120869

Fix for "FS#42245 - [netbeans] Desktop file does not include StartupWMClass"

Modified:
  netbeans/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-17 11:39:16 UTC (rev 120868)
+++ PKGBUILD	2014-10-17 12:15:33 UTC (rev 120869)
@@ -2,11 +2,12 @@
 # Maintainer: Alexander Rødseth <rodseth at gmail.com>
 # Contributor: Timm Preetz <timm at preetz.us>
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Ben Wolsieffer <benwolsieffer at gmail.com>
 
 pkgname=netbeans
 pkgver=8.0.1
 _subver=201408251540
-pkgrel=1
+pkgrel=2
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
 url='http://netbeans.org/'
@@ -27,9 +28,10 @@
             '1d519f018ebeff6e29436c8492dbb266446bd0144fb5519b2ef6637664de6f4a')
 
 prepare() {
-  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+    --custom "StartupWMClass=Netbeans IDE $pkgver"
   setconf "$pkgname/bin/$pkgname" basedir "/usr/share/$pkgname"
-  setconf -a "$pkgname/etc/$pkgname.conf" netbeans_jdkhome '"/usr/lib/jvm/default"'
+  #setconf -a "$pkgname/etc/$pkgname.conf" netbeans_jdkhome '"/usr/lib/jvm/default"'
 }
 
 package() {



More information about the arch-commits mailing list