mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 02:47:13 +08:00
Prepare the next iso
This commit is contained in:
parent
02853b5d3c
commit
6fe04f90fa
@ -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')
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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}
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user