pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>keepassx</Name>
  6. <Homepage>http://www.keepassx.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <License>BSD</License>
  13. <Icon>keepassx</Icon>
  14. <IsA>app:gui</IsA>
  15. <Summary>Cross-platform password manager</Summary>
  16. <Description>KeePassX is a free/open-source password manager which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key-disk.</Description>
  17. <Archive sha1sum="6df109a54b87bbc6ee3ea5d3f2e9c06c45721116" type="targz">https://github.com/groni/Sources/raw/master/keepassx-2.0.3.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>qt5-base-devel</Dependency>
  20. <Dependency>qt5-x11extras-devel</Dependency>
  21. <Dependency>qt5-assistant-devel</Dependency>
  22. <Dependency>qt5-designer-devel</Dependency>
  23. <Dependency>qt5-linguist</Dependency>
  24. <Dependency>zlib-devel</Dependency>
  25. <Dependency>libgcrypt-devel</Dependency>
  26. <Dependency>libXtst-devel</Dependency>
  27. <Dependency>libXi-devel</Dependency>
  28. <Dependency>libX11-devel</Dependency>
  29. <Dependency>cmake</Dependency>
  30. </BuildDependencies>
  31. </Source>
  32. <Package>
  33. <Name>keepassx</Name>
  34. <RuntimeDependencies>
  35. <Dependency>qt5-base</Dependency>
  36. <Dependency>qt5-x11extras</Dependency>
  37. <Dependency>zlib</Dependency>
  38. <Dependency>libXi</Dependency>
  39. <Dependency>libX11</Dependency>
  40. <Dependency>libgcc</Dependency>
  41. <Dependency>libgcrypt</Dependency>
  42. <Dependency>libXtst</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="executable">/usr/bin</Path>
  46. <Path fileType="data">/usr/share/applications</Path>
  47. <Path fileType="localedata">/usr/share/icons/hicolor</Path>
  48. <Path fileType="data">/usr/share/keepassx</Path>
  49. <Path fileType="library">/usr/lib</Path>
  50. <Path fileType="data">/usr/share/mime</Path>
  51. <Path fileType="data">/usr/share/pixmaps</Path>
  52. <Path fileType="doc">/usr/share/doc</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="1">
  57. <Date>2016-05-27</Date>
  58. <Version>2.0.2</Version>
  59. <Comment>First Release.</Comment>
  60. <Name>Stefan Gronewold(groni)</Name>
  61. <Email>groni@pisilinux.org</Email>
  62. </Update>
  63. </History>
  64. </PISI>