Skip to content

Commit bf9f91a

Browse files
committed
fix: hypridle
1 parent e6556d5 commit bf9f91a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

srcpkgs/hypridle/template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ hostmakedepends="cmake pkg-config"
88
makedepends="
99
sdbus-cpp
1010
sdbus-cpp-devel
11+
libelogind
12+
elogind-devel
1113
hyprwayland-scanner
1214
hyprlang-devel
1315
hyprutils-devel
14-
basu-devel
1516
wayland-devel
1617
wayland-protocols
1718
"

srcpkgs/sdbus-cpp/template

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Template file for 'sdbus-cpp'.
22
pkgname=sdbus-cpp
3-
version=2.1.0
3+
version=2.0.0
44
revision=1
55
build_style=cmake
6+
configure_args=" -DSDBUSCPP_BUILD_LIBSYSTEMD=ON -DSDBUSCPP_BUILD_DOCS=ON"
67
hostmakedepends="cmake pkg-config"
78
makedepends="libelogind elogind-devel"
89
depends="elogind"
@@ -11,7 +12,7 @@ maintainer="hesam-init <hesam.init@gmail.com>"
1112
license="LGPL-2.1"
1213
homepage="https://github.com/Kistler-Group/sdbus-cpp"
1314
distfiles="https://github.com/Kistler-Group/sdbus-cpp/archive/refs/tags/v${version}.tar.gz"
14-
checksum="6025e5dc6cddd532ff960d14e68ced5f42a1916b23a73fea6bcb437f06992eaf"
15+
checksum="88af4569161a0d0192f0f4a94582a1af4e75722499d06984fb7f91f638f5afb3"
1516

1617
build_options="clang gcc"
1718
build_options_default="gcc"

0 commit comments

Comments
 (0)