systemd: update to 38.

This commit is contained in:
Juan RP 2012-01-11 20:24:06 +01:00
parent ff96d16744
commit 7146a0ffe3
5 changed files with 9 additions and 7 deletions

View File

@ -4,3 +4,5 @@ libgobject-2.0.so.0
libglib-2.0.so.0
libpthread.so.0
libc.so.6
libpango-1.0.so.0
libgee.so.2

View File

@ -1,6 +1,5 @@
# Template file for 'systemd-admin'.
#
revision=1
short_desc="${sourcepkg} - system administration GUI"
long_desc="${long_desc}

View File

@ -1,6 +1,5 @@
# Template file for 'systemd-gnome-passwd-aggent'.
#
revision=1
short_desc="${sourcepkg} - GNOME password agent helper"
long_desc="${long_desc}

View File

@ -10,3 +10,4 @@ libpam.so.0
libacl.so.1
libpam_misc.so.0
ld-linux-x86-64.so.2
liblzma.so.5

View File

@ -1,17 +1,16 @@
# Template file for 'systemd'
pkgname=systemd
version=37
revision=8
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.bz2"
version=38
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--with-distro=other --with-rootdir=
configure_args="--with-distro=other --with-rootprefix=
--with-pamlibdir=/lib/security --disable-selinux --disable-tcpwrap
--with-sysvinit-path= --with-sysvrcd-path= --disable-audit --enable-plymouth"
short_desc="systemd is a system and service manager for Linux"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.freedesktop.org/wiki/Software/systemd"
license="GPL-2"
checksum=b38492bde73649cc3520953354ef446c268169c1d342614183655e9ee1a1bbc5
checksum=cd21eddc23457323fcb8775813a985d7bc429a63ea5adc6950a8bbe421e30d13
long_desc="
systemd is a system and service manager for Linux, compatible with SysV and LSB
init scripts. systemd provides aggressive parallelization capabilities, uses
@ -30,6 +29,7 @@ conf_files="
/etc/locale.conf
/etc/systemd/system.conf
/etc/systemd/user.conf
/etc/systemd/systemd-journald.conf
/etc/systemd/systemd-logind.conf"
Add_dependency run dbus
@ -44,6 +44,7 @@ Add_dependency build pam-devel
Add_dependency build dbus-devel
Add_dependency build libcap-devel
Add_dependency build gtk+-devel
Add_dependency build libgee-devel
Add_dependency build libnotify-devel
Add_dependency build vala-devel