123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>signon</Name>
- <Homepage>https://code.google.com/p/accounts-sso</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2</License>
- <Summary>A framework for centrally storing authentication credentials</Summary>
- <Description>Single Sign-On is a framework for centrally storing authentication credentials and handling authentication on behalf of applications as requested by applicationsIt consists of
- a secure storage of login credentials (for example usernames and passwords), plugins for different authentication systems and a client library for applications to communicate with this system.</Description>
- <Archive sha1sum="f250b30dc478ed750f0d438cf9feb4078692ec44" type="tarbz2">https://gitlab.com/accounts-sso/signond/-/archive/VERSION_8.61/signond-VERSION_8.61.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>doxygen</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>libproxy-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">qt5.5.diff</Patch>
- <Patch level="1">use_keyring.patch</Patch>
- <!-- <Patch level="1">signon-8.56-missing-moc-include.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>signon</Name>
- <RuntimeDependencies>
- <Dependency>doxygen</Dependency>
- <Dependency>qt5-base</Dependency>
- <Dependency>libproxy</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="config">/etc</Path>
- <Path fileType="data">/usr/share/dbus-1</Path>
- </Files>
- </Package>
- <Package>
- <Name>signon-devel</Name>
- <Summary>Development files for signon</Summary>
- <RuntimeDependencies>
- <Dependency release="current">signon</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <Package>
- <Name>signon-docs</Name>
- <IsA>data:doc</IsA>
- <Summary>Help files and API documents for signon</Summary>
- <RuntimeDependencies>
- <Dependency release="current">signon</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2022-11-07</Date>
- <Version>8.61</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-03-04</Date>
- <Version>8.60</Version>
- <Comment>version bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2019-01-08</Date>
- <Version>8.58</Version>
- <Comment>Rebuild qt5.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-15</Date>
- <Version>8.58</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-05-15</Date>
- <Version>8.58</Version>
- <Comment>Release Bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-10</Date>
- <Version>8.58</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-11-14</Date>
- <Version>8.58</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|