[arch-commits] Commit in netbeans/repos/community-any (4 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Mar 21 16:52:18 UTC 2014


    Date: Friday, March 21, 2014 @ 17:52:18
  Author: arodseth
Revision: 108041

archrelease: copy trunk to community-any

Added:
  netbeans/repos/community-any/PKGBUILD
    (from rev 108040, netbeans/trunk/PKGBUILD)
  netbeans/repos/community-any/netbeans.install
    (from rev 108040, netbeans/trunk/netbeans.install)
Deleted:
  netbeans/repos/community-any/PKGBUILD
  netbeans/repos/community-any/netbeans.install

------------------+
 PKGBUILD         |   91 ++++++++++++++++++++++++++---------------------------
 netbeans.install |   26 +++++++--------
 2 files changed, 58 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-21 16:24:18 UTC (rev 108040)
+++ PKGBUILD	2014-03-21 16:52:18 UTC (rev 108041)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Timm Preetz <timm at preetz.us>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=netbeans
-pkgver=7.4
-_subpkgver=201310111528
-pkgrel=3
-pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
-arch=('any')
-url='http://netbeans.org/'
-license=('CDDL')
-# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
-depends=('java-environment' 'ttf-font' 'libxtst' 'giflib' 'atk')
-backup=('usr/share/netbeans/etc/netbeans.conf')
-makedepends=('gendesk' 'setconf')
-optdepends=('php: for developing programs in php'
-            'groovy: for developing programs in groovy'
-            'lib32-glibc')
-install='netbeans.install'
-options=('!strip')
-source=("http://dlc.sun.com.edgesuite.net/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subpkgver.zip")
-# http://dlc.sun.com.edgesuite.net/netbeans/7.4/final/zip/
-sha256sums=('bd9a7d1faab7c6a45c1b8d2e5ad11453c2ac767d2176836e65a5c7a62d7c365b')
-
-prepare() {
-  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  setconf "$pkgname/bin/$pkgname" basedir "/usr/share/$pkgname"
-}
-
-package() {
-  cd "$pkgname"
-
-  mkdir -p "$pkgdir/usr/"{bin,share/applications}
-  cp -r "../$pkgname" "$pkgdir/usr/share/"
-  install -Dm644 "../$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "nb/$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm755 "bin/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  # Cleanup (contains the file that is now placed in /usr/bin + .exe-files)
-  rm -r "$pkgdir/usr/share/$pkgname/bin"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netbeans/repos/community-any/PKGBUILD (from rev 108040, netbeans/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-03-21 16:52:18 UTC (rev 108041)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Timm Preetz <timm at preetz.us>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=netbeans
+pkgver=8.0
+_subpkgver=201403022200
+pkgrel=1
+pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
+arch=('any')
+url='http://netbeans.org/'
+license=('CDDL')
+# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
+depends=('java-environment' 'ttf-font' 'libxtst' 'giflib' 'atk')
+backup=('usr/share/netbeans/etc/netbeans.conf')
+makedepends=('gendesk' 'setconf')
+optdepends=('php: for developing programs in php'
+            'groovy: for developing programs in groovy'
+            'lib32-glibc')
+install='netbeans.install'
+options=('!strip')
+source=("http://dlc.sun.com.edgesuite.net/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subpkgver.zip")
+# http://dlc.sun.com.edgesuite.net/netbeans/8.0/final/zip/
+sha256sums=('dbe6b8d6ba0f3bbfec2bab941d7d7b24812679bf38f50469df55d360bcf0eae7')
+
+prepare() {
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+  setconf "$pkgname/bin/$pkgname" basedir "/usr/share/$pkgname"
+}
+
+package() {
+  mkdir -p "$pkgdir/usr/"{bin,share/applications}
+  cp -r "$pkgname" "$pkgdir/usr/share/"
+  install -Dm644 "$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+  cd "$pkgname"
+  install -Dm644 "nb/$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm755 "bin/$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  # Cleanup (contains the file that is now placed in /usr/bin + .exe-files)
+  rm -r "$pkgdir/usr/share/$pkgname/bin"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: netbeans.install
===================================================================
--- netbeans.install	2014-03-21 16:24:18 UTC (rev 108040)
+++ netbeans.install	2014-03-21 16:52:18 UTC (rev 108041)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database >/dev/null 2>&1
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netbeans/repos/community-any/netbeans.install (from rev 108040, netbeans/trunk/netbeans.install)
===================================================================
--- netbeans.install	                        (rev 0)
+++ netbeans.install	2014-03-21 16:52:18 UTC (rev 108041)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database >/dev/null 2>&1
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list