kde5-framework

This commit is contained in:
Rmys
2025-01-24 23:18:26 +03:00
parent a85ffb1f40
commit 69d5299a63
95 changed files with 8729 additions and 131 deletions
+72
View File
@@ -0,0 +1,72 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kcoreaddons5</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>
<IsA>app:console</IsA>
<Summary>Utilities for core application functionality and accessing the OS</Summary>
<Description>kcoreaddons5 provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more.</Description>
<Archive sha1sum="a3b23a8f6592239cbf16f75f887147ab29a6d6c3" type="tarxz">mirrors://kde/stable/frameworks/5.116/kcoreaddons-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>shared-mime-info</Dependency>
<Dependency versionFrom="5.116.0">extra-cmake-modules</Dependency>
<!-- <Dependency versionFrom="13.0.4">mesa-devel</Dependency> -->
</BuildDependencies>
</Source>
<Package>
<Name>kcoreaddons5</Name>
<RuntimeDependencies>
<Dependency versionFrom="5.15.1">qt5-base</Dependency>
<!-- <Dependency>libgcc</Dependency> -->
<Dependency>shared-mime-info</Dependency>
<!-- <Dependency>docbook-xsl</Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/xdg</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="executable">/usr/bin</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>kcoreaddons5-devel</Name>
<Summary>Development files for kcoreaddons5</Summary>
<RuntimeDependencies>
<Dependency versionFrom="5.15.1">qt5-base-devel</Dependency>
<Dependency release="current">kcoreaddons5</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
<!-- <Provides>
<COMAR script="package.py">System.Package</COMAR>
</Provides> -->
</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>