123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>screengrab</Name>
- <Homepage>https://github.com/lxqt/screengrab</Homepage>
- <Packager>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Packager>
- <License>GPL2</License>
- <Icon>lxqt</Icon>
- <IsA>app:gui</IsA>
- <Summary>Crossplatform tool for fast making screenshots.</Summary>
- <Description>An application for creating screenshots. ScreenGrab uses the Qt framework and thus, it is independent from any desktop environment.</Description>
- <Archive sha1sum="1b320159ee75f4932493a1c429d81935fa010a2e" type="tarxz">https://github.com/lxqt/screengrab/releases/download/2.9.0/screengrab-2.9.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>kwindowsystem-kf6-devel</Dependency>
- <Dependency versionFrom="2.1.0">liblxqt-devel</Dependency>
- <Dependency>qt6-linguist</Dependency>
- <Dependency versionFrom="4.0.0">libqtxdg-devel</Dependency>
- <Dependency versionFrom="2.1.0">lxqt-build-tools</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>screengrab</Name>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="icon">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/metainfo</Path>
- <Path fileType="localdata">/usr/share/screengrab</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- <RuntimeDependencies>
- <Dependency>libX11</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>libxcb</Dependency>
- <Dependency>libqtxdg</Dependency>
- <Dependency>qt6-base</Dependency>
- <Dependency>kwindowsystem-kf6</Dependency>
- </RuntimeDependencies>
- </Package>
- <History>
- <Update release="6">
- <Date>2024-11-05</Date>
- <Version>2.9.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2024-04-18</Date>
- <Version>2.8.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2023-11-21</Date>
- <Version>2.7.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2023-04-23</Date>
- <Version>2.6.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2022-11-14</Date>
- <Version>2.5.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2022-05-05</Date>
- <Version>2.4.0</Version>
- <Comment>First release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|