pspec.xml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>keepassxc</Name>
  6. <Homepage>https://keepassxc.org/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app</IsA>
  13. <Icon>keepassxc</Icon>
  14. <Summary>Cross-platform Password Manager</Summary>
  15. <Description>KeePassXC is a modern, secure, and open-source password manager that stores and manages your most sensitive information. Let KeePassXC safely store your passwords and auto-fill them into your favorite apps, so you can forget all about them.</Description>
  16. <Archive sha1sum="8ffcfd48ebec812246804200fe63dd75152e66b3" type="tarxz">https://github.com/keepassxreboot/keepassxc/releases/download/2.7.9/keepassxc-2.7.9-src.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>xclip</Dependency>
  20. <Dependency>zlib-devel</Dependency>
  21. <!-- <Dependency>curl-devel</Dependency> -->
  22. <Dependency>asciidoctor</Dependency>
  23. <Dependency versionFrom="3.2.0">botan-devel</Dependency>
  24. <Dependency>argon2-devel</Dependency>
  25. <Dependency>qt5-linguist</Dependency>
  26. <Dependency>libX11-devel</Dependency>
  27. <Dependency>libusb-devel</Dependency>
  28. <Dependency>libXtst-devel</Dependency>
  29. <Dependency>qt5-svg-devel</Dependency>
  30. <Dependency>minizip-devel</Dependency>
  31. <Dependency>qrencode-devel</Dependency>
  32. <Dependency>qt5-base-devel</Dependency>
  33. <Dependency>readline-devel</Dependency>
  34. <Dependency>pcsc-lite-devel</Dependency>
  35. <Dependency>qt5-x11extras-devel</Dependency>
  36. </BuildDependencies>
  37. </Source>
  38. <Package>
  39. <Name>keepassxc</Name>
  40. <RuntimeDependencies>
  41. <Dependency>zlib</Dependency>
  42. <Dependency>xclip</Dependency>
  43. <Dependency>botan</Dependency>
  44. <Dependency>libusb</Dependency>
  45. <Dependency>argon2</Dependency>
  46. <Dependency>libgcc</Dependency>
  47. <Dependency>libX11</Dependency>
  48. <Dependency>libXtst</Dependency>
  49. <Dependency>qt5-svg</Dependency>
  50. <Dependency>qt5-base</Dependency>
  51. <Dependency>pcsc-lite</Dependency>
  52. <Dependency>wl-clipboard</Dependency>
  53. <Dependency>qt5-linguist</Dependency>
  54. <Dependency>qt5-x11extras</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="executable">/usr/bin</Path>
  58. <Path fileType="data">/usr/share</Path>
  59. <Path fileType="doc">/usr/share/doc</Path>
  60. <Path fileType="library">/usr/lib/keepassxc</Path>
  61. </Files>
  62. </Package>
  63. <History>
  64. <Update release="3">
  65. <Date>2024-07-06</Date>
  66. <Version>2.7.9</Version>
  67. <Comment>Version bump</Comment>
  68. <Name>Kamil Atlı</Name>
  69. <Email>suvari@pisilinux.org</Email>
  70. </Update>
  71. <Update release="2">
  72. <Date>2023-11-01</Date>
  73. <Version>2.7.6</Version>
  74. <Comment>Rebuild</Comment>
  75. <Name>Kamil Atlı</Name>
  76. <Email>suvari@pisilinux.org</Email>
  77. </Update>
  78. <Update release="1">
  79. <Date>2023-10-14</Date>
  80. <Version>2.7.6</Version>
  81. <Comment>First release</Comment>
  82. <Name>Kamil Atlı</Name>
  83. <Email>suvari@pisilinux.org</Email>
  84. </Update>
  85. </History>
  86. </PISI>