1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>kdbusaddons</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>Extra modules for Qt-DBus</Summary>
- <Description>kde6-kdbusaddons provides convenience classes on top of QtDBus, as well as an API to create kded modules.</Description>
- <Archive sha1sum="0bb91ed72516487a1ab31f7ddebf0e3e18593b70" type="tarxz">mirrors://kde/stable/frameworks/6.10/kdbusaddons-6.10.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency versionFrom="6.7.3">qt6-base-devel</Dependency>
- <Dependency versionFrom="6.7.3">qt6-linguist</Dependency>
- <Dependency versionFrom="6.10.0">extra-cmake-modules</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>kdbusaddons</Name>
- <RuntimeDependencies>
- <Dependency versionFrom="6.7.3">qt6-base</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/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>
- <Replaces>
- <Package>kdbusaddons-kf6</Package>
- </Replaces>
- </Package>
- <Package>
- <Name>kdbusaddons-devel</Name>
- <Summary>Development files for kdbusaddons</Summary>
- <RuntimeDependencies>
- <Dependency versionFrom="6.7.3">qt6-base-devel</Dependency>
- <Dependency release="current">kdbusaddons</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/cmake</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- <Replaces>
- <Package>kdbusaddons-kf6-devel</Package>
- </Replaces>
- </Package>
- <History>
- <Update release="71">
- <Date>2025-01-09</Date>
- <Version>6.10.0</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|