Search Criteria
Package Details: openhab-runtime 1.8.3-2
Git Clone URL: | https://aur.archlinux.org/openhab-runtime.git (read-only, click to copy) |
---|---|
Package Base: | openhab-runtime |
Description: | openHAB automation runtime |
Upstream URL: | http://www.openhab.org/ |
Licenses: | |
Submitter: | tlanfer |
Maintainer: | None |
Last Packager: | tlanfer |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2015-06-30 20:59 |
Last Updated: | 2016-10-23 19:32 |
Dependencies (3)
- java-runtime-headless>=7 (jdk5, tuxjdk, jre7-openjdk-headless-infinality, java-8-openjdk-shenandoah, jre8-openjdk-headless-infinality, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains-headless, jre8-openjdk-shenandoah-headless, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jdk11-openj9-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk11-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre-jetbrains, jre8-adoptopenjdk-headless, jdk-arm, jre11-jetbrains-headless-imfix, java-openjdk-bin, jdk-openj9-bin, jdk-adoptopenjdk, jre, zulu-16-bin, liberica-jdk-full-bin, jdk15-adoptopenjdk, jre-openj9-headless, jdk-jetbrains, java-openjdk-ea-bin, amazon-corretto-16, java-openjdk-loom-ea-bin, jre-openjdk-headless, jre11-openjdk-headless, jre7-openjdk-headless, jre8-openjdk-headless)
- unzip (unzip-natspec, unzip-iconv) (make)
- openhab-addons (optional) – bindings and actions
Latest Comments
1 2 3 Next › Last »
hexadecagram commented on 2017-04-03 08:35
Looks like openhab-beta has been bumped but is currently out-of-date and the snapshot integrity verification fails.
@craftyguy: Would appreciate it if you could pick this up. Is it worth it? I haven't used the software but it seems like it would fit in well with my homeautomation setup.
craftyguy commented on 2017-03-08 20:17
tlanfer: thank you for your service, much appreciated! I'll see if this is something I am capable of picking up..
tlanfer commented on 2017-03-08 19:58
I cant really find the time to maintain this. I disowned the package, if someone else wants to step in.
craftyguy commented on 2017-03-08 19:42
Is the maintainer no longer maintaining this package? It's been out of date for almost 2 months.
DonOregano commented on 2017-01-28 18:04
2.0 is out!
hexadecagram commented on 2017-01-03 06:21
When attempting to build this package (as well as openhab-beta), I get the following error. I cannot even attempt an installation of openhab-addons because it depends on openhab-runtime but it's probably worth checking as well.
==> Finished making: openhab-runtime 1.8.3-1 (Mon Jan 2 22:17:15 PST 2017)
==> Cleaning up...
:: Installing openhab-runtime package(s)...
:: openhab-runtime package(s) failed to install. Check .SRCINFO for mismatching data with PKGBUILD.
GraysonPeddie commented on 2016-10-23 23:25
Thanks. It works.
tlanfer commented on 2016-10-23 19:34
@GraysonPeddie: I took your package()-function form the linked forum post and updated the package.
Did not have time to check it, but i know that as it is, my package was broken.
GraysonPeddie commented on 2016-10-19 16:39
Weird. It seems my comment got truncated. Please refer to my thread in the OpenHAB forum:
https://community.openhab.org/t/insteon-hub-with-plm-a-misprint-in-wiki-2012-v-has-plm/15455/9
Scroll down for modifications to package().
GraysonPeddie commented on 2016-10-19 16:37
I would like to make a suggestion for a modification.
Change:
package() {
cd $pkgdir
mkdir -p opt
mkdir -p etc/openhab/addons-enabled
mkdir -p etc/conf.d
mkdir -p usr/lib/systemd/system
cp $srcdir/openhab.service usr/lib/systemd/system
cp -r $srcdir/openhab-runtime opt
cp $srcdir/openhab etc/conf.d
mv opt/openhab-runtime/configurations etc/openhab/configurations
ln -s /etc/openhab/configurations opt/openhab-runtime/configurations
ln -s /etc/openhab/addons-enabled opt/openhab-runtime/addons
}
To:
package() {
cd $pkgdir
mkdir -p opt
mkdir -p etc/conf.d
mkdir -p usr/lib/systemd/system
cp $srcdir/openhab.service usr/lib/systemd/system
cp -r $srcdir/openhab-runtime opt
cp $srcdir/openhab etc/conf.d
mv opt/openhab-runtime/addons etc/openhab/
mv opt/openhab-runtime/configurations etc/openhab/
ln -s /etc/openhab/configurations opt/openhab-runtime/configurations
ln -s /etc/openhab/addons opt/openhab-runtime/addons
}
It should work, though I will need to uninstall and reinstall OpenHAB through AUR with modifications.