Search Criteria
Package Details: spark 2.9.4-1
Git Clone URL: | https://aur.archlinux.org/spark.git (read-only, click to copy) |
---|---|
Package Base: | spark |
Description: | Cross-platform real-time collaboration client optimized for business and organizations. |
Upstream URL: | http://www.igniterealtime.org/projects/spark/ |
Licenses: | |
Conflicts: | |
Submitter: | mortzu |
Maintainer: | hwesselmann |
Last Packager: | hwesselmann |
Votes: | 32 |
Popularity: | 0.131445 |
First Submitted: | 2009-02-07 12:31 |
Last Updated: | 2020-11-25 19:45 |
Dependencies (3)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, 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, jre11, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, java-openjdk-loom-ea-bin, jdk11-openj9-bin, jre11-jetbrains-imfix, jdk8-graalvm-bin, jdk11-graalvm-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, java-openjdk-ea-bin, jdk-openj9-bin, jre, jdk-jetbrains, jre-jetbrains, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- libxtst
- unixodbc (erlang-unixodbc-git)
Latest Comments
« First ‹ Previous 1 2 3
axil42 commented on 2011-06-20 11:54
Thanks helios. I already have a PKGBUILD created (http://pastebin.com/K5p1grZC)
but I'm facing with some problem. Running spark as user doesn't start, it needs root privileges.
Do you have any ideas?
mortzu commented on 2011-06-20 10:53
pkgname=spark
pkgver=2.6.0
pkgrel=1
pkgdesc="Cross-platform real-time collaboration client optimized for business and organizations."
arch=('i686' 'x86_64')
url="http://www.igniterealtime.org/projects/spark/"
license="GPL2"
depends=('java-runtime')
source=(http://www.igniterealtime.org/builds/${pkgname}/${pkgname}_${pkgver//./_}.tar.gz)
md5sums=('d2c7b908c6e4c941183a1126229f1601')
build() {
cd $srcdir
mkdir -p $pkgdir/opt
mv Spark $pkgdir/opt
}
vnoel commented on 2011-01-15 13:28
2.6.0 rc1 is out... I don't know if it should be updated yet here, but just for you to know... :)
evanlec commented on 2010-10-27 18:01
Oh, and can we not capitalize the Spark run script? its ugly...
evanlec commented on 2010-10-27 18:00
can this package please be updated to install the spark binary in a sane location?
Don't see anything wrong with having it installed in a standard users' PATH