Search Criteria
Package Details: icedtea-web-doc-jre32 1.6.2-2
Git Clone URL: | https://aur.archlinux.org/icedtea-web-jre32.git (read-only, click to copy) |
---|---|
Package Base: | icedtea-web-jre32 |
Description: | icedtea-web browser plugin + Java WebStart - documentation files |
Upstream URL: | http://icedtea.classpath.org/wiki/IcedTea-Web |
Licenses: | |
Conflicts: | |
Replaces: | |
Submitter: | emlun |
Maintainer: | emlun |
Last Packager: | emlun |
Votes: | 2 |
Popularity: | 0.001831 |
First Submitted: | 2015-09-18 15:09 |
Last Updated: | 2016-08-19 07:56 |
Dependencies (10)
- bin32-jdk (make)
- epiphany (epiphany-mse, epiphany-git, epiphany-unstable) (make)
- firefox (firefox56, firefox-unbranded, firefox-esr-pt-br-bin, firefox-esr60, firefox-nightly-zh-cn, palemoon-git, firefox-developer-edition-firefox-symlink-latest, firefox-nightly-zh-tw, firefox-hg, firefox-nightly-latest-fr, firefox-esr68, firefox-esr68-bin, firefox-esr52, firefox-nightly-es-es, firefox-bin, firefox-fuckpa, firefox-wayland-hg, firefox-kde-opensuse, firefox-esr, firefox-esr-bin, fedora-firefox-wayland-bin, firefox-appmenu, firefox-ubuntu-bin, firefox-kde-opensuse-bin, firefox-appmenu-bin, firefox-beta-bin-all-localizations, firefox-beta-bin, firefox-beta, firefox-kde-opensuse-rpm) (make)
- java-environment-openjdk (tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, zulu-10-bin, jdk12-openj9-bin, zulu-12-bin, jdk8-openjdk-dcevm, jdk13-openj9-bin, jdk9-openj9-bin, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, java-openjdk-bin, jdk-openj9-bin, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jdk8-adoptopenjdk, jdk11-openj9-bin, zulu-11-bin, zulu-8-bin, jdk-jetbrains, java-openjdk-loom-ea-bin, jre-jetbrains, java-openjdk-ea-bin, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk) (make)
- junit (make)
- libxtst (make)
- npapi-sdk (make)
- rhino (make)
- zip (zip-natspec) (make)
- rhino (optional) – for using proxy auto config files
Latest Comments
newsboost commented on 2020-12-16 20:35
When I try to install, I get:
Got an old app, I'm trying to view... Don't know how to fix this.. hmm...
emlun commented on 2016-08-19 07:58
Sorry, I'm no longer using this package and don't have a good way to test that it works properly. I synced the PKGBUILD with the one from the official icedtea-web package as best as I could, but I'm disowning the package since I honestly don't currently have much interest in maintaining it.
emlun commented on 2016-08-10 22:26
@carbolymer Thanks! I'll take a look at it.
carbolymer commented on 2016-08-09 21:37
I was trying to build the latest version when this happened:
bsdtar: Failed to set default locale
bsdtar: Pathname can't be converted from UTF-8 to current locale.
(...)
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Error exit delayed from previous errors.
In such case I recommend editing PKGBUILD and change the line 34 (the one with the bsdtar) to:
tar -zxvf '${srcdir}"/${_pkgbase}-${pkgver}.tar.gz"
emlun commented on 2016-04-20 10:31
@johnfocker: Thanks for the bump! Yes, you are correct. It's fixed now.
johnfocker commented on 2016-04-19 13:08
I get this when I try to build the package:
==> ERROR: noextract should be an array
In PKGBUILD, should this line:
noextract=${_pkgbase}-${pkgver}.tar.gz
Be like:
noextract=(${_pkgbase}-${pkgver}.tar.gz)
?