Makedepend on gcc/make where needed

This means we no longer need msys2-devel
This commit is contained in:
Christoph Reiter 2021-12-13 22:19:56 +01:00
parent e6cf475a0f
commit e40c90814f
229 changed files with 233 additions and 198 deletions

View File

@ -2,9 +2,9 @@
pkgname=ansible
pkgver=2.9.21
pkgrel=1
pkgrel=2
pkgdesc='Radically simple IT automation platform'
arch=('i686' 'x86_64')
arch=('any')
url='https://www.ansible.com'
license=('GPL3')
depends=('python' 'python-yaml' 'python-jinja')

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="The Apache Portable Runtime"
arch=('i686' 'x86_64')
url="https://apr.apache.org/"
makedepends=('apr-devel' 'libexpat-devel' 'libsqlite-devel' 'autotools')
makedepends=('apr-devel' 'libexpat-devel' 'libsqlite-devel' 'autotools' 'gcc')
options=('!libtool')
license=('APACHE')
source=("https://archive.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2"

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="The Apache Portable Runtime"
arch=('i686' 'x86_64')
url="https://apr.apache.org/"
makedepends=('libcrypt-devel' 'libuuid-devel' 'autotools')
makedepends=('libcrypt-devel' 'libuuid-devel' 'autotools' 'gcc')
options=('!libtool')
license=('APACHE')
source=(https://archive.apache.org/dist/apr/apr-${pkgver}.tar.bz2

View File

@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="http://aspell.net/"
license=('custom')
groups=()
makedepends=('aspell-devel' 'autotools')
makedepends=('aspell-devel' 'autotools' 'gcc')
depends=('aspell>=0.60')
provides=('aspell-en')
options=()

View File

@ -10,7 +10,7 @@ license=('GPL')
url="https://github.com/axel-download-accelerator/axel"
groups=()
depends=('openssl' 'gettext')
makedepends=('openssl-devel' 'gettext-devel' 'autotools')
makedepends=('openssl-devel' 'gettext-devel' 'autotools' 'gcc')
options=()
source=("https://github.com/axel-download-accelerator/axel/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('c0d26eba6b94945cd98c5b69ca6df2744639d17bfd49047ef51a8a48f067de10')

View File

@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
license=('GPL')
url="https://www.gnu.org/software/bash/bash.html"
validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
makedepends=('gettext-devel' 'libreadline-devel>=7.0' 'ncurses-devel' 'autotools')
makedepends=('gettext-devel' 'libreadline-devel>=7.0' 'ncurses-devel' 'autotools' 'gcc')
source=(https://ftp.gnu.org/gnu/bash/bash-${_basever}.tar.gz{,.sig}
0001-bash-4.4-cygwin.patch
0002-bash-4.3-msysize.patch

View File

@ -10,7 +10,7 @@ license=('GPL')
groups=('base-devel')
depends=('libiconv' 'libintl' 'zlib')
checkdepends=('dejagnu' 'bc')
makedepends=('libiconv-devel' 'gettext-devel' 'zlib-devel' 'autotools')
makedepends=('libiconv-devel' 'gettext-devel' 'zlib-devel' 'autotools' 'gcc')
options=('staticlibs' '!distcc' '!ccache')
source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz{,.sig}
0050-bfd-Increase-_bfd_coff_max_nscns-to-65279.patch

View File

@ -10,7 +10,7 @@ url="https://www.gnu.org/software/bison/bison.html"
depends=('m4' 'sh')
groups=('base-devel')
options=('staticlibs')
makedepends=('flex' 'autotools')
makedepends=('flex' 'autotools' 'gcc')
install=bison.install
source=(https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig}
bison-3.1-msys2.patch)

View File

@ -10,7 +10,7 @@ url='https://fbb-git.gitlab.io/bisoncpp/'
license=('GPL')
# Versions taken from the 'required' file in sources
depends=('libbobcat>=4.02.00')
makedepends=('icmake>=8.01.00' 'yodl>=3.08.01' 'libbobcat-devel>=4.02.00')
makedepends=('icmake>=8.01.00' 'yodl>=3.08.01' 'libbobcat-devel>=4.02.00' 'gcc')
optdepends=()
source=("${pkgbase}::git+https://gitlab.com/fbb-git/bisoncpp.git#tag=${pkgver}"
"manual_license.patch")

View File

@ -15,7 +15,7 @@ depends=('python-configobj'
'python-dulwich'
'python-patiencediff'
'python-six')
makedepends=('python-setuptools' 'python-devel')
makedepends=('python-setuptools' 'python-devel' 'gcc')
provides=(bzr)
conflicts=(bzr)
replaces=(bzr)

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('MIT')
url='https://github.com/google/brotli'
depends=('gcc-libs')
makedepends=('cmake' 'python-devel')
makedepends=('cmake' 'python-devel' 'gcc')
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/google/$pkgbase/archive/v${pkgver}.tar.gz"
brotli-rename-static-libs.patch
09b0992b6acb7faa6fd3b23f9bc036ea117230fc.patch)

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://invisible-island.net/byacc"
license=('Public Domain')
groups=('base-devel')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/ThomasDickey/byacc-snapshots/archive/t${pkgver}.tar.gz")
sha256sums=('d19fc22dd1d5e5b18a4abfd2470a1513a2b8b2962f7fb94c21e6109ea571bfc0')

View File

@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url="https://busybox.net/"
license=('GPL2')
install=busybox.install
makedepends=('make' 'gcc')
source=("https://busybox.net/downloads/${pkgname}-${pkgver}.tar.bz2"
"busybox-1.31.1-msys2.patch"
"msys2_defconfig")

View File

@ -8,7 +8,7 @@ pkgdesc="C library that performs DNS requests and name resolves asynchronously (
arch=('i686' 'x86_64')
url="https://c-ares.haxx.se/"
license=("MIT")
makedepends=("cmake")
makedepends=("cmake" 'gcc')
depends=("gcc-libs")
options=('staticlibs')
source=("https://github.com/c-ares/c-ares/releases/download/cares-${pkgver//./_}/c-ares-${pkgver}.tar.gz"{,.asc})

View File

@ -13,7 +13,8 @@ makedepends=("cmake"
"ninja"
"pkg-config"
"zlib-devel"
"libzstd-devel")
"libzstd-devel"
'gcc')
depends=("gcc-libs" "zlib" "libzstd")
options=('staticlibs' 'strip')
install="${pkgname}.install"

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://cgdb.sourceforge.io/"
license=('GPL')
depends=('libreadline' 'ncurses' 'gdb')
makedepends=('help2man' 'libreadline-devel' 'ncurses-devel' 'autotools')
makedepends=('help2man' 'libreadline-devel' 'ncurses-devel' 'autotools' 'gcc')
source=("https://cgdb.me/files/${pkgname}-${pkgver}.tar.gz"
01-msysize.patch
10-ncursesw-link-tinfow.patch)

View File

@ -23,6 +23,7 @@ license=("custom:Apache 2.0 with LLVM Exception")
makedepends=("cmake"
"pkg-config"
"tar"
"$_generator"
$([[ "$_generator" == "Ninja" ]] && echo \
"ninja")
)

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://cocom.sourceforge.io/"
license=('custom')
depends=()
makedepends=('autotools')
makedepends=('autotools' 'gcc')
source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('e143ab556d79a35ef31ec1e240897c9b8a8d0b6693e50a2b6e47d7fd4b200519')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL3')
url="https://www.gnu.org/software/coreutils"
depends=('gmp' 'libiconv' 'libintl')
makedepends=('gmp-devel' 'libiconv-devel' 'gettext-devel' 'help2man' 'autotools')
makedepends=('gmp-devel' 'libiconv-devel' 'gettext-devel' 'help2man' 'autotools' 'gcc')
install=${pkgname}.install
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
001-coreutils-8.30.patch

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.gnu.org/software/cpio/"
license=('GPLv3')
depends=('libintl')
makedepends=('gettext-devel' 'autotools')
makedepends=('gettext-devel' 'autotools' 'gcc')
options=('staticlibs')
source=(https://ftp.gnu.org/pub/gnu/cpio/cpio-${pkgver}.tar.gz)
sha256sums=('e87470d9c984317f658567c03bfefb6b0c829ff17dbf6b0de48d71a4c8f3db88')

View File

@ -10,7 +10,7 @@ url="https://curl.haxx.se"
license=('MIT')
depends=('ca-certificates')
makedepends=('brotli-devel' 'heimdal-devel' 'libcrypt-devel' 'libidn2-devel' 'autotools'
'libunistring-devel' 'libnghttp2-devel' 'libpsl-devel' 'libssh2-devel' 'openssl-devel' 'zlib-devel' 'libzstd-devel') # 'libcares-devel'
'libunistring-devel' 'libnghttp2-devel' 'libpsl-devel' 'libssh2-devel' 'openssl-devel' 'zlib-devel' 'libzstd-devel' 'gcc') # 'libcares-devel'
options=('!libtool' 'strip' '!debug')
source=("https://github.com/curl/curl/releases/download/${pkgbase}-${pkgver//./_}/${pkgbase}-${pkgver}.tar.xz"{,.asc}
curl-7.55.1-msys2.patch

View File

@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="http://cyrusimap.web.cmu.edu/"
license=('custom')
groups=('sys-utils')
makedepends=('heimdal-devel' 'openssl-devel' 'libsqlite-devel' 'libcrypt-devel' 'libserf-devel' 'autotools')
makedepends=('heimdal-devel' 'openssl-devel' 'libsqlite-devel' 'libcrypt-devel' 'libserf-devel' 'autotools' 'gcc')
options=('emptydirs' 'strip' '!makeflags')
source=(#http://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${pkgver}.tar.gz
https://ftp.osuosl.org/pub/blfs/conglomeration/cyrus-sasl/cyrus-sasl-${_basever}${_rc}.tar.gz

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://gondor.apana.org.au/~herbert/dash/"
license=('BSD')
depends=('grep' 'sed' 'filesystem')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
install=dash.install
source=("http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz")
sha256sums=('db778110891f7937985f29bf23410fe1c5d669502760f584e54e0e7b29e123bd')

View File

@ -8,7 +8,7 @@ url="https://www.oracle.com/technetwork/database/database-technologies/berkeleyd
license=('custom')
arch=('i686' 'x86_64')
depends=('sh')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz
#http://download.oracle.com/otn/berkeley-db/db-${pkgver}.tar.gz
5.3-java.patch

View File

@ -8,7 +8,7 @@ pkgdesc="A tool to display dialog boxes from shell scripts"
arch=('i686' 'x86_64')
url="https://invisible-island.net/dialog/"
license=('LGPL2.1')
makedepends=('ncurses-devel' 'autotools')
makedepends=('ncurses-devel' 'autotools' 'gcc')
depends=('ncurses')
source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz)
sha256sums=('ae478fe7d5fca82bcf4b51684641e07d2ee68489d319710fe1e81f41a197bd66')

View File

@ -8,7 +8,7 @@ pkgdesc="Display a histogram of diff changes"
arch=('i686' 'x86_64')
url="https://invisible-island.net/diffstat"
groups=('base-devel')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
license=('MIT')
source=("https://invisible-mirror.net/archives/${pkgbase}/${pkgbase}-${pkgver}.tgz"{,.asc}
"diffstat-1.62-msys2.patch")

View File

@ -9,7 +9,7 @@ url="https://www.gnu.org/software/diffutils"
license=('GPL3')
groups=('base-devel')
depends=('sh')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
install=diffutils.install
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
diffutils-3.7-msys2.patch)

View File

@ -10,6 +10,7 @@ url="http://${pkgname}.sourceforge.net/"
source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tgz)
sha256sums=('b297752910a404c1435e703d5aedb4571222bd759fa316c86ad8c8bbe58c6d1b')
depends=('perl' 'unzip')
makedepends=('make' 'gcc')
package() {
cd ${srcdir}/${pkgname}-${pkgver}

View File

@ -9,7 +9,7 @@ url='https://waterlan.home.xs4all.nl/dos2unix.html'
license=('BSD')
depends=('libintl')
groups=('base-devel')
makedepends=('perl' 'gettext-devel')
makedepends=('perl' 'gettext-devel' 'gcc' 'make')
conflicts=('hd2u')
source=("https://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('6035c58df6ea2832e868b599dfa0d60ad41ca3ecc8aa27822c4b7a9789d3ae01')

View File

@ -8,7 +8,7 @@ pkgdesc="DOS filesystem utilities"
url="https://github.com/dosfstools/dosfstools"
arch=('i686' 'x86_64')
depends=('libiconv' 'libiconv-devel')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
source=("${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
license=('GPL2')
sha256sums=('64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527'

View File

@ -10,7 +10,7 @@ url="http://www.doxygen.org/"
options=('strip' 'staticlibs')
license=('GPL')
depends=("gcc-libs" "libsqlite" "libiconv")
makedepends=("cmake" "flex" "python" "libsqlite-devel" "libiconv-devel")
makedepends=("cmake" "flex" "python" "libsqlite-devel" "libiconv-devel" 'gcc')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/doxygen/doxygen/archive/Release_${pkgver//./_}.tar.gz)
#noextract=("${pkgname}-${pkgver}.tar.gz")
sha256sums=('40f429241027ea60f978f730229d22e971786172fdb4dc74db6406e7f6c034b3')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://git.kernel.org/pub/scm/utils/dtc/dtc/git"
license=('GPL2')
depends=('libyaml')
makedepends=('python-devel' 'swig' 'libyaml-devel')
makedepends=('python-devel' 'swig' 'libyaml-devel' 'gcc')
source=("https://git.kernel.org/pub/scm/utils/dtc/dtc.git/snapshot/${pkgname}-${pkgver}.tar.gz"
01-correct-shared-library-extension.patch
02-pyext-install.patch)

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL')
url="https://www.gnu.org/software/ed/ed.html"
depends=('sh')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
options=('!emptydirs')
source=("https://ftp.gnu.org/gnu/ed/$pkgname-$pkgver.tar.lz"{,.sig})
install='ed.install'

View File

@ -4,7 +4,7 @@ pkgname=editorconfig-vim
pkgver=1.1.1
pkgrel=1
pkgdesc="EditorConfig plugin for Vim - editorconfig.org"
arch=('i686' 'x86_64')
arch=('any')
url="https://github.com/editorconfig/editorconfig-vim"
license=("custom")
groups=("vim-plugins")

View File

@ -9,7 +9,7 @@ license=('GPL3')
arch=('i686' 'x86_64')
depends=('ncurses' 'zlib' 'libxml2' 'libiconv' 'libcrypt' 'libgnutls' 'glib2' 'libhogweed')
groups=('editors')
makedepends=('gawk' 'libiconv-devel' 'libxml2-devel' 'libiconv-devel' 'ncurses-devel' 'libcrypt-devel' 'libgnutls-devel' 'libunistring-devel' 'autotools')
makedepends=('gawk' 'libiconv-devel' 'libxml2-devel' 'libiconv-devel' 'ncurses-devel' 'libcrypt-devel' 'libgnutls-devel' 'libunistring-devel' 'autotools' 'gcc')
options=('strip')
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}
'configure.ac.diff')

View File

@ -7,7 +7,7 @@ pkgdesc="An XML parser library"
arch=('i686' 'x86_64')
url="https://expat.sourceforge.io/"
license=('custom')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/${pkgname}-${pkgver}.tar.xz)
sha256sums=('cf032d0dba9b928636548e32b327a2d66b1aab63c4f4a13dd132c2d1d2f2fb6a')

View File

@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="https://www.nist.gov/el/msid/expect.cfm"
license=('custom')
depends=('tcl')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
source=(https://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz
config.guess
config.sub

View File

@ -7,7 +7,7 @@ pkgdesc="The OpenBIOS FCODE suite"
arch=('i686' 'x86_64')
url="https://www.openbios.org/"
license=('GPL2')
makedepends=('make')
makedepends=('make' 'gcc')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/openbios/fcode-utils/archive/v${pkgver}.tar.gz")
sha256sums=('8d9979c269a60a6e2b9dcfb50d1515d0e750e95d7d2690b36620a614b0c163bc')

View File

@ -9,7 +9,7 @@ license=('custom')
groups=('base-devel')
url="https://www.darwinsys.com/file/"
depends=('gcc-libs' 'zlib' 'libbz2')
makedepends=('python' 'zlib-devel' 'libbz2-devel' 'autotools')
makedepends=('python' 'zlib-devel' 'libbz2-devel' 'autotools' 'gcc')
options=('!libtool')
source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
file-5.38-msys2.patch)

View File

@ -7,7 +7,7 @@ pkgdesc="GNU utilities to locate files"
arch=('i686' 'x86_64')
license=('GPL3')
depends=('libiconv' 'libintl')
makedepends=('libiconv-devel' 'gettext-devel' 'autotools')
makedepends=('libiconv-devel' 'gettext-devel' 'autotools' 'gcc')
url="https://www.gnu.org/software/findutils"
source=(https://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.xz{,.sig}
findutils-4.8.0-msysize.patch)

View File

@ -9,7 +9,7 @@ url="https://github.com/westes/flex"
license=('custom')
groups=('base-devel')
depends=('m4' 'sh' 'libiconv' 'libintl')
makedepends=('libiconv-devel' 'gettext-devel' 'autotools')
makedepends=('libiconv-devel' 'gettext-devel' 'autotools' 'gcc')
options=('staticlibs')
source=(https://github.com/westes/flex/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz
flex-2.5.38-msys2.patch)

View File

@ -10,7 +10,7 @@ url="https://fbb-git.gitlab.io/flexcpp/"
license=('GPL')
# Versions taken from the 'required' file in sources
depends=('libbobcat>=4.01.00')
makedepends=('icmake>=8.00.04' 'yodl>=3.06.00' 'libbobcat-devel>=4.01.00')
makedepends=('icmake>=8.00.04' 'yodl>=3.06.00' 'libbobcat-devel>=4.01.00' 'gcc')
optdepends=()
source=("${pkgbase}"::git+https://gitlab.com/fbb-git/flexcpp.git#tag=${pkgver})
sha256sums=('SKIP')

View File

@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="A better fuzzy finder"
url="https://github.com/jhawthorn/fzy"
arch=('i686' 'x86_64')
makedepends=('make' 'gcc')
license=('MIT')
source=(https://github.com/jhawthorn/${pkgname}/archive/${pkgver}.tar.gz)
sha512sums=('de5ed1af035260f4ae550c53b08c4ff302c978350784cbfd2981d1691f55d9c0f26b9333c74adea939b3f4578dd47e66ee99112e10afc5497c64011827d19dbc')

View File

@ -9,7 +9,7 @@ url="https://www.gnu.org/software/gawk/"
license=('GPL')
groups=('base-devel')
depends=('sh' 'mpfr' 'libintl' 'libreadline')
makedepends=('gettext-devel' 'mpfr-devel' 'libreadline-devel' 'autotools')
makedepends=('gettext-devel' 'mpfr-devel' 'libreadline-devel' 'autotools' 'gcc')
provides=('awk')
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
sha256sums=('03a0360edcd84bec156fe211bbc4fc8c78790973ce4e8b990a11d778d40b1a26'

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
groups=('libraries')
url="https://www.hboehm.info/gc/"
license=('GPL')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
source=("https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz")
makedepends=(libatomic_ops-devel)
options=('!libtool')

View File

@ -15,7 +15,7 @@ license=('GPL' 'LGPL' 'FDL' 'custom')
url="https://gcc.gnu.org/"
makedepends=('binutils' 'mpc-devel' 'gmp-devel'
'mpfr-devel' 'isl-devel' 'zlib-devel'
'windows-default-manifest' 'autotools')
'windows-default-manifest' 'autotools' 'gcc')
STRIP_OPTION="strip"
#STRIP_OPTION="!strip"
#DEBUG_OPTION="debug"

View File

@ -11,7 +11,7 @@ url="https://www.gnu.org/software/gdb/"
groups=('base-devel')
depends=("libiconv" "zlib" "expat" "python" "libexpat" "libreadline" "mpfr" "xxhash")
#checkdepends=('dejagnu' 'bc')
makedepends=("libiconv-devel" "zlib-devel" "ncurses-devel" "liblzma-devel" "mpfr-devel" "libexpat-devel" "libreadline-devel" "python-devel" 'autotools')
makedepends=("libiconv-devel" "zlib-devel" "ncurses-devel" "liblzma-devel" "mpfr-devel" "libexpat-devel" "libreadline-devel" "python-devel" 'autotools' 'gcc')
options=('staticlibs' '!distcc' '!ccache')
source=("https://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz"{,.sig}
'gdbinit'

View File

@ -7,7 +7,7 @@ pkgdesc="GNU database library"
url="https://www.gnu.org/software/gdbm/gdbm.html"
license=('GPL3')
arch=('i686' 'x86_64')
makedepends=('libreadline-devel' 'autotools')
makedepends=('libreadline-devel' 'autotools' 'gcc')
source=(https://ftp.gnu.org/gnu/gdbm/${pkgname}-${pkgver}.tar.gz{,.sig}
1.10-no-undefined.patch
1.11-parallel-make.patch

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.gnu.org/software/libc/libc.html"
license=('LGPL')
depends=('libargp')
makedepends=('libargp-devel' 'autotools')
makedepends=('libargp-devel' 'autotools' 'gcc')
source=(getent-${pkgver}.tar.gz
cygwin-getent.patch
msysize.patch)

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://www.gnu.org/software/gettext/"
license=('GPL')
groups=('base-devel')
makedepends=('libiconv-devel' 'autotools')
makedepends=('libiconv-devel' 'autotools' 'gcc')
options=(!docs)
source=(https://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig}
0.19.8.1-autopoint-V.patch

View File

@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Git extensions to provide high-level repository operations for Vincent Driessen's branching model (AVH edition)"
arch=('i686' 'x86_64')
license=('BSD')
depends=('git' 'util-linux')
depends=('git' 'util-linux' 'make')
url="https://github.com/petervanderdoes/gitflow-avh"
source=("${_realname}"::"git+https://github.com/petervanderdoes/gitflow-avh.git#branch=master")
sha256sums=('SKIP')

View File

@ -28,6 +28,7 @@ makedepends=('asciidoc'
'docbook-xml'
'docbook-xsl'
#'docbook2x'
'gcc'
'less'
'libcurl-devel'
'libiconv-devel'

View File

@ -10,6 +10,7 @@ url="https://www.gtk.org/"
arch=('i686' 'x86_64')
makedepends=('docbook-xsl'
'gamin-devel'
'gcc'
'gtk-doc'
'libffi-devel'
'libiconv-devel'

View File

@ -9,7 +9,7 @@ groups=('libraries')
arch=('i686' 'x86_64')
url="https://gmplib.org/"
license=('LGPL3')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
install=gmp.install
source=(https://gmplib.org/download/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig})
sha256sums=('fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2'

View File

@ -6,7 +6,7 @@ pkgver=0.7.1
pkgrel=1
pkgdesc="GNU rewrite of netcat, the network piping application"
depends=('info')
makedepends=('texinfo' 'autotools')
makedepends=('texinfo' 'autotools' 'gcc')
arch=('i686' 'x86_64')
url="https://netcat.sourceforge.io/"
license=('GPL')

View File

@ -24,6 +24,7 @@ makedepends=('gettext-devel'
'libsqlite-devel'
'libtasn1-devel'
'libunistring-devel'
'gcc'
'nettle'
'tar'
'autotools'

View File

@ -10,6 +10,7 @@ arch=('x86_64' 'i686')
license=('GPL3' 'LGPL2.1')
url="https://www.gnutls.org/"
makedepends=('gtk-doc'
'gcc'
'autotools'
'gettext-devel'
'libidn2-devel'

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://gnupg.org/related_software/gpgme/"
license=('LGPL')
depends=('libassuan' 'libgpg-error' 'gnupg')
makedepends=('libassuan-devel' 'libgpg-error-devel' 'python-devel' 'swig' 'autotools')
makedepends=('libassuan-devel' 'libgpg-error-devel' 'python-devel' 'swig' 'autotools' 'gcc')
options=('!libtool' '!emptydirs')
source=(https://gnupg.org/ftp/gcrypt/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.sig}
gpgme-1.4.2-msys2.patch)

View File

@ -20,7 +20,7 @@ license=('GPL3')
url="https://www.gnu.org/software/grep/"
groups=('base-devel')
depends=('libiconv' 'libintl' 'libpcre' 'sh')
makedepends=('texinfo' 'gettext-devel' 'libiconv-devel' 'pcre-devel' 'autotools')
makedepends=('texinfo' 'gettext-devel' 'libiconv-devel' 'pcre-devel' 'autotools' 'gcc')
install=${pkgname}.install
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
grep-2.23-msys2.patch

View File

@ -9,7 +9,7 @@ url="https://www.gnu.org/software/groff/groff.html"
license=('GPL')
groups=('base-devel')
depends=('perl' 'gcc-libs')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
optdepends=()
source=(https://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
site.tmac

View File

@ -21,6 +21,7 @@ makedepends=("pkg-config"
"glib2-devel"
'itstool'
'autotools'
'gcc'
)
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
sha256sums=('cc1b709a20eb030a278a1f9842a362e00402b7f834ae1df4c1998a723152bf43')

View File

@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
provides=("gyp")
conflicts=("gyp")
replaces=("gyp-svn")
makedepends=('git')
makedepends=('git' 'gcc')
depends=('python' 'python-setuptools')
license=('custom')
_commit="caa60026e223fc501e8b337fd5086ece4028b1c6"

View File

@ -9,7 +9,7 @@ url="https://www.gnu.org/software/gzip/"
license=('GPL3')
groups=('compression')
depends=('bash' 'less')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
install=gzip.install
source=(https://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig}
'gzip-1.6-msys2.patch')

View File

@ -8,7 +8,7 @@ pkgdesc="Implementation of Kerberos V5 libraries"
arch=('i686' 'x86_64')
url="https://www.h5l.org/"
license=('custom')
makedepends=('libdb-devel' 'libcrypt-devel' 'libedit-devel' 'libsqlite-devel' 'openssl-devel' 'perl-JSON' 'python' 'autotools') #libldap-devel
makedepends=('libdb-devel' 'libcrypt-devel' 'libedit-devel' 'libsqlite-devel' 'openssl-devel' 'perl-JSON' 'python' 'autotools' 'gcc') #libldap-devel
options=('!libtool' '!emptydirs' 'staticlibs')
groups=('net-utils')
source=(https://github.com/heimdal/heimdal/archive/heimdal-${pkgver}.tar.gz

View File

@ -9,7 +9,7 @@ url="https://www.gnu.org/software/help2man/"
license=('GPL')
groups=('base-devel')
depends=('perl-Locale-Gettext' 'libintl')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
install=help2man.install
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
1.40.4-cygwin-nls.patch)

View File

@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url="https://github.com/LonnyGomes/hexcurse"
license=('GPL')
depends=('ncurses')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
options=('!makeflags')
source=("${pkgname}-${pkgver}.tgz::https://github.com/LonnyGomes/hexcurse/archive/v${pkgver}.tar.gz"
hexcurse-1.60.0-msys2-automake-version.diff

View File

@ -7,6 +7,7 @@ pkgdesc='A program maintenance (make) utility using a C-like grammar'
arch=('i686' 'x86_64')
url='https://fbb-git.gitlab.io/icmake/'
license=('GPL3')
makedepends=('gcc')
source=("${pkgname}::git+https://gitlab.com/fbb-git/icmake.git#tag=${pkgver}")
sha256sums=('SKIP')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://icu.unicode.org"
license=('custom:"icu"')
depends=('gcc-libs' 'sh')
makedepends=('autoconf-archive' 'autotools')
makedepends=('autoconf-archive' 'autotools' 'gcc')
source=("https://github.com/unicode-org/${pkgname}/releases/download/release-${pkgver//./-}/${pkgname}4c-${pkgver//./_}-src.tgz"{,.asc}
toolutil-Makefile-ln-force.patch
icu-59.1-msys2.patch)

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.gnu.org/software/inetutils/"
license=('GPL3')
depends=('gcc-libs' 'libintl' 'libcrypt' 'libreadline' 'ncurses' 'tftp-hpa')
makedepends=('gettext-devel' 'libcrypt-devel' 'libreadline-devel' 'ncurses-devel' 'autotools')
makedepends=('gettext-devel' 'libcrypt-devel' 'libreadline-devel' 'ncurses-devel' 'autotools' 'gcc')
options=('!emptydirs')
install=inetutils.install
source=(https://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.xz

View File

@ -8,7 +8,7 @@ license=('GPL3')
arch=('i686' 'x86_64')
url="https://edge.launchpad.net/intltool"
groups=('base-devel')
makedepends=('perl' 'autotools')
makedepends=('perl' 'autotools' 'gcc')
depends=('perl-XML-Parser')
source=(https://edge.launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc}
perl-5.22-compatibility.patch)

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/iperf2/"
license=('custom')
depends=('gcc-libs')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
source=("https://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz")
sha256sums=('c88adec966096a81136dda91b4bd19c27aae06df4d45a7f547a8e50d723778ad')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://github.com/esnet/iperf"
license=('BSD')
depends=('gcc-libs' 'openssl')
makedepends=('openssl-devel' 'autotools')
makedepends=('openssl-devel' 'autotools' 'gcc')
source=("https://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz")
sha256sums=('24b63a26382325f759f11d421779a937b63ca1bc17c44587d2fcfedab60ac038')

View File

@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
url="https://irssi.org/"
license=('GPL')
depends=('openssl' 'gettext' 'perl' 'ncurses' 'glib2')
makedepends=('gettext-devel' 'glib2-devel' 'openssl-devel' 'perl-devel' 'ncurses-devel' 'pcre-devel' 'elinks' 'autotools')
makedepends=('gettext-devel' 'glib2-devel' 'openssl-devel' 'perl-devel' 'ncurses-devel' 'pcre-devel' 'elinks' 'autotools' 'gcc')
optdepends=('perl-libwww: for the scriptassist script')
backup=('etc/irssi.conf')
source=("https://github.com/irssi/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://isl.gforge.inria.fr/"
groups=('libraries')
depends=('gmp')
makedepends=('gmp-devel' 'autotools')
makedepends=('gmp-devel' 'autotools' 'gcc')
license=('MIT')
source=(http://isl.gforge.inria.fr/${pkgbase}-${pkgver}.tar.xz
isl-0.12.1-msys2.patch

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://itstool.org/"
license=("GPL3")
depends=("python" "libxml2" "libxml2-python")
makedepends=('autotools')
makedepends=('autotools' 'gcc')
source=(http://files.itstool.org/itstool/${pkgname}-${pkgver}.tar.bz2
fix-segfault.patch
itstool-2.0.5-fix-crash-wrong-encoding.patch)

View File

@ -8,7 +8,7 @@ pkgdesc='C library for encoding, decoding and manipulating JSON data'
arch=('i686' 'x86_64')
url='https://www.digip.org/jansson/'
license=('MIT')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
options=('staticlibs')
source=("https://github.com/akheron/jansson/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
"jansson-2.12-msys2.patch")

View File

@ -8,7 +8,7 @@ license=('GPL3')
arch=('i686' 'x86_64')
url="http://www.greenwoodsoftware.com/less"
depends=('ncurses' 'libpcre')
makedepends=('ncurses-devel' 'pcre-devel' 'autotools')
makedepends=('ncurses-devel' 'pcre-devel' 'autotools' 'gcc')
source=("http://www.greenwoodsoftware.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
# pgp check still fails with FAILED (unknown public key F153A7C833235259)
# "$pkgname-$pkgver.tar.gz.sig::http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.sig")

View File

@ -9,7 +9,7 @@ url="https://libarchive.org/"
license=('BSD')
groups=('libraries')
depends=('gcc-libs' 'libbz2' 'libiconv' 'libexpat' 'liblzma' 'liblz4' 'libnettle' 'libxml2' 'libzstd' 'zlib')
makedepends=('libbz2-devel' 'libiconv-devel' 'libexpat-devel' 'liblzma-devel' 'liblz4-devel' 'libnettle-devel' 'libxml2-devel' 'libzstd-devel' 'zlib-devel' 'autotools')
makedepends=('libbz2-devel' 'libiconv-devel' 'libexpat-devel' 'liblzma-devel' 'liblz4-devel' 'libnettle-devel' 'libxml2-devel' 'libzstd-devel' 'zlib-devel' 'autotools' 'gcc')
options=('!strip' 'debug' 'libtool')
source=("https://github.com/libarchive/libarchive/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
'libarchive-3.3.2-bcrypt-fix.patch'

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
pkgdesc="Interface for parsing command-line arguments"
url="https://www.gnu.org/software/libc/libc.html"
license=('GPL' 'LGPL')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
source=(${_realname}-${pkgver}.tar.bz2
${_realname}-so.patch
${_realname}-optional-variables.patch

View File

@ -8,7 +8,7 @@ pkgdesc="A IPC library used by some GnuPG related software"
arch=('i686' 'x86_64')
url="https://gnupg.org/related_software/libassuan"
license=('GPL')
makedepends=('libgpg-error-devel' 'autotools')
makedepends=('libgpg-error-devel' 'autotools' 'gcc')
options=('strip' 'libtool')
source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
'msysize.patch')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://fbb-git.gitlab.io/bobcat/"
license=('GPL')
# Versions taken from the 'required' file in sources
makedepends=('icmake>=8.01.00' 'yodl>=3.07.01')
makedepends=('icmake>=8.01.00' 'yodl>=3.07.01' 'gcc')
optdepends=()
# Use my own repo temporarily to avoid untaring soft link.
source=("${pkgname}::git+https://gitlab.com/fbb-git/bobcat.git#tag=${pkgver}"

View File

@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
license=('BSD')
url="https://www.thrysoee.dk/editline/"
depends=('ncurses' 'sh')
makedepends=('ncurses-devel' 'autotools')
makedepends=('ncurses-devel' 'autotools' 'gcc')
options=('staticlibs')
source=(https://www.thrysoee.dk/editline/${pkgname}-${_snap_date}-${_base_ver}.tar.gz
libedit-20191231-3.1.patch

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('LGPL')
url="http://www.mr511.de/software/english.html"
options=('staticlibs')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
source=("http://www.mr511.de/software/${pkgname}-${pkgver}.tar.gz"
libelf-0.8.13-msysize.patch)
sha256sums=('591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d'

View File

@ -7,7 +7,7 @@ pkgdesc="An event notification library"
arch=('i686' 'x86_64')
url="https://libevent.org/"
license=('BSD')
makedepends=('openssl-devel' 'autotools')
makedepends=('openssl-devel' 'autotools' 'gcc')
source=("https://github.com/${pkgname}/${pkgname}/releases/download/release-${pkgver}-stable/${pkgname}-${pkgver}-stable.tar.gz"{,.asc}
"0001-Fix-DNS-lookups-in-MSYS2.patch")
sha256sums=('92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb'

View File

@ -11,7 +11,7 @@ groups=('libraries')
license=('MIT')
depends=()
checkdepends=('dejagnu')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
#options=('!strip' 'debug')
install=libffi.install
source=(https://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://gnupg.org"
license=('LGPL')
depends=('sh' 'libiconv' 'libintl')
makedepends=('libiconv-devel' 'gettext-devel' 'autotools')
makedepends=('libiconv-devel' 'gettext-devel' 'autotools' 'gcc')
source=(https://gnupg.org/ftp/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig}
libgpg-error-1.16-msys2.patch
gpg-error-static-linking.patch)

View File

@ -6,7 +6,7 @@ pkgrel=2
pkgdesc='Libiconv is a conversion library'
groups=('libraries')
arch=('i686' 'x86_64')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
url='https://www.gnu.org/software/libiconv/'
license=('LGPL')
source=("https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"

View File

@ -7,7 +7,7 @@ pkgdesc="A CMS and X.509 access library"
arch=('i686' 'x86_64')
url="https://www.gnupg.org/related_software/libksba/"
license=('GPL')
makedepends=('libgpg-error-devel' 'autotools')
makedepends=('libgpg-error-devel' 'autotools' 'gcc')
options=('strip' 'libtool')
source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
'msysize.patch')

View File

@ -8,7 +8,7 @@ url="http://libpipeline.nongnu.org/"
groups=('libraries')
arch=('i686' 'x86_64')
license=('BSD')
makedepends=('openssl-devel' 'zlib-devel' 'autotools')
makedepends=('openssl-devel' 'zlib-devel' 'autotools' 'gcc')
options=('!libtool')
source=(https://download.savannah.gnu.org/releases/libpipeline/libpipeline-$pkgver.tar.gz{,.asc}
libpipeline-1.5.1-msys2.patch)

View File

@ -8,7 +8,7 @@ pkgdesc='Public Suffix List library'
url='https://github.com/rockdaboot/libpsl'
arch=('i686' 'x86_64')
license=('MIT')
makedepends=('libxslt' 'python' 'libidn2-devel' 'publicsuffix-list' 'libunistring-devel' 'autotools')
makedepends=('libxslt' 'python' 'libidn2-devel' 'publicsuffix-list' 'libunistring-devel' 'autotools' 'gcc')
source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz
0.16.0-install-dafsa.patch
0.16.1-make-dafsa-setlocale.patch

View File

@ -7,7 +7,7 @@ url='https://www.libssh.org/'
license=('LGPL')
arch=('i686' 'x86_64')
depends=('zlib' 'libopenssl')
makedepends=('cmake' 'python' 'openssl-devel')
makedepends=('cmake' 'python' 'openssl-devel' 'gcc')
source=("https://www.libssh.org/files/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.asc}
0001-Work-around-internal-compiler-error.patch)
sha256sums=('86bcf885bd9b80466fe0e05453c58b877df61afa8ba947a58c356d7f0fab829b'

View File

@ -8,7 +8,7 @@ url="https://libssh2.org/"
groups=('libraries')
arch=('i686' 'x86_64')
license=('BSD')
makedepends=('openssl-devel' 'zlib-devel' 'autotools')
makedepends=('openssl-devel' 'zlib-devel' 'autotools' 'gcc')
options=('!libtool')
source=("https://libssh2.org/download/${pkgname}-${pkgver}.tar.gz"{,.asc}
libssh2-1.4.3-msys2.patch)

View File

@ -8,7 +8,7 @@ url="https://www.gnu.org/software/libunistring/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('libiconv')
makedepends=('libiconv-devel' 'autotools')
makedepends=('libiconv-devel' 'autotools' 'gcc')
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
libunistring-0.9.3-2.src.patch
libunistring-0.9.3-msys2.patch)

View File

@ -7,7 +7,7 @@ pkgdesc="YAML 1.1 library"
arch=('i686' 'x86_64')
url="https://pyyaml.org/wiki/LibYAML"
license=('MIT')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
source=(https://pyyaml.org/download/libyaml/yaml-${pkgver}.tar.gz
'yaml-0.1.7-fix-undefined.patch'
'yaml-0.1.7-msys2.patch')

View File

@ -7,7 +7,7 @@ pkgdesc="Create a shadow directory of symbolic links to another directory tree"
arch=('i686' 'x86_64')
url="https://xorg.freedesktop.org/"
license=('custom')
makedepends=('xproto' 'autotools')
makedepends=('xproto' 'autotools' 'gcc')
source=(https://xorg.freedesktop.org/archive/individual/util/$pkgname-$pkgver.tar.bz2
0001-msysize.msys.patch)
sha256sums=('49f4fab0de8d418db4ce80dad34e9b879a4199f3e554253a8e1ab68f7c7cb65d'

View File

@ -5,6 +5,7 @@ pkgver=1.9.3
pkgrel=1
pkgdesc='Very fast lossless compression algorithm'
arch=('i686' 'x86_64')
makedepends=('make' 'gcc')
url='https://lz4.github.io/lz4/'
license=('LGPL')
source=(lz4-${pkgver}.tar.gz::"https://github.com/lz4/lz4/archive/v${pkgver}.tar.gz")

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.nongnu.org/lzip/lzip.html"
license=('GPL3')
depends=('gcc-libs')
makedepends=('autotools')
makedepends=('autotools' 'gcc')
install=lzip.install
source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
sha256sums=('c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948')

View File

@ -9,7 +9,7 @@ url="https://www.gnu.org/software/m4"
license=('GPL3')
groups=('base-devel')
depends=('bash' 'gcc-libs' 'libiconv')
makedepends=('libiconv-devel' 'autotools')
makedepends=('libiconv-devel' 'autotools' 'gcc')
source=(https://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig}
'0001-m4-1.4.19-tests-refine-error-messages.patch'
'0002-m4-1.4.19-skip-tests-when-temp-directories-cannot-be-generated.patch')

View File

@ -10,7 +10,7 @@ url="https://www.gnu.org/software/make"
license=('GPL3')
groups=('base-devel')
depends=('libintl' 'sh')
makedepends=('gettext' 'procps' 'autotools')
makedepends=('gettext' 'procps' 'autotools' 'gcc')
install=${pkgname}.install
options=() # 'debug' '!strip')
source=("https://ftp.gnu.org/gnu/make/${pkgname}-${pkgver}.tar.gz"{,.sig})

View File

@ -10,7 +10,7 @@ license=('GPL' 'LGPL')
groups=('base-devel')
depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less')
optdepends=('gzip')
makedepends=('gettext-devel' 'libgdbm-devel' 'libpipeline-devel' 'zlib-devel' 'autotools')
makedepends=('gettext-devel' 'libgdbm-devel' 'libpipeline-devel' 'zlib-devel' 'autotools' 'gcc')
backup=('etc/man_db.conf')
conflicts=('man')
provides=('man')

Some files were not shown because too many files have changed in this diff Show More