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

Levente Polyak anthraxx at archlinux.org
Tue Dec 20 17:28:27 UTC 2016


    Date: Tuesday, December 20, 2016 @ 17:28:26
  Author: anthraxx
Revision: 200511

upgpkg: meson 0.37.0-2 (adding vim files)

FS#52207

Modified:
  meson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-20 17:27:30 UTC (rev 200510)
+++ PKGBUILD	2016-12-20 17:28:26 UTC (rev 200511)
@@ -3,7 +3,7 @@
 
 pkgname=meson
 pkgver=0.37.0
-pkgrel=1
+pkgrel=2
 pkgdesc='High productivity build system'
 url='http://mesonbuild.com/'
 arch=('any')
@@ -31,6 +31,9 @@
 package() {
   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/syntax/meson.vim -t "${pkgdir}/usr/share/vim/vimfiles/syntax"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list