systemd: update to 185.
This commit is contained in:
parent
43d07504b2
commit
be84e46316
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
NAME=Void
|
NAME="Void"
|
||||||
ID=void
|
ID="void"
|
||||||
PRETTY_NAME=Void Linux
|
PRETTY_NAME="Void Linux"
|
||||||
ANSI_COLOR=1;34
|
ANSI_COLOR="1;34"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'systemd'
|
# Template file for 'systemd'
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
version=184
|
version=185
|
||||||
|
revision=1
|
||||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-distro=other --with-rootprefix= --enable-plymouth
|
configure_args="--with-distro=other --with-rootprefix= --enable-plymouth
|
||||||
|
@ -11,12 +12,11 @@ configure_args="--with-distro=other --with-rootprefix= --enable-plymouth
|
||||||
depends="dbus run-parts kbd>=1.15.3_5 systemd-libs>=$version udev>=$version"
|
depends="dbus run-parts kbd>=1.15.3_5 systemd-libs>=$version udev>=$version"
|
||||||
makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel libblkid-devel glib-devel gobject-introspection"
|
makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel libblkid-devel glib-devel gobject-introspection"
|
||||||
subpackages="udev libudev libudev-devel libgudev libgudev-devel systemd-analyze systemd-devel systemd-libs"
|
subpackages="udev libudev libudev-devel libgudev libgudev-devel systemd-analyze systemd-devel systemd-libs"
|
||||||
revision=1
|
|
||||||
short_desc="A system and service manager for Linux"
|
short_desc="A system and service manager for Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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"
|
||||||
checksum=46ae8713ab5057aef36c97b8cc12c1b9f1c78fcfc235c1b2960e6b8f3e320aa2
|
checksum=7909f41237c2cbf6cf00c757a88010e179b7a4bf146908a9131de0bb7b2097c7
|
||||||
long_desc="
|
long_desc="
|
||||||
systemd is a system and service manager for Linux, compatible with SysV and LSB
|
systemd is a system and service manager for Linux, compatible with SysV and LSB
|
||||||
init scripts. systemd provides aggressive parallelization capabilities, uses
|
init scripts. systemd provides aggressive parallelization capabilities, uses
|
||||||
|
|
Loading…
Reference in a new issue