* rebuild

This commit is contained in:
Rmys
2020-12-17 12:03:03 +03:00
parent e7cc52645c
commit f3dfc3a041
60 changed files with 883 additions and 29 deletions
+8 -2
View File
@@ -6,8 +6,11 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("sh ./autogen.sh")
autotools.configure("--with-posix-regex \
--without-readlib \
--disable-etags \
@@ -15,6 +18,9 @@ def setup():
def build():
autotools.make()
#def check():
#autotools.make("check")
def install():
autotools.install()
@@ -23,5 +29,5 @@ def install():
pisitools.rename("/usr/bin/ctags", "exuberant-ctags")
pisitools.rename("/usr/share/man/man1/ctags.1", "exuberant-ctags.1")
pisitools.dohtml("EXTENDING.html", "ctags.html")
pisitools.dodoc("COPYING", "FAQ", "NEWS", "README")
#pisitools.dohtml("EXTENDING.html", "ctags.html")
pisitools.dodoc("COPYING", "README*")
+27 -4
View File
@@ -12,16 +12,32 @@
<IsA>app:console</IsA>
<Summary>Exuberant Ctags generates an index (or tag) file of objects found in source and header files</Summary>
<Description>Exuberant Ctags generates an index (or tag) file of objects found in source and header files that allows these items to be quickly and easily located by a text editor or other utility. Currently supports 33 programming languages.</Description>
<Archive sha1sum="482da1ecd182ab39bbdc09f2f02c9fba8cd20030" type="targz">mirrors://sourceforge/ctags/ctags-5.8.tar.gz</Archive>
<Archive sha1sum="6da59c8883f26752e03b153522b59f1a7ecb2f51" type="targz">https://github.com/universal-ctags/ctags/archive/p5.9.20201129.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>docutils</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-Pygments</Dependency>
<Dependency>python-docutils</Dependency>
<Dependency>jansson-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libyaml-devel</Dependency>
<Dependency>libseccomp-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">ctags-5.7-segment-fault.patch</Patch>
<Patch>ctags-5.8-f95-pointers.patch</Patch>
<Patch>ctags-5.8-python-vars-starting-with-def.patch</Patch>
<!-- <Patch level="1">ctags-5.7-segment-fault.patch</Patch> -->
<!-- <Patch>ctags-5.8-f95-pointers.patch</Patch> -->
<!-- <Patch>ctags-5.8-python-vars-starting-with-def.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>ctags</Name>
<RuntimeDependencies>
<Dependency>jansson</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libyaml</Dependency>
<Dependency>libseccomp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
@@ -30,6 +46,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-11-07</Date>
<Version>5.9</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2020-02-08</Date>
<Version>5.8</Version>