aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/dbus/abuild
blob: b237ded2e15fc1c3456b9acbf53c21183a1e29fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name=dbus
version=1.16.2
release=2
source="https://$name.freedesktop.org/releases/$name/$name-$version.tar.xz
	run"
sv="run"

prebuild() {
	sed -i "/meson_post_install\.py/,/^)$/d" meson.build
}

postbuild() {
	chown root:messagebus $PKG/usr/libexec/dbus-daemon-launch-helper
	chmod 4750            $PKG/usr/libexec/dbus-daemon-launch-helper
}