123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>signond</Name>
- <Homepage>https://gitlab.com/accounts-sso/signond</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>Signon daemon for libaccounts-glib</Summary>
- <Icon>signond</Icon>
- <Description>Libaccounts-glib için oturum açma arka plan programı</Description>
- <Archive sha1sum="65b664e5d5236046c801d32d2b9be422fb632e71" type="tarbz2">https://gitlab.com/accounts-sso/signond/-/archive/5b34c5bbc45eedf55bf553675595b3fcb5c156a8/signond-5b34c5bbc45eedf55bf553675595b3fcb5c156a8.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>doxygen</Dependency>
- <Dependency>libproxy-devel</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- <Dependency>qt6-assistant-devel</Dependency>
- <Dependency>qt6-sql-sqlite</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">gentoo/0001-Don-t-forward-declare-QStringList.patch</Patch>
- <Patch level="1">gentoo/0002-Remove-usage-of-Q_EXTERN_C.patch</Patch>
- <Patch level="1">gentoo/0003-Port-from-QProcess-pid-to-processId.patch</Patch>
- <Patch level="1">gentoo/0004-Port-away-from-deprecated-QString-SplitBehavior.patch</Patch>
- <Patch level="1">gentoo/0005-Port-away-from-QtContainer-toSet.patch</Patch>
- <Patch level="1">gentoo/0006-Port-away-from-deprecated-QMap-unite.patch</Patch>
- <Patch level="1">gentoo/0007-Add-Qt6-CI.patch</Patch>
- <Patch level="1">gentoo/0008-Use-return-instead-of-reference-for-DBus-output-para.patch</Patch>
- <Patch level="1">gentoo/0009-Adjust-buildsystem-to-include-correct-Qt-Major-versi.patch</Patch>
- <Patch level="1">gentoo/0010-Fix-plugin-datastream-in-Qt6.patch</Patch>
- <Patch level="1">gentoo/0011-Port-away-from-deprecated-QProcess-signal.patch</Patch>
- <Patch level="1">gentoo/signond-8.60-buildsystem.patch</Patch>
- <Patch level="1">gentoo/signond-8.60-unused-dep.patch</Patch>
- <Patch level="1">gentoo/signond-8.61-consistent-paths.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>signond</Name>
- <RuntimeDependencies>
- <Dependency>qt6-base</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="config">/etc</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/dbus-1</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- <Replaces>
- <Package>signon</Package>
- </Replaces>
- </Package>
- <Package>
- <Name>signond-qt5</Name>
- <RuntimeDependencies>
- <Dependency>signond</Dependency>
- <Dependency>qt5-base</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libsignon-qt5.so*</Path>
- </Files>
- <Replaces>
- <Package>signon</Package>
- </Replaces>
- </Package>
- <Package>
- <Name>signond-qt6</Name>
- <RuntimeDependencies>
- <Dependency>signond</Dependency>
- <Dependency>qt6-base</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libsignon-qt6.so*</Path>
- </Files>
- <Replaces>
- <Package>signon</Package>
- </Replaces>
- </Package>
- <Package>
- <Name>signond-devel</Name>
- <Summary>Development files for signond</Summary>
- <RuntimeDependencies>
- <Dependency release="current">signond</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- <Replaces>
- <Package>signon-devel</Package>
- </Replaces>
- </Package>
- <Package>
- <Name>signond-qt5-devel</Name>
- <Summary>Development files for signond</Summary>
- <RuntimeDependencies>
- <Dependency>signond-devel</Dependency>
- <Dependency release="current">signond-qt5</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/signon-qt5</Path>
- <Path fileType="data">/usr/lib/cmake/SignOnQt5</Path>
- <Path fileType="library">/usr/lib/pkgconfig/libsignon-qt5.pc</Path>
- </Files>
- <Replaces>
- <Package>signon-devel</Package>
- </Replaces>
- </Package>
- <Package>
- <Name>signond-qt6-devel</Name>
- <Summary>Development files for signond</Summary>
- <RuntimeDependencies>
- <Dependency>signond-devel</Dependency>
- <Dependency release="current">signond-qt6</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/signon-qt6</Path>
- <Path fileType="data">/usr/lib/cmake/SignOnQt6</Path>
- <Path fileType="library">/usr/lib/pkgconfig/libsignon-qt6.pc</Path>
- </Files>
- <Replaces>
- <Package>signon-devel</Package>
- </Replaces>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-03-27</Date>
- <Version>8.61</Version>
- <Comment>Rebuild.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2024-03-03</Date>
- <Version>8.61</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|