systemd: update to 198.
This commit is contained in:
parent
3f2859b520
commit
bc9e0122db
4 changed files with 15 additions and 23 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libudev'
|
||||
pkgname=libudev
|
||||
version=197
|
||||
revision=2
|
||||
version=198
|
||||
revision=1
|
||||
wrksrc="systemd-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--libexecdir=/usr/lib --disable-selinux
|
||||
|
@ -21,8 +21,9 @@ short_desc="udev shared library"
|
|||
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/systemd/systemd-${version}.tar.xz"
|
||||
checksum=e6857ea21ae24d7056e7b0f4c2aaaba73b8bf57025b8949c0a8af0c1bc9774b5
|
||||
#distfiles="http://www.freedesktop.org/software/systemd/systemd-${version}.tar.xz"
|
||||
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/systemd/systemd-${version}.tar.xz/26a75e2a310f8c1c1ea9ec26ddb171c5/systemd-${version}.tar.xz"
|
||||
checksum=444492355e5ff0ad99e0691ecaff1081ee8d45901580f47ba8b74e56107c71bf
|
||||
|
||||
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
|
||||
makedepends="automake gettext-devel pkg-config intltool
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
systemd
|
|
@ -1,9 +0,0 @@
|
|||
# Template file for 'systemd-analyze'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="python dbus-python pygobject gir-freedesktop systemd>=${version}"
|
||||
short_desc="A python utility to analyze some systemd results"
|
||||
|
||||
do_install() {
|
||||
vmove usr/bin/systemd-analyze usr/bin
|
||||
}
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'systemd'
|
||||
pkgname=systemd
|
||||
version=197
|
||||
revision=7
|
||||
version=198
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--libexecdir=/usr/lib
|
||||
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
||||
--with-sysvinit-path= --with-sysvrcnd-path=
|
||||
--disable-audit --disable-static --disable-ima"
|
||||
depends="dbus kbd libcap-progs"
|
||||
depends="dbus kbd libcap-progs libudev>=${version} systemd-libs>=${version}"
|
||||
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
|
||||
|
@ -16,11 +16,12 @@ short_desc="A system and service manager for Linux"
|
|||
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=e6857ea21ae24d7056e7b0f4c2aaaba73b8bf57025b8949c0a8af0c1bc9774b5
|
||||
#distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/systemd/systemd-${version}.tar.xz/26a75e2a310f8c1c1ea9ec26ddb171c5/systemd-${version}.tar.xz"
|
||||
checksum=444492355e5ff0ad99e0691ecaff1081ee8d45901580f47ba8b74e56107c71bf
|
||||
|
||||
replaces="nss-myhostname>=0"
|
||||
subpackages="libgudev libgudev-devel systemd-analyze systemd-python"
|
||||
replaces="nss-myhostname>=0 systemd-analyze>0"
|
||||
subpackages="libgudev libgudev-devel systemd-python"
|
||||
|
||||
conf_files="
|
||||
/etc/hostname
|
||||
|
@ -33,8 +34,8 @@ conf_files="
|
|||
/etc/udev/udev.conf"
|
||||
|
||||
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
|
||||
# XXX add support to gudev, introspectin and python.
|
||||
subpackages="systemd-analyze"
|
||||
# XXX add support to gudev, introspection and python.
|
||||
unset subpackages
|
||||
makedepends="automake gettext-devel pkg-config intltool
|
||||
gperf libxslt docbook-xsl libgcrypt-devel"
|
||||
crossmakedepends="acl-devel pam-devel dbus-devel libcap-devel
|
||||
|
|
Loading…
Reference in a new issue