pspec.xml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>signond</Name>
  6. <Homepage>https://gitlab.com/accounts-sso/signond</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>Signon daemon for libaccounts-glib</Summary>
  14. <Icon>signond</Icon>
  15. <Description>Libaccounts-glib için oturum açma arka plan programı</Description>
  16. <Archive sha1sum="65b664e5d5236046c801d32d2b9be422fb632e71" type="tarbz2">https://gitlab.com/accounts-sso/signond/-/archive/5b34c5bbc45eedf55bf553675595b3fcb5c156a8/signond-5b34c5bbc45eedf55bf553675595b3fcb5c156a8.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>doxygen</Dependency>
  19. <Dependency>libproxy-devel</Dependency>
  20. <Dependency>qt5-base-devel</Dependency>
  21. <Dependency>qt6-base-devel</Dependency>
  22. <Dependency>qt6-assistant-devel</Dependency>
  23. <Dependency>qt6-sql-sqlite</Dependency>
  24. </BuildDependencies>
  25. <Patches>
  26. <Patch level="1">gentoo/0001-Don-t-forward-declare-QStringList.patch</Patch>
  27. <Patch level="1">gentoo/0002-Remove-usage-of-Q_EXTERN_C.patch</Patch>
  28. <Patch level="1">gentoo/0003-Port-from-QProcess-pid-to-processId.patch</Patch>
  29. <Patch level="1">gentoo/0004-Port-away-from-deprecated-QString-SplitBehavior.patch</Patch>
  30. <Patch level="1">gentoo/0005-Port-away-from-QtContainer-toSet.patch</Patch>
  31. <Patch level="1">gentoo/0006-Port-away-from-deprecated-QMap-unite.patch</Patch>
  32. <Patch level="1">gentoo/0007-Add-Qt6-CI.patch</Patch>
  33. <Patch level="1">gentoo/0008-Use-return-instead-of-reference-for-DBus-output-para.patch</Patch>
  34. <Patch level="1">gentoo/0009-Adjust-buildsystem-to-include-correct-Qt-Major-versi.patch</Patch>
  35. <Patch level="1">gentoo/0010-Fix-plugin-datastream-in-Qt6.patch</Patch>
  36. <Patch level="1">gentoo/0011-Port-away-from-deprecated-QProcess-signal.patch</Patch>
  37. <Patch level="1">gentoo/signond-8.60-buildsystem.patch</Patch>
  38. <Patch level="1">gentoo/signond-8.60-unused-dep.patch</Patch>
  39. <Patch level="1">gentoo/signond-8.61-consistent-paths.patch</Patch>
  40. </Patches>
  41. </Source>
  42. <Package>
  43. <Name>signond</Name>
  44. <RuntimeDependencies>
  45. <Dependency>qt6-base</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="executable">/usr/bin</Path>
  49. <Path fileType="config">/etc</Path>
  50. <Path fileType="library">/usr/lib</Path>
  51. <Path fileType="data">/usr/share/dbus-1</Path>
  52. <Path fileType="doc">/usr/share/doc</Path>
  53. </Files>
  54. <Replaces>
  55. <Package>signon</Package>
  56. </Replaces>
  57. </Package>
  58. <Package>
  59. <Name>signond-qt5</Name>
  60. <RuntimeDependencies>
  61. <Dependency>signond</Dependency>
  62. <Dependency>qt5-base</Dependency>
  63. </RuntimeDependencies>
  64. <Files>
  65. <Path fileType="library">/usr/lib/libsignon-qt5.so*</Path>
  66. </Files>
  67. <Replaces>
  68. <Package>signon</Package>
  69. </Replaces>
  70. </Package>
  71. <Package>
  72. <Name>signond-qt6</Name>
  73. <RuntimeDependencies>
  74. <Dependency>signond</Dependency>
  75. <Dependency>qt6-base</Dependency>
  76. </RuntimeDependencies>
  77. <Files>
  78. <Path fileType="library">/usr/lib/libsignon-qt6.so*</Path>
  79. </Files>
  80. <Replaces>
  81. <Package>signon</Package>
  82. </Replaces>
  83. </Package>
  84. <Package>
  85. <Name>signond-devel</Name>
  86. <Summary>Development files for signond</Summary>
  87. <RuntimeDependencies>
  88. <Dependency release="current">signond</Dependency>
  89. <Dependency>qt6-base-devel</Dependency>
  90. </RuntimeDependencies>
  91. <Files>
  92. <Path fileType="header">/usr/include</Path>
  93. <Path fileType="library">/usr/lib/pkgconfig</Path>
  94. </Files>
  95. <Replaces>
  96. <Package>signon-devel</Package>
  97. </Replaces>
  98. </Package>
  99. <Package>
  100. <Name>signond-qt5-devel</Name>
  101. <Summary>Development files for signond</Summary>
  102. <RuntimeDependencies>
  103. <Dependency>signond-devel</Dependency>
  104. <Dependency release="current">signond-qt5</Dependency>
  105. <Dependency>qt5-base-devel</Dependency>
  106. </RuntimeDependencies>
  107. <Files>
  108. <Path fileType="header">/usr/include/signon-qt5</Path>
  109. <Path fileType="data">/usr/lib/cmake/SignOnQt5</Path>
  110. <Path fileType="library">/usr/lib/pkgconfig/libsignon-qt5.pc</Path>
  111. </Files>
  112. <Replaces>
  113. <Package>signon-devel</Package>
  114. </Replaces>
  115. </Package>
  116. <Package>
  117. <Name>signond-qt6-devel</Name>
  118. <Summary>Development files for signond</Summary>
  119. <RuntimeDependencies>
  120. <Dependency>signond-devel</Dependency>
  121. <Dependency release="current">signond-qt6</Dependency>
  122. <Dependency>qt6-base-devel</Dependency>
  123. </RuntimeDependencies>
  124. <Files>
  125. <Path fileType="header">/usr/include/signon-qt6</Path>
  126. <Path fileType="data">/usr/lib/cmake/SignOnQt6</Path>
  127. <Path fileType="library">/usr/lib/pkgconfig/libsignon-qt6.pc</Path>
  128. </Files>
  129. <Replaces>
  130. <Package>signon-devel</Package>
  131. </Replaces>
  132. </Package>
  133. <History>
  134. <Update release="2">
  135. <Date>2024-03-27</Date>
  136. <Version>8.61</Version>
  137. <Comment>Rebuild.</Comment>
  138. <Name>PisiLinux Community</Name>
  139. <Email>admins@pisilinux.org</Email>
  140. </Update>
  141. <Update release="1">
  142. <Date>2024-03-03</Date>
  143. <Version>8.61</Version>
  144. <Comment>First release</Comment>
  145. <Name>PisiLinux Community</Name>
  146. <Email>admins@pisilinux.org</Email>
  147. </Update>
  148. </History>
  149. </PISI>