kde5-framework
This commit is contained in:
Executable
+71
@@ -0,0 +1,71 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kguiaddons5</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>Utilities for graphical user interfaces</Summary>
|
||||
<Description>The KDE GUI addons provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input. Development files.</Description>
|
||||
<Archive sha1sum="45352e453a82713117266b7d8bdbf52c4dddda40" type="tarxz">mirrors://kde/stable/frameworks/5.116/kguiaddons-5.116.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>wayland-devel</Dependency>
|
||||
<Dependency>plasma-wayland-protocols</Dependency>
|
||||
<Dependency versionFrom="5.15.1">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.15.1">qt5-wayland-devel</Dependency>
|
||||
<Dependency versionFrom="5.15.1">qt5-x11extras-devel</Dependency>
|
||||
<Dependency versionFrom="5.116.0">extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kguiaddons5</Name>
|
||||
<RuntimeDependencies>
|
||||
<!-- <Dependency>libgcc</Dependency> -->
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency versionFrom="5.15.1">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.15.1">qt5-wayland</Dependency>
|
||||
<Dependency versionFrom="5.15.1">qt5-x11extras</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/qlogging-categories5/kguiaddons5.categories</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kguiaddons5-devel</Name>
|
||||
<Summary>Development files for kguiaddons5</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">kguiaddons5</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