Date: Monday, February 15, 2010 @ 16:17:50 Author: dgriffiths Revision: 68992
Merged revisions 68991 via svnmerge from svn+ssh://gerolde.archlinux.org/srv/svn-packages/vim-omnicppcomplete/trunk ........ r68991 | dgriffiths | 2010-02-15 15:17:34 -0600 (Mon, 15 Feb 2010) | 2 lines FS#18248 ........ Modified: vim-omnicppcomplete/repos/extra-any/ (properties) vim-omnicppcomplete/repos/extra-any/PKGBUILD ----------+ PKGBUILD | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) Property changes on: vim-omnicppcomplete/repos/extra-any ___________________________________________________________________ Modified: svnmerge-integrated - /vim-omnicppcomplete/trunk:1-60765 + /vim-omnicppcomplete/trunk:1-68991 Modified: extra-any/PKGBUILD =================================================================== --- extra-any/PKGBUILD 2010-02-15 21:17:34 UTC (rev 68991) +++ extra-any/PKGBUILD 2010-02-15 21:17:50 UTC (rev 68992) @@ -1,11 +1,12 @@ # $Id$ -# Maintainer : Aaron Griffin <[email protected]> +# Contributor: Aaron Griffin <[email protected]> +# Maintainer: Daniel J Griffiths <[email protected]> pkgname=vim-omnicppcomplete #I know the next version will be 0.5 just to break our crap pkgver=0.4.1 _scriptid=7722 -pkgrel=4 +pkgrel=5 pkgdesc="vim c++ completion omnifunc with a ctags database" arch=('any') url="http://www.vim.org/scripts/script.php?script_id=1520" @@ -18,12 +19,16 @@ build() { - cd "${srcdir}" - installpath="${pkgdir}/usr/share/vim/vimfiles" + /bin/true +} - mkdir -p ${installpath} - cp -r doc after autoload ${installpath} +package() { + cd "${srcdir}" + installpath="${pkgdir}/usr/share/vim/vimfiles" - #just in case... make sure it's all 644 - find ${installpath} -type f -exec chmod 644 {} \; + mkdir -p ${installpath} + cp -r doc after autoload ${installpath} + + #just in case... make sure it's all 644 + find ${installpath} -type f -exec chmod 644 {} \; }
