pspec.xml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>signon-plugin-oauth2</Name>
  6. <Homepage>https://gitlab.com/accounts-sso/signon-plugin-oauth2</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>OAuth 2 plugin for signon</Summary>
  14. <Description>Oturum açmak için OAuth 2 eklentisi</Description>
  15. <Archive sha1sum="122c4ed090604263e8376836255397ef812435a5" type="tarbz2">https://gitlab.com/accounts-sso/signon-plugin-oauth2/-/archive/d759439066f0a34e5ad352ebab0b3bb2790d429e/signon-plugin-oauth2-d759439066f0a34e5ad352ebab0b3bb2790d429e.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>signond-devel</Dependency>
  18. <Dependency>qt6-base-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">gentoo/0001-Port-QSignalSpys-to-PMF-syntax.patch</Patch>
  22. <Patch level="1">gentoo/0002-Port-to-new-connection-syntax.patch</Patch>
  23. <Patch level="1">gentoo/0003-Port-away-from-deprecated-error-signal.patch</Patch>
  24. <Patch level="1">gentoo/0004-Port-away-from-deprecated-qrand.patch</Patch>
  25. <Patch level="1">gentoo/0005-Fix-string-concatenation-in-Qt6.patch</Patch>
  26. <Patch level="1">gentoo/0006-Port-away-from-deprecated-QRegExp.patch</Patch>
  27. <Patch level="1">gentoo/0007-Build-with-C-17.patch</Patch>
  28. <Patch level="1">gentoo/0008-Use-correct-signon-in-example.patch</Patch>
  29. <Patch level="1">gentoo/0009-Port-away-from-deprecated-QString-SplitBehavior.patch</Patch>
  30. <Patch level="1">gentoo/0010-Port-away-from-deprecated-QList-toSet.patch</Patch>
  31. <Patch level="1">gentoo/signon-oauth2-0.24-dont-install-tests.patch</Patch>
  32. <Patch level="1">gentoo/signon-oauth2-0.25-drop-fno-rtti.patch</Patch>
  33. <Patch level="1">gentoo/signon-oauth2-0.25-pkgconfig-libdir.patch</Patch>
  34. </Patches>
  35. </Source>
  36. <Package>
  37. <Name>signon-plugin-oauth2</Name>
  38. <RuntimeDependencies>
  39. <Dependency>signond</Dependency>
  40. <Dependency>qt6-base</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="library">/usr/lib</Path>
  45. <Path fileType="data">/usr/share</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>signon-plugin-oauth2-devel</Name>
  51. <Summary>Development files for signon-plugin-oauth2</Summary>
  52. <RuntimeDependencies>
  53. <Dependency>signond-devel</Dependency>
  54. <Dependency release="current">signon-plugin-oauth2</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="header">/usr/include</Path>
  58. <Path fileType="data">/usr/lib/cmake</Path>
  59. <Path fileType="library">/usr/lib/pkgconfig</Path>
  60. </Files>
  61. </Package>
  62. <History>
  63. <Update release="2">
  64. <Date>2024-03-16</Date>
  65. <Version>0.25</Version>
  66. <Comment>Rebuild</Comment>
  67. <Name>Pisi Linux Admins</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="1">
  71. <Date>2022-11-07</Date>
  72. <Version>0.25</Version>
  73. <Comment>First release</Comment>
  74. <Name>Pisi Linux Admins</Name>
  75. <Email>admin@pisilinux.org</Email>
  76. </Update>
  77. </History>
  78. </PISI>