123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>adwaita-qt</Name>
- <Homepage>https://github.com/FedoraQt/adwaita-qt</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <License>LGPLv2.1</License>
- <IsA>data</IsA>
- <PartOf>desktop.lookandfeel</PartOf>
- <Summary>A style to bend Qt applications to look like they belong into GNOME Shell.</Summary>
- <Description>A native style to bend Qt4 and Qt5 applications to look like they belong into GNOME Shell.</Description>
- <Archive sha1sum="71f9e32b992f9d230c8eb52eb24c3630620256ef" type="targz">
- https://github.com/FedoraQt/adwaita-qt/archive/refs/tags/1.4.2.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- <Dependency>qt5-x11extras-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>adwaita-qt6</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- <Dependency>libxcb</Dependency>
- <Dependency>qt6-base</Dependency>
- <!-- <Dependency>qt6-x11extras</Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libadwaitaqt6*</Path>
- <Path fileType="library">/usr/lib/qt6</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>adwaita-qt</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- <Dependency>libxcb</Dependency>
- <Dependency>qt5-base</Dependency>
- <Dependency>qt5-x11extras</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libadwaitaqt.so*</Path>
- <Path fileType="library">/usr/lib/libadwaitaqtpriv.so*</Path>
- <Path fileType="library">/usr/lib/qt5</Path>
- </Files>
- </Package>
- <Package>
- <Name>adwaita-qt6-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">adwaita-qt6</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/cmake/AdwaitaQt6</Path>
- <Path fileType="library">/usr/lib/pkgconfig/adwaita-qt6.pc</Path>
- <Path fileType="header">/usr/include/AdwaitaQt6</Path>
- </Files>
- </Package>
- <Package>
- <Name>adwaita-qt-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">adwaita-qt</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/cmake/AdwaitaQt</Path>
- <Path fileType="library">/usr/lib/pkgconfig/adwaita-qt.pc</Path>
- <Path fileType="header">/usr/include/AdwaitaQt</Path>
- </Files>
- </Package>
- <History>
- <Update release="9">
- <Date>2022-11-18</Date>
- <Version>1.4.2</Version>
- <Comment>Rebuild adwaita-qt6</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2022-10-09</Date>
- <Version>1.4.2</Version>
- <Comment>Rebuild adwaita-qt6</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2022-09-24</Date>
- <Version>1.4.2</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="6">
- <Date>2022-01-18</Date>
- <Version>1.4.1</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="5">
- <Date>2021-09-27</Date>
- <Version>1.4.0</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="4">
- <Date>2021-06-05</Date>
- <Version>1.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="3">
- <Date>2021-05-18</Date>
- <Version>1.3.0</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2021-03-24</Date>
- <Version>1.2.1</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2021-01-02</Date>
- <Version>1.2.0</Version>
- <Comment>Beta rebuild.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|