Merge pull request #2382 from ertugerata/master

vim update
This commit is contained in:
Ertuğrul Erata
2016-12-11 15:43:08 +02:00
committed by GitHub
2 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -26,10 +26,10 @@ def setup():
pisitools.dosed("runtime/doc/tagsrch.txt", "(ctags(\"| [-*.]|\\s+/))", "exuberant-\\1")
pisitools.dosed("runtime/doc/usr_29.txt", "(ctags(\"| [-*.]|\\s+/))", "exuberant-\\1")
pisitools.dosed("runtime/menu.vim", "(ctags(\"| [-*.]|\\s+/))", "exuberant-\\1")
pisitools.dosed("src/configure.in", "(ctags(\"| [-*.]|\\s+/))", "exuberant-\\1")
# pisitools.dosed("src/configure.in", "(ctags(\"| [-*.]|\\s+/))", "exuberant-\\1")
# TODO: do we need that ?
pisitools.dosed("src/configure.in", r"libc\.h", "")
# pisitools.dosed("src/configure.in", r"libc\.h", "")
# TODO: we could need that
#autotools.make("-C src autoconf")
+9 -1
View File
@@ -11,7 +11,7 @@
<License>GPLv2</License>
<Summary>Vi IMproved, an advanced text editor</Summary>
<Description>Vim, which stands for Vi IMproved, is an open-source, multiplatform text editor extended from vi. It was first released by Bram Moolenaar in 1991. Since then, numerous features have been added to Vim, many of which are helpful in editing program source code.</Description>
<Archive sha1sum="30f55878c62e0c9d63e835edcda2958cc94abf4e" type="targz">https://github.com/vim/vim/archive/v7.4.909.tar.gz</Archive>
<Archive sha1sum="1be9f02286137e071d5f3b798c62719edc476a72" type="targz">https://github.com/vim/vim/archive/v8.0.0130.tar.gz</Archive>
<BuildDependencies>
<Dependency>gpm</Dependency>
<Dependency>ctags</Dependency>
@@ -102,6 +102,7 @@
<Path fileType="executable">/usr/bin/rgvi*</Path>
<Path fileType="executable">/usr/bin/gvimtutor</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/applications</Path>
</Files>
<AdditionalFiles>
@@ -112,6 +113,13 @@
</Package>
<History>
<Update release="3">
<Date>2016-06-10</Date>
<Version>0.8.0.0130</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-10</Date>
<Version>0.7.4.909</Version>