index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-22 | Merge branch 'maint' | Dan McGee | |
2008-03-22 | PKGBUILD.vim: add keepend keyword for sha1/md5 fields | Chantry Xavier | |
in PKGBUILD.proto, we have the following line md5sums=() #generate with 'makepkg -g' if we add a md5sum inside quotes, or even just the quotes : md5sums=('') #generate with 'makepkg -g' the highlighting will be totally messed up. Adding the keepend keyword fixes this. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-03-16 | Add zipman makepkg option. | Chantry Xavier | |
All other steps in tidy_install function were already controlled by an option in makepkg.conf, so this patch adds an option for the man page compression step too. This will allow to keep man pages uncompressed, which is required for some special meta man page, like the zshall one (see FS#4580). Ref: http://www.archlinux.org/pipermail/pacman-dev/2008-March/011472.html Signed-off-by: Chantry Xavier <shiningxc@gmail.com> | |||
2008-03-10 | PKGBUILD.vim: improve invalid arch/license detection. | Chantry Xavier | |
If we had : arch=(fake) The fake string would be highlighted because it's invalid. But if we had : arch=('fake') it didn't work. Fix this for both arch and license arrays. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> | |||
2008-03-02 | contrib/PKGBUILD.vim: add optdepends + other fixes | Chantry Xavier | |
* Add optdepends keyword * license, backup and arch keywords should be arrays * Remove the little hack to color conflicts/provides/replaces keyword even without =(). These should be arrays too. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> | |||
2008-02-28 | contrib: add 'groups' keyword to PKGBUILD.vim | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-05-10 | Slight updates to PKGBUILD.vim | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-05-10 | Updated vim syntax file | Alessio 'mOLOk' Bolognino | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-05-10 | Add vim syntax file for PKGBUILDs to contrib/ | Alessio 'mOLOk' Bolognino | |
Thanks for the contribution. Signed-off-by: Dan McGee <dan@archlinux.org> |