summaryrefslogtreecommitdiff
path: root/extra/icedtea-web/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-08 01:42:46 -0800
committerroot <root@rshg054.dnsready.net>2012-11-08 01:42:46 -0800
commit820b47e114141394686758f528713a7dae08c149 (patch)
tree4a11170763d1f324b933f92fa77994f7b71827fc /extra/icedtea-web/PKGBUILD
parenta8fff09ba6d0f8b78b43e63541b1254763d4f48e (diff)
Thu Nov 8 01:42:46 PST 2012
Diffstat (limited to 'extra/icedtea-web/PKGBUILD')
-rw-r--r--extra/icedtea-web/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/icedtea-web/PKGBUILD b/extra/icedtea-web/PKGBUILD
index 0d1537aba..1e1eaa593 100644
--- a/extra/icedtea-web/PKGBUILD
+++ b/extra/icedtea-web/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 166335 2012-09-06 15:46:37Z andyrtr $
+# $Id: PKGBUILD 170458 2012-11-07 20:07:26Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgbase=icedtea-web
pkgname=('icedtea-web' 'icedtea-web-doc')
-pkgver=1.3
+pkgver=1.3.1
pkgrel=1
arch=('i686' 'x86_64')
url="http://icedtea.classpath.org/wiki/IcedTea-Web"
@@ -11,7 +11,7 @@ license=('GPL2')
makedepends=('openjdk6' 'zip' 'gtk2' 'npapi-sdk' 'rhino' 'junit' 'firefox' 'chromium' 'epiphany')
noextract=$pkgname-$pkgver.tar.gz # due to broken path names in the tarball that fails with LANG=C in our chroot
source=(http://icedtea.classpath.org/download/source/$pkgname-$pkgver.tar.gz)
-sha256sums=('d46ec10700732cea103da2aae64ff01e717cb1281b83e1797ce48cc53280b49f')
+sha256sums=('20c7fd1eef6c79cbc6478bb01236a3eb2f0af6184eaed24baca59a3c37eafb56')
_javaver=6
_jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
@@ -44,6 +44,7 @@ package_icedtea-web() {
pkgdesc="provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project"
depends=('openjdk6' 'gtk2' 'desktop-file-utils')
+ provides=('java-web-start=6')
install=$pkgname.install
cd "$srcdir/$pkgname-$pkgver"