[arch-commits] Commit in meson/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Dec 21 13:52:36 UTC 2016


    Date: Wednesday, December 21, 2016 @ 13:52:36
  Author: anthraxx
Revision: 200798

upgpkg: meson 0.37.1-1 (vimfiles roundup)

FS#52223

Modified:
  meson/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 13:51:46 UTC (rev 200797)
+++ PKGBUILD	2016-12-21 13:52:36 UTC (rev 200798)
@@ -2,8 +2,8 @@
 # Contributor: Anatol Pomozov <anatol dot pomozov at gmail>
 
 pkgname=meson
-pkgver=0.37.0
-pkgrel=2
+pkgver=0.37.1
+pkgrel=1
 pkgdesc='High productivity build system'
 url='http://mesonbuild.com/'
 arch=('any')
@@ -14,7 +14,7 @@
               'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 'python-gobject' 'gobject-introspection'
               'itstool' 'gtk3')
 source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc})
-sha512sums=('329300d665d5f877fdc63bab80e7f09816b77f7892a76455b729e4bc5760cef00ad5c6de5e6cf7b9af85860ac9fc33d55030918a85dc2312a863a776979dfde7'
+sha512sums=('21f2f2eb24ee844b0541f74d787f2fb317d9a9903a1a0226045373efa7cbee841b2d6a9bf1681dfb570e78b41449a2a9920737dec9566608ce0a09ed5c8e0e85'
             'SKIP')
 validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen <jpakkane at gmail.com>
 
@@ -21,6 +21,7 @@
 prepare() {
   cd ${pkgname}-${pkgver}
   sed 's|cython3|cython|g' -i 'test cases/python3/3 cython/meson.build'
+  sed -r 's|^set |setlocal |g' -i syntax-highlighting/vim/*/meson.vim
 }
 
 check() {
@@ -32,7 +33,7 @@
   cd ${pkgname}-${pkgver}
   python setup.py install --root="${pkgdir}" -O1
   install -Dm 644 syntax-highlighting/vim/ftdetect/meson.vim -t "${pkgdir}/usr/share/vim/vimfiles/ftdetect"
-  install -Dm 644 syntax-highlighting/vim/plugin/meson.vim -t "${pkgdir}/usr/share/vim/vimfiles/plugin"
+  install -Dm 644 syntax-highlighting/vim/plugin/meson.vim -t "${pkgdir}/usr/share/vim/vimfiles/indent"
   install -Dm 644 syntax-highlighting/vim/syntax/meson.vim -t "${pkgdir}/usr/share/vim/vimfiles/syntax"
 }
 



More information about the arch-commits mailing list