mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
dbus: update to 1.12.18; python_version set to 3.
This commit is contained in:
parent
e0389baac4
commit
30d1e926f6
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dbus'
|
# Template file for 'dbus'
|
||||||
pkgname=dbus
|
pkgname=dbus
|
||||||
version=1.12.16
|
version=1.12.18
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus
|
configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus
|
||||||
--enable-xml-docs --enable-epoll
|
--enable-xml-docs --enable-epoll
|
||||||
|
@ -16,8 +16,8 @@ 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=54a22d2fa42f2eb2a871f32811c6005b531b9613b1b93a0d269b05e7549fec80
|
checksum=64cf4d70840230e5e9bc784d153880775ab3db19d656ead8a0cb9c0ab5a95306
|
||||||
python_version=2 #unverified
|
python_version=3
|
||||||
conf_files="/etc/dbus-1/*.conf"
|
conf_files="/etc/dbus-1/*.conf"
|
||||||
|
|
||||||
# Create dbus:22 system account.
|
# Create dbus:22 system account.
|
||||||
|
|
Loading…
Add table
Reference in a new issue