systemd: relax required versions in -devel subpkgs.
This commit is contained in:
parent
e1b0a15d46
commit
c34459e64f
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'libgudev-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="glib-devel libudev-devel-${version}_${revision}
|
||||
libgudev-${version}_${revision}"
|
||||
depends="glib-devel libudev-devel libgudev"
|
||||
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}_${revision}"
|
||||
depends="libudev"
|
||||
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-${version}_${revision}"
|
||||
depends="systemd-libs"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'systemd'
|
||||
pkgname=systemd
|
||||
version=195
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-distro=other --libexecdir=/usr/lib
|
||||
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
||||
|
|
Loading…
Reference in New Issue