Merge pull request #2197 from lazka/pkgconf-default

Switch from pkg-config to pkgconf
This commit is contained in:
Christoph Reiter
2020-10-27 09:09:44 +01:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -2,12 +2,11 @@
pkgname=pkg-config
pkgver=0.29.2
pkgrel=3
pkgrel=4
pkgdesc="A system for managing library compile/link flags"
arch=('i686' 'x86_64')
url="https://www.freedesktop.org/wiki/Software/pkg-config/"
license=('GPL')
groups=('base-devel')
depends=('libiconv')
source=(https://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
glib-cygwin.patch

View File

@@ -2,15 +2,17 @@
pkgname=pkgconf
pkgver=1.7.3
pkgrel=1
pkgrel=2
pkgdesc='pkg-config compatible utility which does not depend on glib'
url='https://github.com/pkgconf/pkgconf'
arch=('i686' 'x86_64')
license=('ISC')
groups=('base-devel')
makedepends=('meson'
'ninja')
conflicts=('pkg-config')
provides=('pkg-config')
replaces=('pkg-config')
source=(https://distfiles.dereferenced.org/pkgconf/$pkgname-$pkgver.tar.xz
001-no-cygpath-conv.patch
002-meson-write-pc-file.patch)