geany-plugins update, ctpl and cppcheck add

This commit is contained in:
Erkan IŞIK
2020-04-16 16:06:18 +03:00
parent 615a898079
commit 00860c2c22
9 changed files with 308 additions and 21 deletions
+118
View File
@@ -216182,6 +216182,77 @@ to create header files and sources from protocol files.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>ctpl</Name>
<Homepage>https://ctpl.tuxfamily.org/</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<PartOf>programming.misc</PartOf>
<Summary xml:lang="en">CTPL − C Template (Parser) Library</Summary>
<Description xml:lang="en">CTPL is a template engine library written in C and distributed under the terms of the GNU GPLv3+</Description>
<Archive type="targz" sha1sum="5bdf50ee35a0e183f98eb0f455ccc7e1b87b8bd8" name="ctpl-0.3.4.tar.gz">http://download.tuxfamily.org/ctpl/releases/ctpl-0.3.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>python-six</Dependency>
</BuildDependencies>
<SourceURI>programming/misc/ctpl/pspec.xml</SourceURI>
</Source>
<Package>
<Name>ctpl</Name>
<RuntimeDependencies>
<Dependency>glibmm</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>python-six</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>ctpl-docs</Name>
<Summary xml:lang="en">GTK reference documents for ctpl</Summary>
<Files>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<Package>
<Name>ctpl-devel</Name>
<Summary xml:lang="en">Development files for ctpl</Summary>
<RuntimeDependencies>
<Dependency release="2">ctpl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2019.10.18</Date>
<Version>0.3.4</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="1">
<Date>2019.04.21</Date>
<Version>0.3.4</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>dbus-c++</Name>
@@ -222792,6 +222863,53 @@ to create header files and sources from protocol files.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>cppcheck</Name>
<Homepage>http://cppcheck.sourceforge.net/</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv3</License>
<IsA>app</IsA>
<PartOf>programming.tool</PartOf>
<Summary xml:lang="en">static analysis of C/C++ code.</Summary>
<Description xml:lang="en">Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few false positives).</Description>
<Archive type="targz" sha1sum="852d69a60b6caf023a3420943ebdc29e99fd0349" name="1.90.tar.gz">https://github.com/danmar/cppcheck/archive/1.90.tar.gz</Archive>
<BuildDependencies>
<Dependency>libpcre-devel</Dependency>
</BuildDependencies>
<SourceURI>programming/tool/cppcheck/pspec.xml</SourceURI>
</Source>
<Package>
<Name>cppcheck</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/cppcheck</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-04-16</Date>
<Version>1.90</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2019-12-19</Date>
<Version>1.89</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>cppunit</Name>