pspec.xml 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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-ui</Name>
  6. <Homepage>https://gitlab.com/accounts-sso/signon-ui</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>UI component responsible for handling the user interactions which can happen during the login process of an online account</Summary>
  14. <Description>Bir çevrimiçi hesabın oturum açma işlemi sırasında meydana gelebilecek kullanıcı etkileşimlerini yönetmekten sorumlu UI bileşeni</Description>
  15. <Archive sha1sum="8247c4cbe72d7e8c4f6dcbc6331c0eb5cafef3f5" type="tarbz2">https://gitlab.com/accounts-sso/signon-ui/-/archive/eef943f0edf3beee8ecb85d4a9dae3656002fc24/signon-ui-eef943f0edf3beee8ecb85d4a9dae3656002fc24.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>glib2-devel</Dependency>
  18. <Dependency>signond-devel</Dependency>
  19. <Dependency>signond-qt6-devel</Dependency>
  20. <Dependency>libproxy-devel</Dependency>
  21. <Dependency>qt6-base-devel</Dependency>
  22. <Dependency>libnotify-devel</Dependency>
  23. <Dependency>qt6-webengine-devel</Dependency>
  24. <Dependency>qt6-declarative-devel</Dependency>
  25. <Dependency>libaccounts-qt6-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <Patch level="1">0001-Reintroduce-the-username-field-reading-with-webkit-o.patch</Patch> -->
  29. <Patch level="1">0001-Fix-WebEngine-cache-directory-path.patch</Patch> -->
  30. </Patches>
  31. </Source>
  32. <Package>
  33. <Name>signon-ui</Name>
  34. <RuntimeDependencies>
  35. <Dependency>glib2</Dependency>
  36. <Dependency>signond</Dependency>
  37. <Dependency>signond-qt6</Dependency>
  38. <Dependency>libproxy</Dependency>
  39. <Dependency>qt6-base</Dependency>
  40. <Dependency>libnotify</Dependency>
  41. <Dependency>qt6-webengine</Dependency>
  42. <Dependency>qt6-declarative</Dependency>
  43. <Dependency>libaccounts-qt6</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="executable">/usr/bin</Path>
  47. <Path fileType="data">/usr/share/dbus-1</Path>
  48. <Path fileType="doc">/usr/share/doc</Path>
  49. <Path fileType="data">/usr/share/applications</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="4">
  54. <Date>2024-08-02</Date>
  55. <Version>0.17</Version>
  56. <Comment>Rebuild.</Comment>
  57. <Name>Mustafa Cinasal</Name>
  58. <Email>muscnsl@gmail.com</Email>
  59. </Update>
  60. <Update release="3">
  61. <Date>2024-03-16</Date>
  62. <Version>0.17</Version>
  63. <Comment>Version bump.</Comment>
  64. <Name>Mustafa Cinasal</Name>
  65. <Email>muscnsl@gmail.com</Email>
  66. </Update>
  67. <Update release="2">
  68. <Date>2023-10-17</Date>
  69. <Version>0.17</Version>
  70. <Comment>Rebuild</Comment>
  71. <Name>Pisi Linux Admins</Name>
  72. <Email>admin@pisilinux.org</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2022-11-07</Date>
  76. <Version>0.17</Version>
  77. <Comment>First release</Comment>
  78. <Name>Pisi Linux Admins</Name>
  79. <Email>admin@pisilinux.org</Email>
  80. </Update>
  81. </History>
  82. </PISI>