1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>kaptan-qt6</Name>
- <Homepage>https://pisilinux.org</Homepage>
- <Packager>
- <Name>Metehan Özbek</Name>
- <Email>mthnzbk@gmail.com</Email>
- </Packager>
- <License>GPLv3</License>
- <Icon>kaptan</Icon>
- <IsA>app:gui</IsA>
- <Summary>Kaptan, Pisi Linux workspace configuration wizard</Summary>
- <Description>Kaptan lets you configure your workspace on first login.</Description>
- <Archive sha1sum="9890465610a75ebccb634a276c8666e7fb2f5576" type="targz">https://github.com/PisiLinuxNew/kaptan-qt6/archive/refs/tags/8.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python3-pyqt6-sip</Dependency>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-qt6-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>qt6-linguist</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch>kaptan-QtWidgets.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>kaptan-qt6</Name>
- <RuntimeDependencies>
- <Dependency>python3-qt6</Dependency>
- <Dependency>breeze-style-kf6</Dependency>
- <Dependency>python3-pyqt6-sip</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/kaptan</Path>
- <Path fileType="data">/usr/lib/python3*/site-packages</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="localdata">/usr/share/kaptan/languages</Path>
- <Path fileType="config">/etc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-06-10</Date>
- <Version>8.0</Version>
- <Comment>Version bump.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2024-05-30</Date>
- <Version>8.0</Version>
- <Comment>first</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|