FS#52207 - [meson] Add vim syntax files

Attached to Project: Community Packages
Opened by Adria Arrufat (swiftscythe) - Monday, 19 December 2016, 10:27 GMT
Last edited by Levente Polyak (anthraxx) - Tuesday, 20 December 2016, 17:28 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
meson 0.37.0 added vim syntax files, could it be possible to add them to the installed files?

These three lines would need to be added to the end of the package() function:

install -Dm644 syntax-highlighting/vim/ftdetect/meson.vim ${pkgdir}/usr/share/vim/vimfiles/ftdetect/meson.vim
install -Dm644 syntax-highlighting/vim/plugin/meson.vim ${pkgdir}/usr/share/vim/vimfiles/plugin/meson.vim
install -Dm644 syntax-highlighting/vim/syntax/meson.vim ${pkgdir}/usr/share/vim/vimfiles/syntax/meson.vim

Thanks in advance

Adrià

This task depends upon

Closed by  Levente Polyak (anthraxx)
Tuesday, 20 December 2016, 17:28 GMT
Reason for closing:  Implemented
Additional comments about closing:  0.37.0-2

Loading...