summaryrefslogtreecommitdiff
path: root/extra/eclipse/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/eclipse/PKGBUILD')
-rw-r--r--extra/eclipse/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/extra/eclipse/PKGBUILD b/extra/eclipse/PKGBUILD
index dfeb50580..d11e9a4cf 100644
--- a/extra/eclipse/PKGBUILD
+++ b/extra/eclipse/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 206684 2014-03-04 22:49:29Z heftig $
+# $Id: PKGBUILD 215581 2014-06-29 17:36:05Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Paul Mattal <paul@archlinux.org>
@@ -7,21 +7,21 @@
# Contributor: Marco Crosio <marco.crosio@gmail.com>
pkgname=eclipse
-pkgver=4.3.2
+pkgver=4.4.0
pkgrel=2
-_release=kepler-SR2
+_release=luna-R
pkgdesc="An IDE for Java and other languages"
license=("EPL")
arch=('i686' 'x86_64')
url="http://eclipse.org"
depends=('java-environment' 'gtk2' 'unzip' 'webkitgtk2' 'libxtst')
-install=${pkgname}.install
+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')
-md5sums=('3fbb62eeef189dc0a45ff4c020588d6f'
- 'b72d5a6caae4e2fd86be2f2f134fc8cb'
- 'e07b2ccfc4689c288fd876a4beb8403d'
+md5sums=('cc700cc2eb164f5da3563e8c5157b373'
+ '44a8a5ae5e74da7b3764da774a505632'
+ '66757230837fdebabb8ce91eb4fccc80'
'ba2cf02c48e6e35bfe3685401c26bb5b')
if (( ! GENINTEG )); then
@@ -34,9 +34,9 @@ if (( ! GENINTEG )); then
fi
fi
-package() {
+package_eclipse() {
install -d "$pkgdir/usr/share"
- cp -a eclipse "$pkgdir/usr/share"
+ cp -a eclipse "$pkgdir/usr/share/eclipse"
install -D eclipse.sh "$pkgdir/usr/bin/eclipse"
install -Dm644 eclipse.desktop "$pkgdir/usr/share/applications/eclipse.desktop"