summaryrefslogtreecommitdiff
path: root/libre/icedtea-web
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-10-22 21:08:31 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-10-22 21:08:31 -0500
commit685b780067e751634030e0ee30f1db46fc87f97a (patch)
tree7a31463fe5484acc156ce3911807afbf9705a46a /libre/icedtea-web
parent6cdd3215990966a76fa5d5496c8822831a5e24ce (diff)
icedtea-web-1.7-1.parabola1: updating version
Diffstat (limited to 'libre/icedtea-web')
-rw-r--r--libre/icedtea-web/PKGBUILD16
-rw-r--r--libre/icedtea-web/install_icedtea-web.sh11
2 files changed, 9 insertions, 18 deletions
diff --git a/libre/icedtea-web/PKGBUILD b/libre/icedtea-web/PKGBUILD
index 74341a9d9..300780bad 100644
--- a/libre/icedtea-web/PKGBUILD
+++ b/libre/icedtea-web/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org>
# Maintainer (Arch): Guillaume ALAUX <guillaume@archlinux.org>
+# Contributor (Arch): Andreas Radke <andyrtr@archlinux.org>
# Maintainer: Isaac David <isacdaavid () isacdaavid!info>
+# Contributor: Omar Vega Ramos <ovruni@gnu.org.pe>
pkgbase=icedtea-web
pkgname=('icedtea-web' 'icedtea-web-doc')
-pkgver=1.6.2
-pkgrel=2.parabola1
+pkgver=1.7
+pkgrel=1.parabola1
arch=('i686' 'x86_64' 'armv7h')
url='http://icedtea.classpath.org/wiki/IcedTea-Web'
license=('GPL2')
-makedepends=('java-environment-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 'junit'
+makedepends=('java-environment-openjdk=8' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 'junit'
'epiphany')
case "$CARCH" in
i686|x86_64) makedepends+=('iceweasel') ;;
@@ -18,8 +19,10 @@ esac
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)
-sha256sums=('ce67034096d6b960e2b6cfb5c41a7bd6b30eb2ec7f13bf3ecdb477ff6ce69300')
+source=(http://icedtea.classpath.org/download/source/${pkgbase}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('C058EF1E749812E6A486384B53B5CFF671EEED59') # Jiri Vanek <jvanek@redhat.com>
+sha256sums=('2030ea323964ae82eabe5436eef076de4b892786424ad9be21f3abc9d76c0291'
+ 'SKIP')
prepare() {
cd "${srcdir}"
@@ -58,7 +61,6 @@ package_icedtea-web() {
depends=('java-runtime-openjdk' 'desktop-file-utils')
provides=('java-web-start')
replaces=('icedtea-web-java7')
- install=install_${pkgname}.sh
cd "${srcdir}"/${pkgbase}-${pkgver}
# possible make target (see bottom of Makefile.am: install-exec-local install-data-local
diff --git a/libre/icedtea-web/install_icedtea-web.sh b/libre/icedtea-web/install_icedtea-web.sh
deleted file mode 100644
index 80312d4a6..000000000
--- a/libre/icedtea-web/install_icedtea-web.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- update-desktop-database -q
-}
-
-post_remove() {
- update-desktop-database -q
-}