mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/systemd to 227-1
This commit is contained in:
parent
323572004f
commit
c27ce518f3
1 changed files with 4 additions and 5 deletions
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
pkgbase=systemd
|
pkgbase=systemd
|
||||||
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
|
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
|
||||||
pkgver=226
|
pkgver=227
|
||||||
pkgrel=3.1
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.freedesktop.org/wiki/Software/systemd"
|
url="http://www.freedesktop.org/wiki/Software/systemd"
|
||||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
|
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
|
||||||
|
@ -54,7 +54,6 @@ build() {
|
||||||
--enable-compat-libs \
|
--enable-compat-libs \
|
||||||
--disable-audit \
|
--disable-audit \
|
||||||
--disable-ima \
|
--disable-ima \
|
||||||
--disable-kdbus \
|
|
||||||
--with-sysvinit-path= \
|
--with-sysvinit-path= \
|
||||||
--with-sysvrcnd-path= \
|
--with-sysvrcnd-path= \
|
||||||
--with-ntp-servers="${timeservers[*]}"
|
--with-ntp-servers="${timeservers[*]}"
|
||||||
|
@ -66,8 +65,8 @@ package_systemd() {
|
||||||
pkgdesc="system and service manager"
|
pkgdesc="system and service manager"
|
||||||
license=('GPL2' 'LGPL2.1')
|
license=('GPL2' 'LGPL2.1')
|
||||||
depends=('acl' 'bash' 'dbus' 'glib2' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
|
depends=('acl' 'bash' 'dbus' 'glib2' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
|
||||||
'libgcrypt' 'libsystemd' 'libidn' 'lz4' 'pam' 'libseccomp' 'util-linux'
|
'libgcrypt' 'libsystemd' 'libidn' 'lz4' 'pam' 'libseccomp'
|
||||||
'xz')
|
'util-linux' 'xz')
|
||||||
provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
|
provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
|
||||||
replaces=('nss-myhostname' 'systemd-tools' 'udev')
|
replaces=('nss-myhostname' 'systemd-tools' 'udev')
|
||||||
conflicts=('nss-myhostname' 'systemd-tools' 'udev')
|
conflicts=('nss-myhostname' 'systemd-tools' 'udev')
|
||||||
|
|
Loading…
Reference in a new issue