systemd: update to 195.
This commit is contained in:
parent
be0ea6409c
commit
e1b0a15d46
5 changed files with 10 additions and 7 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'libgudev-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="glib-devel libudev-devel>=$version libgudev>=$version"
|
||||
depends="glib-devel libudev-devel-${version}_${revision}
|
||||
libgudev-${version}_${revision}"
|
||||
short_desc="GObject-based wrapper library for libudev - development files"
|
||||
long_desc="
|
||||
This package contains the libgudev development files (static libs, headers,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libudev-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="libudev>=$version"
|
||||
depends="libudev-${version}_${revision}"
|
||||
short_desc="udev shared library -- development files"
|
||||
long_desc="
|
||||
This package contains the files needed for developing applications
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'systemd-devel'.
|
||||
#
|
||||
depends="systemd-libs"
|
||||
depends="systemd-libs-${version}_${revision}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
libattr.so.1
|
||||
libsystemd-journal.so.0
|
||||
libqrencode.so.3
|
||||
libudev.so.1
|
||||
libpam.so.0
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'systemd'
|
||||
pkgname=systemd
|
||||
version=194
|
||||
revision=7
|
||||
version=195
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-distro=other --libexecdir=/usr/lib
|
||||
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
||||
--with-sysvinit-path= --with-sysvrcd-path= --disable-audit
|
||||
--with-usb-ids-path=/usr/share/hwdata/usb.ids
|
||||
--with-pci-ids-path=/usr/share/hwdata/pci.ids --disable-static"
|
||||
depends="dbus run-parts kbd>=1.15.3_5 systemd-libs>=${version}_${revision}"
|
||||
depends="dbus run-parts kbd>=1.15.3_5"
|
||||
makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel
|
||||
dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel
|
||||
libblkid-devel glib-devel libgcrypt-devel python-devel qrencode-devel
|
||||
|
@ -18,7 +18,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
license="LGPL-2.1, GPL-2, MIT"
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=a275ce044f66f28c5ed0846e7019438ce8b5f596e8255f3455e32b3c0db5f631
|
||||
checksum=e9041a8b84ed971d08df2b96f1b7dbb1d49b788e275c7cc39912f656bd826303
|
||||
long_desc="
|
||||
systemd is a system and service manager for Linux, compatible with SysV and LSB
|
||||
init scripts. systemd provides aggressive parallelization capabilities, uses
|
||||
|
|
Loading…
Reference in a new issue