diff --git a/chakra-init/PKGBUILD b/chakra-init/PKGBUILD index f678af10f..3daa48c66 100644 --- a/chakra-init/PKGBUILD +++ b/chakra-init/PKGBUILD @@ -4,7 +4,7 @@ # maintainer: abveritas[at]chakra-project[dot]org> pkgname=chakra-init -pkgver=2012.08 +pkgver=2012.09 pkgrel=1 pkgdesc="Transitional systemd scripts" arch=('i686' 'x86_64') diff --git a/chakra-init/chakra-init.install b/chakra-init/chakra-init.install index a605f1cb5..75fda50cd 100644 --- a/chakra-init/chakra-init.install +++ b/chakra-init/chakra-init.install @@ -2,6 +2,6 @@ post_install() { grep "KEYMAP=" /etc/rc.conf.pacsave >> /etc/vconsole.conf grep "HOSTNAME=" /etc/rc.conf.pacsave | awk -F'"' '{print $2}' > /etc/hostname sed -i -e 's/halt/poweroff/' /usr/share/config/kdm/kdmrc - systemctl enable NetworkManager.service - systemctl enable kdm.service + systemctl reenable NetworkManager.service + systemctl reenable kdm.service } diff --git a/dbus-core/PKGBUILD b/dbus-core/PKGBUILD index 90c4c4260..22ebd20ae 100644 --- a/dbus-core/PKGBUILD +++ b/dbus-core/PKGBUILD @@ -5,13 +5,13 @@ pkgname=dbus-core pkgver=1.6.4 -pkgrel=1 +pkgrel=2 pkgdesc="Freedesktop.org message bus system" url="http://www.freedesktop.org/Software/dbus" arch=(i686 x86_64) license=('GPL' 'custom') -depends=('expat' 'coreutils' 'filesystem' 'shadow' 'systemd') # shadow for install scriptlet FS#29341 -makedepends=('libx11') +depends=('expat' 'coreutils' 'filesystem' 'shadow') # shadow for install scriptlet FS#29341 +makedepends=('libx11' 'systemd') options=(!libtool) install=dbus.install source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc} diff --git a/systemd/PKGBUILD b/systemd/PKGBUILD index 535e362cf..244bb59c7 100644 --- a/systemd/PKGBUILD +++ b/systemd/PKGBUILD @@ -5,12 +5,12 @@ pkgname=systemd pkgver=192 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://www.freedesktop.org/wiki/Software/systemd" license=('GPL2' 'LGPL2.1' 'MIT') depends=('acl' 'bash' 'glibc' 'glib2' 'kmod' 'hwids' 'util-linux' 'kbd' 'kmod' 'libcap' 'libxslt' - 'linux-api-headers' 'pam' 'xz' 'libgcrypt') + 'linux-api-headers' 'pam' 'xz' 'libgcrypt' 'dbus-core') makedepends=('docbook-xsl' 'gobject-introspection' 'gperf' 'intltool') optdepends=('pycairo: systemd-analyze' 'dbus-python: systemd-analyze')