mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dbus-elogind: update to 1.12.16.
Improve description and mention that it's built with elogind support. Signed-off-by: Juan RP <xtraeme@gmail.com>
This commit is contained in:
parent
79352f752a
commit
118ba1c404
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dbus-elogind'
|
# Template file for 'dbus-elogind'
|
||||||
pkgname=dbus-elogind
|
pkgname=dbus-elogind
|
||||||
version=1.12.14
|
version=1.12.16
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="dbus-${version}"
|
wrksrc="dbus-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -13,14 +13,14 @@ configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus
|
||||||
hostmakedepends="gperf intltool pkg-config xmlto
|
hostmakedepends="gperf intltool pkg-config xmlto
|
||||||
automake libtool autoconf autoconf-archive"
|
automake libtool autoconf autoconf-archive"
|
||||||
makedepends="expat-devel libX11-devel libcap-devel elogind-devel"
|
makedepends="expat-devel libX11-devel libcap-devel elogind-devel"
|
||||||
short_desc="Message bus system"
|
short_desc="Message bus system (built with elogind support)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://dbus.freedesktop.org/"
|
homepage="https://dbus.freedesktop.org/"
|
||||||
changelog="https://raw.githubusercontent.com/freedesktop/dbus/dbus-1.12/NEWS"
|
changelog="https://raw.githubusercontent.com/freedesktop/dbus/dbus-1.12/NEWS"
|
||||||
distfiles="https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.gz"
|
distfiles="https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.gz"
|
||||||
checksum=44f9c290ae8f6cadeb2c329316c03716f171ce10daddd85c0bffd0f7df514c8d
|
checksum=54a22d2fa42f2eb2a871f32811c6005b531b9613b1b93a0d269b05e7549fec80
|
||||||
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
|
conf_files="/etc/dbus-1/*.conf"
|
||||||
replaces="dbus>=0"
|
replaces="dbus>=0"
|
||||||
provides="dbus-${version}_${revision}"
|
provides="dbus-${version}_${revision}"
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue