From 58f8900dc9fcd0c8b11f27e09b087ee9b52f1903 Mon Sep 17 00:00:00 2001 From: Tim Stanley Date: Mon, 19 Sep 2022 07:22:31 +0100 Subject: [PATCH] community/ebusd: upgrade to 22.4 --- community/ebusd/APKBUILD | 6 ++---- community/ebusd/cmake.patch | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 community/ebusd/cmake.patch diff --git a/community/ebusd/APKBUILD b/community/ebusd/APKBUILD index 0f057519b36..826b5916a4d 100644 --- a/community/ebusd/APKBUILD +++ b/community/ebusd/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Tim # Maintainer: Tim pkgname=ebusd -pkgver=22.1 +pkgver=22.4 pkgrel=0 pkgdesc="Daemon for communication with eBUS heating systems" url="https://github.com/john30/ebusd" @@ -25,10 +25,8 @@ check() { package() { DESTDIR="$pkgdir" cmake --install build - install -D -m 644 "$srcdir"/"$pkgname-$pkgver"/contrib/etc/ebusd/mqtt-hassio.cfg "$pkgdir"/etc/ebusd/mqtt-hassio.cfg - install -D -m 644 "$srcdir"/"$pkgname-$pkgver"/contrib/etc/ebusd/mqtt-integration.cfg "$pkgdir"/etc/ebusd/mqtt-integration.cfg } sha512sums=" -11a084940e40a652597bd334639f6c6bd53d984ed8b543c5c9d79d6489ee9a770519940f7ab762becf0c553e174f305f74bc8096c47b6ebb45f9886d4141388a ebusd-22.1.tar.gz +f625a8813eb5f844d1148eb9d683b9b730573e8c2bc1e3e2fec6462b3943340cfa1cfaf4cd50ff48b45aac47841189ad5d699316907b6abb6e7d1c20a0352842 ebusd-22.4.tar.gz " diff --git a/community/ebusd/cmake.patch b/community/ebusd/cmake.patch new file mode 100644 index 00000000000..80330b06cdc --- /dev/null +++ b/community/ebusd/cmake.patch @@ -0,0 +1,24 @@ +From 952005870eab391f761f42d94c03091a7606a83c Mon Sep 17 00:00:00 2001 +From: Tim +Date: Mon, 19 Sep 2022 07:17:19 +0100 +Subject: [PATCH] patch + +--- + src/lib/knx/knxnet.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/lib/knx/knxnet.h b/src/lib/knx/knxnet.h +index 13295ea..e01e9a2 100644 +--- a/src/lib/knx/knxnet.h ++++ b/src/lib/knx/knxnet.h +@@ -35,6 +35,7 @@ + #include + #include + #include "lib/knx/knx.h" ++#include + + namespace ebusd { + +-- +2.36.2 + -- GitLab