mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-15 06:39:02 +08:00
meson: update to 0.48.0
This commit is contained in:
parent
504466d9ac
commit
29964fb0f0
@ -1,12 +1,11 @@
|
||||
pkgname=meson
|
||||
pkgver=0.47.1
|
||||
pkgver=0.48.0
|
||||
pkgrel=1
|
||||
pkgdesc='High productivity build system'
|
||||
url='http://mesonbuild.com/'
|
||||
url='https://mesonbuild.com/'
|
||||
arch=('any')
|
||||
license=('Apache')
|
||||
depends=('python3' 'ninja')
|
||||
makedepends=('python3-setuptools')
|
||||
depends=('python3-setuptools' 'ninja')
|
||||
checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt5-base' 'git'
|
||||
'python3-cython' 'gtest' 'gmock' 'protobuf' 'python3-gobject' 'gobject-introspection'
|
||||
'itstool' 'valgrind' 'sdl2' 'doxygen' 'llvm' 'clang' 'gnustep-base' 'gtk-doc' 'gtk3' 'vulkan-validation-layers'
|
||||
@ -18,6 +17,12 @@ sha512sums=('b86a95a057cfe3b46a33dfe57d0b215133306808871cd2d0f479421b7fd7ce7f5b4
|
||||
'dc24aa41002a9e27c2cb043caf4bdcb3aae66adcaffc6c38858eb300b7e2ce776f8d5859922817decbceab2e06912598bf887d7691cfecdfbdde9e08e7da4474')
|
||||
validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen <jpakkane@gmail.com>
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
# Succeeds for us?
|
||||
mv 'test cases/failing/85 gtest dependency with version' 'test cases/frameworks/'
|
||||
}
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
@ -34,10 +39,11 @@ check() {
|
||||
|
||||
package() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
python3 setup.py install --root="${pkgdir}" -O1
|
||||
python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
|
||||
|
||||
install -d "${pkgdir}/usr/share/vim/vimfiles"
|
||||
cp -rt "${pkgdir}/usr/share/vim/vimfiles" data/syntax-highlighting/vim/*
|
||||
cp -rt "${pkgdir}/usr/share/vim/vimfiles" data/syntax-highlighting/vim/*/
|
||||
|
||||
install -Dt "${pkgdir}/usr/share/emacs/site-lisp" -m644 data/syntax-highlighting/emacs/*
|
||||
install -Dt "${pkgdir}/usr/share/zsh/site-functions" -m644 data/shell-completions/zsh/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user