From 7146a0ffe31fd282df294b1d6344240cc42f55d2 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Wed, 11 Jan 2012 20:24:06 +0100
Subject: [PATCH] systemd: update to 38.

---
 srcpkgs/systemd/systemd-admin.rshlibs               |  2 ++
 srcpkgs/systemd/systemd-admin.template              |  1 -
 srcpkgs/systemd/systemd-gnome-passwd-agent.template |  1 -
 srcpkgs/systemd/systemd.rshlibs                     |  1 +
 srcpkgs/systemd/template                            | 11 ++++++-----
 5 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/systemd/systemd-admin.rshlibs b/srcpkgs/systemd/systemd-admin.rshlibs
index 85ead6d836..21675c6122 100644
--- a/srcpkgs/systemd/systemd-admin.rshlibs
+++ b/srcpkgs/systemd/systemd-admin.rshlibs
@@ -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
diff --git a/srcpkgs/systemd/systemd-admin.template b/srcpkgs/systemd/systemd-admin.template
index a8e441bb43..bc22a7c872 100644
--- a/srcpkgs/systemd/systemd-admin.template
+++ b/srcpkgs/systemd/systemd-admin.template
@@ -1,6 +1,5 @@
 # Template file for 'systemd-admin'.
 #
-revision=1
 short_desc="${sourcepkg} - system administration GUI"
 long_desc="${long_desc}
 
diff --git a/srcpkgs/systemd/systemd-gnome-passwd-agent.template b/srcpkgs/systemd/systemd-gnome-passwd-agent.template
index 04b87348b2..8300646257 100644
--- a/srcpkgs/systemd/systemd-gnome-passwd-agent.template
+++ b/srcpkgs/systemd/systemd-gnome-passwd-agent.template
@@ -1,6 +1,5 @@
 # Template file for 'systemd-gnome-passwd-aggent'.
 #
-revision=1
 short_desc="${sourcepkg} - GNOME password agent helper"
 long_desc="${long_desc}
 
diff --git a/srcpkgs/systemd/systemd.rshlibs b/srcpkgs/systemd/systemd.rshlibs
index 4eae8480d9..79793df971 100644
--- a/srcpkgs/systemd/systemd.rshlibs
+++ b/srcpkgs/systemd/systemd.rshlibs
@@ -10,3 +10,4 @@ libpam.so.0
 libacl.so.1
 libpam_misc.so.0
 ld-linux-x86-64.so.2
+liblzma.so.5
diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template
index 8eeb4ba7f9..f32ff42dc1 100644
--- a/srcpkgs/systemd/template
+++ b/srcpkgs/systemd/template
@@ -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