core/systemd to 222-1

This commit is contained in:
Kevin Mihelich 2015-07-18 18:23:57 +00:00
parent 5049f86dd3
commit 63ec156a0c
2 changed files with 4 additions and 25 deletions

View file

@ -7,8 +7,8 @@
pkgbase=systemd
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
pkgver=221
pkgrel=2
pkgver=222
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
@ -26,7 +26,7 @@ source=("git://github.com/systemd/systemd.git#tag=v$pkgver"
md5sums=('SKIP'
'90ea67a7bb237502094914622a39e281'
'976c5511b6493715e381f43f16cdb151'
'bde43090d4ac0ef048e3eaee8202a407'
'1b3aa3a0551b08af9305d33f85b5c2fc'
'20ead378f5d6df4b2a3e670301510a7d'
'ddaef54f68f6c86c6c07835fc668f62a'
'1e2f9a8b0fa32022bf0a8f39123e5f4e')
@ -34,26 +34,6 @@ md5sums=('SKIP'
prepare() {
cd "$pkgname"
# pam_systemd: Properly check kdbus availability
# https://github.com/systemd/systemd/commit/c5d452bb228e
git cherry-pick -n c5d452bb228e
# udevd: suppress warning if we don't find cgroup
# https://github.com/systemd/systemd/commit/11b9fb15be96
git cherry-pick -n 11b9fb15be96
# core: fix reversed dependency check in unit_check_unneeded
# https://github.com/systemd/systemd/commit/084918ba41ac
git cherry-pick -n 084918ba41ac
# rules: remove all power management from udev
# https://github.com/systemd/systemd/commit/e2452eef02a8
git cherry-pick -n e2452eef02a8
# logind: fix delayed execution regression
# https://github.com/systemd/systemd/commit/418b22b88f79
git cherry-pick -n 418b22b88f79
./autogen.sh
}
@ -176,7 +156,7 @@ package_systemd() {
package_libsystemd() {
pkgdesc="systemd client libraries"
depends=('glib2' 'glibc' 'libgcrypt' 'lz4' 'xz')
depends=('glibc' 'libgcrypt' 'lz4' 'xz')
license=('GPL2')
provides=('libsystemd.so' 'libsystemd-daemon.so' 'libsystemd-id128.so'
'libsystemd-journal.so' 'libsystemd-login.so' 'libudev.so')

View file

@ -3,7 +3,6 @@
build() {
local rules tool
add_file "/etc/udev/udev.conf"
add_binary /usr/lib/systemd/systemd-udevd
add_binary /usr/bin/udevadm
add_binary /usr/bin/systemd-tmpfiles