kde5-framework
This commit is contained in:
Executable
+60
@@ -0,0 +1,60 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kplotting5</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>KDE5 Data plotting</Summary>
|
||||
<Description>kplotting5 contains data plotting classes for QT 5 and KDE</Description>
|
||||
<Archive sha1sum="d7517a2dc74cc53c032c530592821948495a841a" type="tarxz">mirrors://kde/stable/frameworks/5.116/kplotting-5.116.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.15.2">qt5-designer-devel</Dependency>
|
||||
<Dependency versionFrom="5.116.0">extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kplotting5</Name>
|
||||
<RuntimeDependencies>
|
||||
<!-- <Dependency versionFrom="5.15.2">qt5-base</Dependency> -->
|
||||
<!-- <Dependency>libgcc</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kplotting5-devel</Name>
|
||||
<Summary>Development files for kplotting5</Summary>
|
||||
<RuntimeDependencies>
|
||||
<!-- <Dependency versionFrom="5.15.2">qt5-base-devel</Dependency> -->
|
||||
<Dependency release="current">kplotting5</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