summaryrefslogtreecommitdiff
path: root/pcr/jitsi
diff options
context:
space:
mode:
authorFreemor <freemor@freemor.ca>2020-02-11 12:47:46 -0400
committerFreemor <freemor@freemor.ca>2020-02-11 12:47:46 -0400
commit2abda179cd33be80b3a242e1a8567fc2ff10052a (patch)
tree8b388f26cc899634fb0f9e8aed551799a7ee6f98 /pcr/jitsi
parent0bdebf6f4b3a04f9ca312c7fb9af0f5e1ad71f68 (diff)
downloadabslibre-2abda179cd33be80b3a242e1a8567fc2ff10052a.tar.gz
abslibre-2abda179cd33be80b3a242e1a8567fc2ff10052a.tar.bz2
abslibre-2abda179cd33be80b3a242e1a8567fc2ff10052a.zip
Rebuild [pcr/jitsi] and [nonprism/jitsi] so that they work in the current java environment (aka for jdk/jre8 for them)
Diffstat (limited to 'pcr/jitsi')
-rw-r--r--pcr/jitsi/PKGBUILD10
-rw-r--r--pcr/jitsi/jitsi.sh2
2 files changed, 6 insertions, 6 deletions
diff --git a/pcr/jitsi/PKGBUILD b/pcr/jitsi/PKGBUILD
index 473be0fc9..78366ebc1 100644
--- a/pcr/jitsi/PKGBUILD
+++ b/pcr/jitsi/PKGBUILD
@@ -10,20 +10,20 @@
pkgname=jitsi
pkgver=2.10.5550
-pkgrel=6
+pkgrel=7
pkgdesc="An audio/video SIP VoIP phone and instant messenger written in Java (formerly SIP-Communicator)"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://jitsi.org"
license=('Apache')
-depends=('java-runtime')
-makedepends=('apache-ant' 'java-environment-common')
+depends=('java-runtime=8')
+makedepends=('ant' 'java-environment=8')
options=(!strip !emptydirs zipman !libtool docs)
source=("https://download.jitsi.org/jitsi/src/jitsi-src-${pkgver}.zip"
jitsi.desktop
jitsi.sh)
sha256sums=('cdfc6f038d1b877c42d26dba1864ac7c6b554dd55c18767a29f2db3618647287'
'40a411ec494280490a0e1a137735ef5efca434d8d10f18b0124df9e93302f959'
- 'c47bfa98fe36378f2e7b947cd248582f5a90c1b169d53d158badb00439fdc6c7')
+ 'b22ae316fece079ce7f56060f79722d74867562ec12b9a5279d144eb359587c9')
build()
{
diff --git a/pcr/jitsi/jitsi.sh b/pcr/jitsi/jitsi.sh
index ae544f39f..e6f879bef 100644
--- a/pcr/jitsi/jitsi.sh
+++ b/pcr/jitsi/jitsi.sh
@@ -6,7 +6,7 @@ uname -m | grep i686 && CLIENTARGS="-client -Xmx256m"
if [[ -n ${JAVA_HOME} ]]; then
JAVABIN="${JAVA_HOME}/bin/java"
else
- JAVABIN="java"
+ JAVABIN="/usr/lib/jvm/java-8-openjdk/bin/java"
fi
SCDIR=/usr/lib/jitsi