cross-vpkg-dummy: add gcc-ada, libada, libada-devel
[ci skip]
This commit is contained in:
parent
47bb891cc9
commit
fd3844014b
1 changed files with 12 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'cross-vpkg-dummy'
|
# Template file for 'cross-vpkg-dummy'
|
||||||
pkgname=cross-vpkg-dummy
|
pkgname=cross-vpkg-dummy
|
||||||
version=0.27
|
version=0.29
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="https://www.voidlinux.org/"
|
||||||
|
|
||||||
depends="base-files>=0.126"
|
depends="base-files>=0.126"
|
||||||
|
|
||||||
|
@ -17,6 +17,8 @@ esac
|
||||||
provides="
|
provides="
|
||||||
kernel-libc-headers-9999_1
|
kernel-libc-headers-9999_1
|
||||||
binutils-9999_1
|
binutils-9999_1
|
||||||
|
libada-9999_1
|
||||||
|
libada-devel-9999_1
|
||||||
libgcc-9999_1
|
libgcc-9999_1
|
||||||
libstdc++-9999_1
|
libstdc++-9999_1
|
||||||
libstdc++-devel-9999_1
|
libstdc++-devel-9999_1
|
||||||
|
@ -26,12 +28,15 @@ provides="
|
||||||
libgomp-devel-9999_1
|
libgomp-devel-9999_1
|
||||||
gcc-9999_1
|
gcc-9999_1
|
||||||
gcc-fortran-9999_1
|
gcc-fortran-9999_1
|
||||||
|
gcc-ada-9999_1
|
||||||
glibc-9999_1
|
glibc-9999_1
|
||||||
glibc-devel-9999_1
|
glibc-devel-9999_1
|
||||||
musl-9999_1"
|
musl-9999_1"
|
||||||
conflicts="
|
conflicts="
|
||||||
kernel-libc-headers>=0
|
kernel-libc-headers>=0
|
||||||
binutils>=0
|
binutils>=0
|
||||||
|
libada>=0
|
||||||
|
libada-devel>=0
|
||||||
libgcc>=0
|
libgcc>=0
|
||||||
libstdc++>=0
|
libstdc++>=0
|
||||||
libstdc++-devel>=0
|
libstdc++-devel>=0
|
||||||
|
@ -41,6 +46,7 @@ conflicts="
|
||||||
libgomp-devel>=0
|
libgomp-devel>=0
|
||||||
gcc>=0
|
gcc>=0
|
||||||
gcc-fortran>=0
|
gcc-fortran>=0
|
||||||
|
gcc-ada>=0
|
||||||
glibc>=0
|
glibc>=0
|
||||||
glibc-devel>=0
|
glibc-devel>=0
|
||||||
musl>=0"
|
musl>=0"
|
||||||
|
@ -56,9 +62,11 @@ shlib_provides="
|
||||||
libnsl.so.1
|
libnsl.so.1
|
||||||
libutil.so.1
|
libutil.so.1
|
||||||
libgcc_s.so.1
|
libgcc_s.so.1
|
||||||
|
libgnat-8.so
|
||||||
|
libgnarl-8.so
|
||||||
|
libgomp.so.1
|
||||||
libstdc++.so.6
|
libstdc++.so.6
|
||||||
libgfortran.so.5
|
libgfortran.so.5
|
||||||
libgomp.so.1
|
|
||||||
ld-linux.so.2
|
ld-linux.so.2
|
||||||
ld-linux.so.3
|
ld-linux.so.3
|
||||||
ld-linux-x86_64.so.2
|
ld-linux-x86_64.so.2
|
||||||
|
|
Loading…
Reference in a new issue