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

Jan Steffens heftig at nymeria.archlinux.org
Sat Jun 28 16:22:01 UTC 2014


    Date: Saturday, June 28, 2014 @ 18:21:59
  Author: heftig
Revision: 215540

FS#40981 reverting FS#40843

Modified:
  eclipse/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++-------------------
 1 file changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-28 15:39:09 UTC (rev 215539)
+++ PKGBUILD	2014-06-28 16:21:59 UTC (rev 215540)
@@ -6,10 +6,9 @@
 # Contributor: Andreas W. Hauser <andy-aur at splashground.de>
 # Contributor: Marco Crosio <marco.crosio at gmail.com>
 
-pkgbase=eclipse
-pkgname=(eclipse eclipse-source)
+pkgname=eclipse
 pkgver=4.4.0
-pkgrel=1
+pkgrel=2
 _release=luna-R
 pkgdesc="An IDE for Java and other languages"
 license=("EPL")
@@ -16,6 +15,7 @@
 arch=('i686' 'x86_64')
 url="http://eclipse.org"
 depends=('java-environment' 'gtk2' 'unzip' 'webkitgtk2' 'libxtst')
+install=eclipse.install
 source=("http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$pkgname-standard-$_release-linux-gtk.tar.gz"
         "http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$pkgname-standard-$_release-linux-gtk-x86_64.tar.gz"
         'eclipse.sh' 'eclipse.desktop')
@@ -34,15 +34,7 @@
   fi
 fi
 
-prepare() {
-  mkdir -p eclipse-source/{features,plugins}
-  mv eclipse/features/*.source_* eclipse-source/features
-  mv eclipse/plugins/*.source_*  eclipse-source/plugins
-}
-
 package_eclipse() {
-  install=eclipse.install
-
   install -d "$pkgdir/usr/share"
   cp -a eclipse "$pkgdir/usr/share/eclipse"
 
@@ -54,11 +46,3 @@
       "$pkgdir/usr/share/icons/hicolor/${_i}x${_i}/apps/eclipse.png"
   done
 }
-
-package_eclipse-source() {
-  pkgdesc="Source components of the Eclipse IDE"
-  depends=('eclipse')
-
-  install -d "$pkgdir/usr/share"
-  cp -a eclipse-source "$pkgdir/usr/share/eclipse"
-}




More information about the arch-commits mailing list