mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 11:17:16 +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>
|
# maintainer: abveritas[at]chakra-project[dot]org>
|
||||||
|
|
||||||
pkgname=chakra-init
|
pkgname=chakra-init
|
||||||
pkgver=2012.08
|
pkgver=2012.09
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Transitional systemd scripts"
|
pkgdesc="Transitional systemd scripts"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -2,6 +2,6 @@ post_install() {
|
|||||||
grep "KEYMAP=" /etc/rc.conf.pacsave >> /etc/vconsole.conf
|
grep "KEYMAP=" /etc/rc.conf.pacsave >> /etc/vconsole.conf
|
||||||
grep "HOSTNAME=" /etc/rc.conf.pacsave | awk -F'"' '{print $2}' > /etc/hostname
|
grep "HOSTNAME=" /etc/rc.conf.pacsave | awk -F'"' '{print $2}' > /etc/hostname
|
||||||
sed -i -e 's/halt/poweroff/' /usr/share/config/kdm/kdmrc
|
sed -i -e 's/halt/poweroff/' /usr/share/config/kdm/kdmrc
|
||||||
systemctl enable NetworkManager.service
|
systemctl reenable NetworkManager.service
|
||||||
systemctl enable kdm.service
|
systemctl reenable kdm.service
|
||||||
}
|
}
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
pkgname=dbus-core
|
pkgname=dbus-core
|
||||||
pkgver=1.6.4
|
pkgver=1.6.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Freedesktop.org message bus system"
|
pkgdesc="Freedesktop.org message bus system"
|
||||||
url="http://www.freedesktop.org/Software/dbus"
|
url="http://www.freedesktop.org/Software/dbus"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
license=('GPL' 'custom')
|
license=('GPL' 'custom')
|
||||||
depends=('expat' 'coreutils' 'filesystem' 'shadow' 'systemd') # shadow for install scriptlet FS#29341
|
depends=('expat' 'coreutils' 'filesystem' 'shadow') # shadow for install scriptlet FS#29341
|
||||||
makedepends=('libx11')
|
makedepends=('libx11' 'systemd')
|
||||||
options=(!libtool)
|
options=(!libtool)
|
||||||
install=dbus.install
|
install=dbus.install
|
||||||
source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
|
source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
|
||||||
|
@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
pkgver=192
|
pkgver=192
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.freedesktop.org/wiki/Software/systemd"
|
url="http://www.freedesktop.org/wiki/Software/systemd"
|
||||||
license=('GPL2' 'LGPL2.1' 'MIT')
|
license=('GPL2' 'LGPL2.1' 'MIT')
|
||||||
depends=('acl' 'bash' 'glibc' 'glib2' 'kmod' 'hwids' 'util-linux' 'kbd' 'kmod' 'libcap' 'libxslt'
|
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')
|
makedepends=('docbook-xsl' 'gobject-introspection' 'gperf' 'intltool')
|
||||||
optdepends=('pycairo: systemd-analyze'
|
optdepends=('pycairo: systemd-analyze'
|
||||||
'dbus-python: systemd-analyze')
|
'dbus-python: systemd-analyze')
|
||||||
|
Loading…
Reference in New Issue
Block a user