mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 15:27:13 +08:00
really update systemd 222 and add libgudev
This commit is contained in:
parent
b17cfa85c1
commit
744571f6a5
32
libgudev/PKGBUILD
Normal file
32
libgudev/PKGBUILD
Normal file
@ -0,0 +1,32 @@
|
||||
# Maintainer: Weng Xuetian <wengxt@gmail.com>
|
||||
# Contributor: Evangelos Foutras <evangelos@foutrelis.com>
|
||||
|
||||
pkgname=libgudev
|
||||
pkgver=230
|
||||
pkgrel=1
|
||||
pkgdesc="GObject bindings for libudev"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://wiki.gnome.org/Projects/libgudev"
|
||||
license=('LGPL2.1')
|
||||
depends=('systemd>=221')
|
||||
makedepends=('systemd' 'gobject-introspection')
|
||||
provides=('libgudev-1.0.so')
|
||||
conflicts=('systemd<221')
|
||||
source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('a2e77faced0c66d7498403adefcc0707105e03db71a2b2abd620025b86347c18')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-gtk-doc
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
@ -2,15 +2,20 @@
|
||||
pkgname=systemd
|
||||
pkgver=222
|
||||
pkgrel=1
|
||||
_fedora_patch=ea19761321f4e7f5e2cbdd66fe38388c93790c20
|
||||
pkgdesc="A system and service manager for Linux"
|
||||
arch=('x86_64')
|
||||
url="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
license=('GPL2' 'LGPL2.1' 'MIT')
|
||||
depends=('acl' 'bash' 'glibc' 'glib2' 'hwids' 'util-linux' 'kbd' 'kmod>=19' 'libcap' 'libxslt'
|
||||
'linux-api-headers' 'lz4' 'pam' 'xz' 'libgcrypt' 'dbus-core' 'libidn' 'quota-tools' 'elfutils' 'curl')
|
||||
makedepends=('docbook-xsl' 'cryptsetup' 'gobject-introspection' 'python2' 'python2-lxml' 'gperf' 'intltool' 'libmicrohttpd' 'gnu-efi-libs' 'git')
|
||||
depends=('acl' 'bash' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
|
||||
'libgcrypt' 'glibc' 'libidn' 'lz4' 'pam' 'libseccomp' 'util-linux'
|
||||
'xz'
|
||||
'libxkbcommon>=0.5.0-2' 'gnutls' 'elfutils')
|
||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
|
||||
'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt'
|
||||
'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
|
||||
'python' 'python2-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git' 'curl')
|
||||
optdepends=('python: systemd library bindings'
|
||||
'curl: upload journal and pull image'
|
||||
'cryptsetup: required for encrypted block devices'
|
||||
'libmicrohttpd: remote journald capabilities'
|
||||
'quota-tools: kernel-level quota management'
|
||||
|
Loading…
Reference in New Issue
Block a user