systemd: relax required versions in -devel subpkgs.
This commit is contained in:
parent
e1b0a15d46
commit
c34459e64f
4 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'libgudev-devel'.
|
# Template file for 'libgudev-devel'.
|
||||||
#
|
#
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="glib-devel libudev-devel-${version}_${revision}
|
depends="glib-devel libudev-devel libgudev"
|
||||||
libgudev-${version}_${revision}"
|
|
||||||
short_desc="GObject-based wrapper library for libudev - development files"
|
short_desc="GObject-based wrapper library for libudev - development files"
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains the libgudev development files (static libs, headers,
|
This package contains the libgudev development files (static libs, headers,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libudev-devel'.
|
# Template file for 'libudev-devel'.
|
||||||
#
|
#
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="libudev-${version}_${revision}"
|
depends="libudev"
|
||||||
short_desc="udev shared library -- development files"
|
short_desc="udev shared library -- development files"
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains the files needed for developing applications
|
This package contains the files needed for developing applications
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'systemd-devel'.
|
# Template file for 'systemd-devel'.
|
||||||
#
|
#
|
||||||
depends="systemd-libs-${version}_${revision}"
|
depends="systemd-libs"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'systemd'
|
# Template file for 'systemd'
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
version=195
|
version=195
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-distro=other --libexecdir=/usr/lib
|
configure_args="--with-distro=other --libexecdir=/usr/lib
|
||||||
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
||||||
|
|
Loading…
Reference in a new issue