pspec.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <PISI>
  2. <Source>
  3. <Name>qlipper</Name>
  4. <Homepage>https://github.com/pvanek/qlipper</Homepage>
  5. <Packager>
  6. <Name>Ayhan Yalçınsoy</Name>
  7. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  8. </Packager>
  9. <License>GPL2+</License>
  10. <Icon>qlipper</Icon>
  11. <IsA>apps</IsA>
  12. <Summary>Lightweight and cross-platform clipboard history applet.</Summary>
  13. <Description>Lightweight and cross-platform clipboard history applet.</Description>
  14. <Archive sha1sum="26e611a74a6df9c53e97c194d41d98e7584eaa82" type="targz">https://github.com/pvanek/qlipper/archive/5.0.0.tar.gz</Archive>
  15. <BuildDependencies>
  16. <Dependency>cmake</Dependency>
  17. <Dependency versionFrom="5.6.0">qt5-base-devel</Dependency>
  18. <Dependency versionFrom="5.6.0">qt5-linguist</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <!--<Patch>cmakelist.patch</Patch>-->
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>qlipper</Name>
  26. <RuntimeDependencies>
  27. <Dependency>libX11</Dependency>
  28. <Dependency>libgcc</Dependency>
  29. <Dependency>qt5-base</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="data">/usr/share</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="1">
  39. <Date>2016-12-17</Date>
  40. <Version>5.0.0</Version>
  41. <Comment>First Release</Comment>
  42. <Name>Ayhan Yalçınsoy</Name>
  43. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  44. </Update>
  45. </History>
  46. </PISI>