mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 18:14:54 +08:00
remove circular dep systemd/udev, rebuild dbus-core with shadow dep
This commit is contained in:
parent
901c504ea9
commit
0f99dee8c1
@ -5,12 +5,12 @@
|
||||
|
||||
pkgname=dbus-core
|
||||
pkgver=1.4.14
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Freedesktop.org message bus system."
|
||||
url="http://www.freedesktop.org/Software/dbus"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL' 'custom')
|
||||
depends=('expat>=2.0.1' 'coreutils' 'filesystem')
|
||||
depends=('expat>=2.0.1' 'coreutils' 'filesystem' 'shadow')
|
||||
makedepends=('libx11')
|
||||
conflicts=('dbus<1.2.3-2')
|
||||
options=(!libtool)
|
||||
|
@ -5,9 +5,9 @@
|
||||
|
||||
pkgname=udev
|
||||
pkgver=182
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="The userspace dev tools (udev)"
|
||||
depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'acl' 'hwids' 'systemd')
|
||||
depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'acl' 'hwids')
|
||||
install=udev.install
|
||||
arch=(i686 x86_64)
|
||||
license=('GPL')
|
||||
|
Loading…
Reference in New Issue
Block a user