diff options
Diffstat (limited to 'libre/icedtea-web/PKGBUILD')
-rw-r--r-- | libre/icedtea-web/PKGBUILD | 93 |
1 files changed, 48 insertions, 45 deletions
diff --git a/libre/icedtea-web/PKGBUILD b/libre/icedtea-web/PKGBUILD index ce4699f82..20118ac23 100644 --- a/libre/icedtea-web/PKGBUILD +++ b/libre/icedtea-web/PKGBUILD @@ -1,3 +1,4 @@ +# Maintainer (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org> # Maintainer (Arch): Guillaume ALAUX <guillaume@archlinux.org> # Contributor (Arch): Andreas Radke <andyrtr@archlinux.org> # Maintainer: Isaac David <isacdaavid () isacdaavid!info> @@ -8,28 +9,37 @@ pkgbase=icedtea-web pkgname=('icedtea-web' 'icedtea-web-doc') -pkgver=1.7 -pkgrel=1.parabola2 -arch=('x86_64' 'i686' 'armv7h') -url='http://icedtea.classpath.org/wiki/IcedTea-Web' +pkgver=1.8.3 +pkgrel=1 +pkgrel+=.parabola1 +pkgdesc='Additional components for OpenJDK - Browser plug-in and Web Start implementation' +pkgdesc+=', without nonfree firefox make dependency' +url='https://github.com/AdoptOpenJDK/IcedTea-Web' +arch=('x86_64') +arch+=('i686' 'armv7h') license=('GPL2') -makedepends=('java-environment-openjdk=8' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 'junit' - 'iceweasel' 'epiphany') +makedepends=('java-environment=8' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 'junit' + 'iceweasel' 'epiphany' 'rust' 'bc') optdepends=('rhino: for using proxy auto config files') -# Due to broken path names in the tarball that fails with LANG=C in our chroot -noextract=("${pkgbase}-${pkgver}.tar.gz") -source=(http://icedtea.classpath.org/download/source/${pkgbase}-${pkgver}.tar.gz{,.sig}) -validpgpkeys=('C058EF1E749812E6A486384B53B5CFF671EEED59') # Jiri Vanek <jvanek@redhat.com> -sha256sums=('2030ea323964ae82eabe5436eef076de4b892786424ad9be21f3abc9d76c0291' - 'SKIP') +source=(https://github.com/AdoptOpenJDK/IcedTea-Web/archive/${pkgbase}-${pkgver}.tar.gz + java13-SecurityManager.patch + compiler-flags.patch) +sha256sums=('41b6f09a7b44ad6b85d5086c289557f6f6340baa51be71bc4361aa26a844e7af' + 'ee2221225afd4a577c1133b8ea4ddb7a596c7c8443cffc9185d21d404bd09f8c' + '4db38a59012bf4c3dc857f340924ecbc796d89f15521abdc367bc39301be7a19') +sha512sums=('878f2abffdce56ad487d495c68c70d07553a01ec379ab81b29dee4a9ddc34182337eb4b019d84dbe32160c9b9160ff2010e566cfa9beacf901bd5a14332a2c9e' + '2ced4eb0542ed91a59d766bb4ca0db28a1f9b9569f48bf5b80ff178c81700067cc28a2ec99d06f479fa402ef4f290da291ad8275e52d1cbd27bee445e3ce3f7c' + '0689abbe5fa5b616a3c71caf038a42bc69a4950e923cce3c658c15a85a140f5d2e19a96429fc82cfe38c42fdc7bca4a305fd613e3483a8f98a6ee3daaf0a8304') prepare() { - cd "${srcdir}" - LANG=en_US.UTF-8 bsdtar -x -f "${srcdir}"/${pkgbase}-${pkgver}.tar.gz + cd IcedTea-Web-${pkgbase}-${pkgver} + patch -Np0 < "${srcdir}/compiler-flags.patch" + patch -Np1 < "${srcdir}/java13-SecurityManager.patch" + autoreconf -fiv } build() { - cd "${srcdir}"/${pkgbase}-${pkgver} + cd IcedTea-Web-${pkgbase}-${pkgver} ./configure \ --prefix=/usr/share/${pkgbase} \ --datarootdir=/usr/share \ @@ -38,58 +48,51 @@ build() { --with-java=/usr/bin/java \ --with-browser-tests \ --with-firefox=/usr/bin/iceweasel \ - --with-epiphany=/usr/bin/epiphany + --with-epiphany=/usr/bin/epiphany \ + --with-itw-libs=DISTRIBUTION make } -#check() { -# cd "${srcdir}"/${pkgbase}-${pkgver} -# # as more tests have been added some are expectged to fail -# # see http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2012-March/017566.html -# make -k check -#} +check() { + cd IcedTea-Web-${pkgbase}-${pkgver} + make -k check +} package_icedtea-web() { - - pkgdesc='Free web browser plugin to run applets written in Java and an implementation of Java Web Start, without nonfree firefox make dependency' depends=('java-runtime-openjdk' 'desktop-file-utils') provides=('java-web-start') - replaces=('icedtea-web-java7') - cd "${srcdir}"/${pkgbase}-${pkgver} - # possible make target (see bottom of Makefile.am: install-exec-local install-data-local - make DESTDIR="${pkgdir}" install-exec-local install-data-local + cd IcedTea-Web-${pkgbase}-${pkgver} + make DESTDIR="${pkgdir}" install - # Install desktop files. - install -m 755 -d "${pkgdir}"/usr/share/{applications,pixmaps} - install -m 644 javaws.png "${pkgdir}"/usr/share/pixmaps - install -m 644 {javaws,itweb-settings}.desktop "${pkgdir}"/usr/share/applications - # remove splitted doc files - rm -rf "${pkgdir}"/usr/share/doc + # Install desktop files + install -Dm 644 javaws.png -t "${pkgdir}"/usr/share/pixmaps + install -Dm 644 *.desktop -t "${pkgdir}"/usr/share/applications - # link binaries into /usr/bin + jre/bin + ## link binaries into /usr/bin + jre/bin install -m 755 -d "${pkgdir}"/usr/bin - pushd "${pkgdir}"/usr/share/${pkgbase}/bin - for file in *; do - ln -sf /usr/share/${pkgbase}/bin/${file} "${pkgdir}"/usr/bin + for file in "${pkgdir}/usr/share/${pkgbase}/bin/"*; do + ln -sf "/usr/share/${pkgbase}/bin/$(basename "${file}")" "${pkgdir}"/usr/bin done - popd - # link the mozilla-plugin - test it here http://www.java.com/en/download/help/testvm.xml + ## link the mozilla-plugin - test it here http://www.java.com/en/download/help/testvm.xml install -m 755 -d "${pkgdir}"/usr/lib/mozilla/plugins/ ln -sf /usr/share/${pkgbase}/lib/IcedTeaPlugin.so "${pkgdir}"/usr/lib/mozilla/plugins/ + + # remove splitted doc files + rm -rf "${pkgdir}"/usr/share/doc } package_icedtea-web-doc() { + pkgdesc+=' (documentation)' - pkgdesc='icedtea-web browser plugin + Java WebStart - documentation files' - replaces=('icedtea-web-java7-doc') - - cd "${srcdir}"/${pkgbase}-${pkgver} + cd IcedTea-Web-${pkgbase}-${pkgver} make DESTDIR="${pkgdir}" install-data-local # remove javaws about and man page rm -rf "${pkgdir}"/usr/lib rm -rf "${pkgdir}"/usr/share/man - rm -rf "${pkgdir}"/usr/share/icedtea-web # conflicting and unneeded file it seems + rm -rf "${pkgdir}"/usr/share/icedtea-web } + +# vim: ts=2 sw=2 et: |