kseexpr: new package for krita, krita: fix build

This commit is contained in:
suvari
2023-01-21 21:49:54 +03:00
parent 611c20a3d7
commit 6261146c92
9 changed files with 372963 additions and 372752 deletions
+62
View File
@@ -0,0 +1,62 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kseexpr</Name>
<Homepage>https://krita.org</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<IsA>library</IsA>
<Summary>An embeddable expression evaluation engine (Krita fork)</Summary>
<Description>An embeddable expression evaluation engine (Krita fork)</Description>
<Archive sha1sum="4c4c812b71f2d93d2a804ca090fa80b0c4993c58" type="targz">https://download.kde.org/stable/kseexpr/4.0.4/kseexpr-4.0.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>ki18n-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>libpng-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kseexpr</Name>
<RuntimeDependencies>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libKSeExpr.so*</Path>
<Path fileType="library">/usr/lib/libKSeExprUI.so*</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<Package>
<Name>kseexpr-devel</Name>
<Summary>Development files for kseexpr</Summary>
<RuntimeDependencies>
<Dependency release="current">kseexpr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-01-21</Date>
<Version>4.0.4.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>