pspec.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>signon</Name>
  6. <Homepage>https://code.google.com/p/accounts-sso</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <Summary>A framework for centrally storing authentication credentials</Summary>
  13. <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
  14. 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>
  15. <Archive sha1sum="45d28971726f705bba3c6fe937838adbbbd2aa0a" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/signon-8.58.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>qt5-base-devel</Dependency>
  18. <Dependency>doxygen</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">qt5.5.diff</Patch>
  22. <Patch level="1">use_keyring.patch</Patch>
  23. <!-- <Patch level="1">signon-8.56-missing-moc-include.patch</Patch> -->
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>signon</Name>
  28. <RuntimeDependencies>
  29. <Dependency>qt5-base</Dependency>
  30. <Dependency>libgcc</Dependency>
  31. <Dependency>doxygen</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="config">/etc</Path>
  37. <Path fileType="data">/usr/share/dbus-1</Path>
  38. </Files>
  39. </Package>
  40. <Package>
  41. <Name>signon-devel</Name>
  42. <Summary>Development files for signon</Summary>
  43. <RuntimeDependencies>
  44. <Dependency release="current">signon</Dependency>
  45. <Dependency>qt5-base-devel</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="header">/usr/include</Path>
  49. <Path fileType="data">/usr/lib/pkgconfig</Path>
  50. </Files>
  51. </Package>
  52. <Package>
  53. <Name>signon-docs</Name>
  54. <IsA>data:doc</IsA>
  55. <Summary>Help files and API documents for signon</Summary>
  56. <RuntimeDependencies>
  57. <Dependency release="current">signon</Dependency>
  58. </RuntimeDependencies>
  59. <Files>
  60. <Path fileType="doc">/usr/share/doc</Path>
  61. </Files>
  62. </Package>
  63. <History>
  64. <Update release="3">
  65. <Date>2017-05-15</Date>
  66. <Version>8.58</Version>
  67. <Comment>Release Bump</Comment>
  68. <Name>Kamil Atlı</Name>
  69. <Email>suvari@pisilinux.org</Email>
  70. </Update>
  71. <Update release="2">
  72. <Date>2016-06-10</Date>
  73. <Version>8.58</Version>
  74. <Comment>Release Bump</Comment>
  75. <Name>Pisi Linux Community</Name>
  76. <Email>admin@pisilinux.org</Email>
  77. </Update>
  78. <Update release="1">
  79. <Date>2015-11-14</Date>
  80. <Version>8.58</Version>
  81. <Comment>First release</Comment>
  82. <Name>Alihan Öztürk</Name>
  83. <Email>alihan@pisilinux.org</Email>
  84. </Update>
  85. </History>
  86. </PISI>