opus-tools: rebuild with opusfile 0.12, cppcheck: no split.

This commit is contained in:
4fury
2020-06-28 23:37:04 +03:00
parent c32074b763
commit 4cd5bec6b7
2 changed files with 14 additions and 21 deletions
+7 -21
View File
@@ -9,7 +9,8 @@
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv3</License>
<IsA>app</IsA>
<IsA>app:gui</IsA>
<IsA>app:console</IsA>
<PartOf>programming.tool</PartOf>
<Summary>static analysis of C/C++ code.</Summary>
<Description>
@@ -41,35 +42,20 @@
<Dependency>libgcc</Dependency>
<Dependency>libpcre</Dependency>
<Dependency>python3</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-charts</Dependency>
<Dependency>python3-Pygments</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/cppcheck</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/Cppcheck</Path>
<Path fileType="localedata">/usr/share/Cppcheck/lang</Path>
<!-- <Path fileType="man">/usr/share/man</Path> -->
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<IsA>app:gui</IsA>
<Name>cppcheck-gui</Name>
<RuntimeDependencies>
<Dependency release="current">cppcheck</Dependency>
<!-- <Dependency>z3</Dependency> -->
<Dependency>libgcc</Dependency>
<Dependency>libpcre</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-charts</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/cppcheck-gui</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="localedata">/usr/share/Cppcheck/lang</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-06-27</Date>