mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 12:03:50 +02:00
systemd: update to 197.
This commit is contained in:
parent
b8dc169184
commit
4ec7338eb5
1 changed files with 8 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'systemd'
|
# Template file for 'systemd'
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
version=196
|
version=197
|
||||||
revision=7
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-distro=other --libexecdir=/usr/lib
|
configure_args="--libexecdir=/usr/lib
|
||||||
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
||||||
--with-sysvinit-path= --with-sysvrcd-path= --disable-audit
|
--with-sysvinit-path= --with-sysvrcnd-path=
|
||||||
--disable-static --disable-ima"
|
--disable-audit --disable-static --disable-ima"
|
||||||
depends="dbus run-parts kbd libcap-progs"
|
depends="dbus run-parts kbd libcap-progs"
|
||||||
makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel
|
makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel
|
||||||
dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel
|
dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel
|
||||||
|
@ -17,7 +17,9 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
||||||
license="LGPL-2.1, GPL-2, MIT"
|
license="LGPL-2.1, GPL-2, MIT"
|
||||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=6bd4a658a5dd8198235b17ad1b1f0cc56d9e6f00d646ddcffdfc6f058b55e4bf
|
checksum=e6857ea21ae24d7056e7b0f4c2aaaba73b8bf57025b8949c0a8af0c1bc9774b5
|
||||||
|
|
||||||
|
replaces="nss-myhostname>=0"
|
||||||
|
|
||||||
subpackages="libudev libudev-devel libgudev libgudev-devel
|
subpackages="libudev libudev-devel libgudev libgudev-devel
|
||||||
systemd-analyze systemd-devel systemd-libs systemd-python"
|
systemd-analyze systemd-devel systemd-libs systemd-python"
|
||||||
|
|
Loading…
Add table
Reference in a new issue