From a2afad8251c57cc462cb9fd0cb2b7e2d346b7813 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 17 Jan 2022 18:49:16 +0000 Subject: resolved some missing dependencies --- repo/devel/git.xibuild | 2 +- repo/meta/sh.xibuild | 5 +++++ repo/skip/cacert-utils.xibuild | 2 +- repo/system/gc.xibuild | 2 +- repo/system/gmp.xibuild | 2 +- repo/system/gnutls.xibuild | 2 +- repo/system/libsigsegv.xibuild | 2 +- repo/system/pam.xibuild | 2 +- repo/system/zstd.xibuild | 2 +- repo/util/less.xibuild | 2 +- repo/util/make-ca.xibuild | 2 +- 11 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 repo/meta/sh.xibuild diff --git a/repo/devel/git.xibuild b/repo/devel/git.xibuild index 646d40e..00cb647 100644 --- a/repo/devel/git.xibuild +++ b/repo/devel/git.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(curl perl openssl pcre2 grep shadow zlib) +DEPS=(curl perl openssl pcre grep shadow zlib openssh) PKG_VER=2.34.1 SOURCE=https://www.kernel.org/pub/software/scm/git/git-$PKG_VER.tar.xz diff --git a/repo/meta/sh.xibuild b/repo/meta/sh.xibuild new file mode 100644 index 0000000..fcca9e8 --- /dev/null +++ b/repo/meta/sh.xibuild @@ -0,0 +1,5 @@ +#!/bin/bash +DEPS=(bash) + +DESC="The system shell" + diff --git a/repo/skip/cacert-utils.xibuild b/repo/skip/cacert-utils.xibuild index f88b9d2..f305b72 100644 --- a/repo/skip/cacert-utils.xibuild +++ b/repo/skip/cacert-utils.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(bash coreutils findutils p11-kit) +DEPS=(bash coreutils findutils libp11-kit) SOURCE=https://src.fedoraproject.org/rpms/ca-certificates DESC="CA certificate utilities" diff --git a/repo/system/gc.xibuild b/repo/system/gc.xibuild index 721a096..c130888 100644 --- a/repo/system/gc.xibuild +++ b/repo/system/gc.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(gcc-libs) +DEPS=(gcc) PKG_VER=8.0.6 SOURCE=https://github.com/ivmai/bdwgc/releases/download/v$PKG_VER/gc-$PKG_VER.tar.gz diff --git a/repo/system/gmp.xibuild b/repo/system/gmp.xibuild index aeab9d4..a07b48d 100644 --- a/repo/system/gmp.xibuild +++ b/repo/system/gmp.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(gcc-libs sh) +DEPS=(gcc sh) PKG_VER=6.2.1 SOURCE=https://gmplib.org/download/gmp/gmp-$PKG_VER.tar.xz diff --git a/repo/system/gnutls.xibuild b/repo/system/gnutls.xibuild index 8c3f198..11a8e99 100644 --- a/repo/system/gnutls.xibuild +++ b/repo/system/gnutls.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(libtasn readline zlib nettle p11-kit libidn2 libunistring) +DEPS=(libtasn1 readline zlib nettle libp11-kit libidn libunistring) PKG_VER=3.6.16 SOURCE=https://www.gnupg.org/ftp/gcrypt/gnutls/v$(echo $PKG_VER | cut -d. -f-2)/gnutls-$PKG_VER.tar.xz diff --git a/repo/system/libsigsegv.xibuild b/repo/system/libsigsegv.xibuild index b9d35d3..a5dc0a4 100644 --- a/repo/system/libsigsegv.xibuild +++ b/repo/system/libsigsegv.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(libtasn readline zlib nettle p11-kit libidn2 libunistring) +DEPS=(libtasn1 readline zlib nettle p11-kit libidn libunistring) PKG_VER=2.13 SOURCE=https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-$PKG_VER.tar.gz diff --git a/repo/system/pam.xibuild b/repo/system/pam.xibuild index 79c14c5..833e4a2 100644 --- a/repo/system/pam.xibuild +++ b/repo/system/pam.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(glibc libtirpc pambase audit libxcrypt) +DEPS=(glibc libtirpc audit libxcrypt) PKG_VER=1.5.2 SOURCE=https://github.com/linux-pam/linux-pam/releases/download/v$PKG_VER/Linux-PAM-$PKG_VER.tar.xz diff --git a/repo/system/zstd.xibuild b/repo/system/zstd.xibuild index 6f6a058..ef5e0f7 100644 --- a/repo/system/zstd.xibuild +++ b/repo/system/zstd.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(glibc gcc-libs zlib xz lz4) +DEPS=(glibc gcc zlib xz lz4) PKG_VER=1.5.1 SOURCE=https://github.com/facebook/zstd/releases/download/v$PKG_VER/zstd-$PKG_VER.tar.gz diff --git a/repo/util/less.xibuild b/repo/util/less.xibuild index 8903ef2..5396ef7 100644 --- a/repo/util/less.xibuild +++ b/repo/util/less.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(glibc ncurses pcre2) +DEPS=(glibc ncurses pcre) PKG_VER=590 SOURCE=https://www.greenwoodsoftware.com/less/less-$PKG_VER.tar.gz diff --git a/repo/util/make-ca.xibuild b/repo/util/make-ca.xibuild index aab2f87..aaa71c1 100644 --- a/repo/util/make-ca.xibuild +++ b/repo/util/make-ca.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(p11-kit nss) +DEPS=(libp11-kit nss) PKG_VER=1.7 SOURCE=https://github.com/djlucas/make-ca/releases/download/v$PKG_VER/make-ca-$PKG_VER.tar.xz -- cgit v1.2.1