diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template index 363fc3ff142..9f54f9b3efa 100644 --- a/srcpkgs/chroot-bash/template +++ b/srcpkgs/chroot-bash/template @@ -27,6 +27,7 @@ long_desc=" broken_as_needed=yes bootstrap=yes +provides="bash-${version}" conflicts="bash>=0" post_install() { diff --git a/srcpkgs/chroot-binutils/template b/srcpkgs/chroot-binutils/template index 1191fd9c33a..80060bc4497 100644 --- a/srcpkgs/chroot-binutils/template +++ b/srcpkgs/chroot-binutils/template @@ -28,6 +28,7 @@ long_desc=" This package is only meant to be used by xbps-src, don't install it manually." bootstrap=yes +provides="binutils-${version}" conflicts="binutils>=0" pre_install() { diff --git a/srcpkgs/chroot-coreutils/template b/srcpkgs/chroot-coreutils/template index 15edd300a34..4fd7aa41c36 100644 --- a/srcpkgs/chroot-coreutils/template +++ b/srcpkgs/chroot-coreutils/template @@ -23,6 +23,7 @@ long_desc=" bootstrap=yes conflicts="coreutils>=0" +provides="coreutils-${version}" pre_configure() { sed -i 's/^\(SUBDIRS =\).*/\1 lib src/g' Makefile.in diff --git a/srcpkgs/chroot-diffutils/template b/srcpkgs/chroot-diffutils/template index 67e384ba141..0bc75a92173 100644 --- a/srcpkgs/chroot-diffutils/template +++ b/srcpkgs/chroot-diffutils/template @@ -19,6 +19,7 @@ long_desc=" bootstrap=yes conflicts="diffutils>=0" +provides="diffutils-${version}" post_install() { rm -rf ${DESTDIR}/usr/share diff --git a/srcpkgs/chroot-fakeroot/template b/srcpkgs/chroot-fakeroot/template index 79d5f326114..bdf3ac7f1c7 100644 --- a/srcpkgs/chroot-fakeroot/template +++ b/srcpkgs/chroot-fakeroot/template @@ -19,6 +19,8 @@ long_desc=" bootstrap=yes conflicts="fakeroot>=0" +provides="fakeroot-${version}" + Add_dependency full chroot-gnu-getopt post_install() { diff --git a/srcpkgs/chroot-file/template b/srcpkgs/chroot-file/template index c45c5c082c0..b80151b96af 100644 --- a/srcpkgs/chroot-file/template +++ b/srcpkgs/chroot-file/template @@ -20,6 +20,7 @@ Add_dependency build zlib-devel bootstrap=yes conflicts="file>=0" +provides="file-${version}" post_install() { rm -rf ${DESTDIR}/usr/share/man ${DESTDIR}/usr/lib ${DESTDIR}/usr/include diff --git a/srcpkgs/chroot-findutils/template b/srcpkgs/chroot-findutils/template index d8cebe7555c..bc060db8fd4 100644 --- a/srcpkgs/chroot-findutils/template +++ b/srcpkgs/chroot-findutils/template @@ -20,6 +20,7 @@ long_desc=" bootstrap=yes conflicts="findutils>=0" +provides="findutils-${version}" post_install() { for f in locate oldfind updatedb; do diff --git a/srcpkgs/chroot-gawk/template b/srcpkgs/chroot-gawk/template index f5518c6d3d2..bc44ae13c62 100644 --- a/srcpkgs/chroot-gawk/template +++ b/srcpkgs/chroot-gawk/template @@ -17,6 +17,7 @@ long_desc=" bootstrap=yes conflicts="gawk>=0" +provides="gawk-${version}" post_install() { rm -rf ${DESTDIR}/usr/share diff --git a/srcpkgs/chroot-gettext/template b/srcpkgs/chroot-gettext/template index 5771bfa54df..46c97998a48 100644 --- a/srcpkgs/chroot-gettext/template +++ b/srcpkgs/chroot-gettext/template @@ -16,6 +16,7 @@ long_desc=" bootstrap=yes conflicts="gettext>=0" +provides="gettext-${version}" do_configure() { ./configure --prefix=/usr --disable-shared diff --git a/srcpkgs/chroot-gnu-getopt/template b/srcpkgs/chroot-gnu-getopt/template index 7da9499ce49..f8bcd6c9de4 100644 --- a/srcpkgs/chroot-gnu-getopt/template +++ b/srcpkgs/chroot-gnu-getopt/template @@ -14,6 +14,7 @@ long_desc=" This package is only meant to be used by xbps-src, don't install it manually." conflicts="util-linux>=0" +provides="util-linux-${version}" do_configure() { ./configure ${CONFIGURE_SHARED_ARGS} --without-ncurses diff --git a/srcpkgs/chroot-grep/template b/srcpkgs/chroot-grep/template index bf19ab11780..6cb4f7ecfa8 100644 --- a/srcpkgs/chroot-grep/template +++ b/srcpkgs/chroot-grep/template @@ -22,6 +22,8 @@ long_desc=" don't have to install it manually." bootstrap=yes +conflicts="grep>=0" +provides="grep-${version}" post_install() { rm -rf ${DESTDIR}/usr/share/info ${DESTDIR}/usr/share/man diff --git a/srcpkgs/chroot-gzip/template b/srcpkgs/chroot-gzip/template index 8781c301aa3..125b77d806e 100644 --- a/srcpkgs/chroot-gzip/template +++ b/srcpkgs/chroot-gzip/template @@ -17,6 +17,7 @@ long_desc=" bootstrap=yes conflicts="gzip>=0" +provides="gzip-${version}" post_install() { rm -rf ${DESTDIR}/usr/share diff --git a/srcpkgs/chroot-m4/template b/srcpkgs/chroot-m4/template index b5def7c50a8..f401a4e2d78 100644 --- a/srcpkgs/chroot-m4/template +++ b/srcpkgs/chroot-m4/template @@ -20,6 +20,7 @@ long_desc=" bootstrap=yes conflicts="m4>=0" +provides="m4-${version}" post_install() { rm -rf ${DESTDIR}/usr/share diff --git a/srcpkgs/chroot-make/template b/srcpkgs/chroot-make/template index 8a5d25125d8..e9f95067721 100644 --- a/srcpkgs/chroot-make/template +++ b/srcpkgs/chroot-make/template @@ -17,6 +17,7 @@ long_desc=" bootstrap=yes conflicts="make>=0" +provides="make-${version}" post_install() { rm -rf ${DESTDIR}/usr/share diff --git a/srcpkgs/chroot-patch/template b/srcpkgs/chroot-patch/template index 3df9dbc15c4..66fe0bfaf61 100644 --- a/srcpkgs/chroot-patch/template +++ b/srcpkgs/chroot-patch/template @@ -16,6 +16,7 @@ long_desc=" bootstrap=yes conflicts="patch>=0" +provides="patch-${version}" post_install() { rm -rf ${DESTDIR}/usr/share diff --git a/srcpkgs/chroot-sed/template b/srcpkgs/chroot-sed/template index c2d601a0130..ff795342644 100644 --- a/srcpkgs/chroot-sed/template +++ b/srcpkgs/chroot-sed/template @@ -16,6 +16,7 @@ long_desc=" bootstrap=yes conflicts="sed>=0" +provides="sed-${version}" post_install() { rm -rf ${DESTDIR}/usr/share diff --git a/srcpkgs/chroot-tar/template b/srcpkgs/chroot-tar/template index 98919a7d9d4..e7a8d3a5f64 100644 --- a/srcpkgs/chroot-tar/template +++ b/srcpkgs/chroot-tar/template @@ -18,6 +18,7 @@ long_desc=" bootstrap=yes conflicts="tar>=0" +provides="tar-${version}" post_install() { rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec diff --git a/srcpkgs/chroot-texinfo/template b/srcpkgs/chroot-texinfo/template index dfa46dc1bc3..bab58332803 100644 --- a/srcpkgs/chroot-texinfo/template +++ b/srcpkgs/chroot-texinfo/template @@ -19,6 +19,7 @@ long_desc=" bootstrap=yes conflicts="texinfo>=0" +provides="texinfo-${version}" post_install() { rm -f ${DESTDIR}/usr/bin/info diff --git a/srcpkgs/chroot-xz/template b/srcpkgs/chroot-xz/template index 34a8f907668..0a089dc55b9 100644 --- a/srcpkgs/chroot-xz/template +++ b/srcpkgs/chroot-xz/template @@ -27,6 +27,7 @@ long_desc=" bootstrap=yes conflicts="xz>=0" +provides="xz-${version}" post_install() { rm -rf ${DESTDIR}/usr/lib ${DESTDIR}/usr/share ${DESTDIR}/usr/include