kde5-framework
This commit is contained in:
Executable
+64
@@ -0,0 +1,64 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kcodecs5</Name>
|
||||
<Homepage>https://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Plugins allowing Qt applications to access further types of images</Summary>
|
||||
<Description>KDE5 kcodecs5 provide a collection of methods to manipulate strings using various encodings.</Description>
|
||||
<Archive sha1sum="948165ec7e23dc7ecc046416e6777350bdc60cb3" type="tarxz">mirrors://kde/stable/frameworks/5.116/kcodecs-5.116.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.15.1">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.15.1">qt5-linguist</Dependency>
|
||||
<Dependency versionFrom="5.116.0">extra-cmake-modules</Dependency>
|
||||
<Dependency>gperf</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kcodecs5</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="5.15.1">qt5-base</Dependency>
|
||||
<!-- <Dependency>libgcc</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/etc/xdg</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kcodecs5-devel</Name>
|
||||
<Summary>Development files for kcodecs5</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="5.15.1">qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kcodecs5</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>2024-05-19</Date>
|
||||
<Version>5.116.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user