Search Criteria
Package Details: openhab-beta 2.5.0_20190203-1
Git Clone URL: | https://aur.archlinux.org/openhab-beta.git (read-only, click to copy) |
---|---|
Package Base: | openhab-beta |
Description: | openHAB2 open source home automation software |
Upstream URL: | http://www.openhab.org/ |
Keywords: | openhab |
Licenses: | EPL |
Conflicts: | openhab-addons, openhab-runtime, openhab2 |
Submitter: | codeworkx |
Maintainer: | codeworkx |
Last Packager: | codeworkx |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-03-25 21:23 (UTC) |
Last Updated: | 2019-02-03 07:21 (UTC) |
Dependencies (2)
- java-runtime-headless (jre10, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, server-jre, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, zulu-14-bin, amazon-corretto-15, jdk11-openjdk-dcevm-conflicts-fixed, zulu-embedded-jdk8, sapmachine-jdk-bin, amazon-corretto-16, jre8-openjdk-shenandoah-headless, zulu-16-bin, jdk16-adoptopenjdk, jdk11-microsoft-openjdk, jdk16-microsoft-openjdk, jdk11-msopenjdk-bin, jdk18-beta-temurin, jdk8-arm, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, jre11-jetbrains-imfix, java-openjdk-loom-ea-bin, jdk17-dragonwell-bin, hmcl-zulu-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk11-j9-bin, jdk-jetbrains, jre11-jbr-xdg-headless, jre12-openjdk-headless, jre15-openjdk-headless, jre16-openjdk-headless, jre13-openjdk-headless, jre14-openjdk-headless, jre-bcl, jdk-bcl, amazon-corretto-18, zulu-18-bin, zulu-13-bin, jre15, jre14, jre13, jre16, jre17, bishengjdk-17, bishengjre-17, jdk-arm, jdk11-openj9-bin, jdk-openj9-bin, jre-openj9-headless, zulu-15-bin, jre-jbr-xdg-headless, zulu-embedded-jdk11, jdk-microsoft-openjdk, jre18-openjdk-headless, jdk17-openj9-bin, jdk18-openj9-bin, jdk8-openj9-bin, jre8, jdk8, jre11, amazon-corretto-8, amazon-corretto-11, amazon-corretto-19-bin, amazon-corretto-17, zulu-8-bin, zulu-11-bin, zulu-17-bin, zulu-19-bin, liberica-jre-8-full-bin, liberica-jdk-full-bin, jre8-adoptopenjdk-headless, jre-lts, liberica-jdk-11-full-bin, liberica-jdk-17-full-bin, liberica-jre-11-full-bin, jdk8-dragonwell-extended-bin, jdk8-dragonwell-standard-bin, jdk11-dragonwell-extended-bin, jdk11-dragonwell-standard-bin, jdk13-openjdk-bin, zulu-jre-fx-bin, zulu-jdk-fx-bin, liberica-jdk-8-full-bin, jre-jetbrains, jdk17-temurin, jdk11-temurin, jdk17-dragonwell-standard-bin, jre-openjdk-headless-xdg, jre-openjdk-headless-xdg-bin, java-openjdk-bin, jdk17-jetbrains-bin, jdk11-jetbrains-bin, zulu-20-bin, java-openjdk-ea-bin, jre, amazon-corretto-20-bin, jdk-temurin, jre8-openjdk-headless-xdg, jre17-openjdk-headless-xdg, jre-openjdk-headless, jre11-openjdk-headless, jre17-openjdk-headless, jre8-openjdk-headless)
- unzip (unzip-natspec, unzip-zstd) (make)
Required by (0)
Sources (4)
- https://ci.openhab.org/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-addons-legacy/target/openhab-addons-legacy-2.5.0-SNAPSHOT.kar
- https://ci.openhab.org/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-addons/target/openhab-addons-2.5.0-SNAPSHOT.kar
- https://ci.openhab.org/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab/target/openhab-2.5.0-SNAPSHOT.zip
- openhab.service
Latest Comments
japama commented on 2019-02-03 00:35 (UTC) (edited on 2019-02-03 02:31 (UTC) by japama)
2.5.0 is the new snapshot version :
Replace
pkgver=2.4.0
pkgver=2.4.0_20180623
by
_pkgver=2.5.0
pkgver=2.5.0`date +%Y%m%d`
and
source=("https://openhab.ci.cloudbees.com/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab/target/openhab-${_pkgver}-SNAPSHOT.zip"
"openhab.service")
by
source=("https://ci.openhab.org/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab/target/openhab-${_pkgver}-SNAPSHOT.zip"
"https://ci.openhab.org/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-addons/target/openhab-addons-${_pkgver}-SNAPSHOT.kar"
https://ci.openhab.org/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-addons-legacy/target/openhab-addons-legacy-${_pkgver}-SNAPSHOT.kar
"openhab.service")
and
sha256sums=('SKIP'
by
sha256sums=('SKIP' 'SKIP' 'SKIP'
and
unzip "$srcdir/openhab-${_pkgver}-SNAPSHOT.zip"
by
unzip "$srcdir/openhab-${_pkgver}-SNAPSHOT.zip"
cp "$srcdir/openhab-addons-${_pkgver}-SNAPSHOT.kar" "$srcdir/openhab/addons"
cp "$srcdir/openhab-addons-legacy-${_pkgver}-SNAPSHOT.kar" "$srcdir/openhab/addons"
and Enjoy !!!
codeworkx commented on 2017-12-11 16:09 (UTC)
@pw-sys Looks like a problem with openhab itself and not with the package. Wrong place to report bugs.
pw-sys commented on 2017-12-11 14:52 (UTC)
2.2.0_20171022-1 not working on ALARM on raspberry pi 2 and 3. Error in initialization script: /opt/openhab/userdata/etc/shell.init.script: String index out of range: 0
commented on 2017-04-14 13:51 (UTC)
DonOregano commented on 2017-01-28 18:01 (UTC)
mikep commented on 2017-01-19 15:23 (UTC)
hexadecagram commented on 2017-01-15 00:45 (UTC)
mikep commented on 2016-12-30 15:42 (UTC)
raudi commented on 2016-11-03 22:03 (UTC)