dbus: update to 1.12.8.
Closes #14008. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
01875627be
commit
079379ed54
1 changed files with 11 additions and 10 deletions
|
@ -1,22 +1,21 @@
|
|||
# Template file for 'dbus'
|
||||
pkgname=dbus
|
||||
version=1.12.6
|
||||
version=1.12.8
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus
|
||||
--enable-xml-docs --disable-static --disable-tests --enable-epoll --disable-asserts
|
||||
--disable-systemd --with-system-socket=/run/dbus/system_bus_socket --disable-doxygen-docs
|
||||
--with-system-pid-file=/run/dbus/pid --with-console-auth-dir=/run/console
|
||||
--disable-user-session"
|
||||
--enable-xml-docs --disable-static --disable-tests --enable-epoll
|
||||
--disable-asserts --disable-systemd --disable-user-session
|
||||
--with-system-socket=/run/dbus/system_bus_socket --disable-doxygen-docs
|
||||
--with-system-pid-file=/run/dbus/pid --with-console-auth-dir=/run/console"
|
||||
hostmakedepends="gperf intltool pkg-config xmlto"
|
||||
makedepends="expat-devel libX11-devel libcap-devel"
|
||||
short_desc="Message bus system"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://dbus.freedesktop.org/"
|
||||
distfiles="https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.gz"
|
||||
checksum=621b902a07badec16c9e43eda43903cd0e1e69e11b13143da71c1889b062f116
|
||||
|
||||
hostmakedepends="pkg-config intltool gperf xmlto"
|
||||
makedepends="expat-devel libX11-devel libcap-devel"
|
||||
checksum=e2dc99e7338303393b6663a98320aba6a63421bcdaaf571c8022f815e5896eb3
|
||||
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
|
||||
|
||||
# Create dbus:22 system account.
|
||||
|
@ -38,12 +37,14 @@ dbus-devel_package() {
|
|||
vmove usr/lib/cmake
|
||||
}
|
||||
}
|
||||
|
||||
dbus-libs_package() {
|
||||
short_desc+=" - shared libraries"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
dbus-x11_package() {
|
||||
short_desc+=" - X11 support"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue