pspec.xml 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xfce4-clipman-plugin</Name>
  6. <Homepage>https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <PartOf>desktop.xfce.addon</PartOf>
  13. <IsA>app:gui</IsA>
  14. <Summary>Clipboard manager for the Xfce Panel.</Summary>
  15. <Description>
  16. Clipboard Manager for the Xfce Panel and as a standalone application (it is a bundle). It keeps the clipboard contents around (even after an application quits), it is able to handle text and images, and has a feature to execute actions on specific text selection by matching them against regexes.
  17. </Description>
  18. <Archive sha1sum="565dcc526f4240109458caf192d140db72f8f133" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.6.tar.bz2</Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>gtk3-devel</Dependency>
  22. <Dependency>glib2-devel</Dependency>
  23. <Dependency>libXpm-devel</Dependency>
  24. <Dependency>xfconf-devel</Dependency>
  25. <Dependency>libXtst-devel</Dependency>
  26. <Dependency>qrencode-devel</Dependency>
  27. <Dependency versionFrom="4.18.3">libxfce4ui-devel</Dependency>
  28. <Dependency>xfce4-panel-devel</Dependency>
  29. </BuildDependencies>
  30. </Source>
  31. <Package>
  32. <Name>xfce4-clipman-plugin</Name>
  33. <RuntimeDependencies>
  34. <Dependency>gtk3</Dependency>
  35. <Dependency>glib2</Dependency>
  36. <Dependency>xfconf</Dependency>
  37. <Dependency>libX11</Dependency>
  38. <Dependency>libXtst</Dependency>
  39. <Dependency>qrencode</Dependency>
  40. <Dependency>gdk-pixbuf</Dependency>
  41. <Dependency>libxfce4ui</Dependency>
  42. <Dependency>xfce4-panel</Dependency>
  43. <Dependency>libxfce4util</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="config">/etc</Path>
  47. <Path fileType="executable">/usr/bin</Path>
  48. <Path fileType="library">/usr/lib</Path>
  49. <Path fileType="data">/usr/share</Path>
  50. <Path fileType="localedata">/usr/share/locale</Path>
  51. <Path fileType="doc">/usr/share/doc</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="5">
  56. <Date>2024-03-07</Date>
  57. <Version>1.6.6</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Mustafa Cinasal</Name>
  60. <Email>muscnsl@gmail.com</Email>
  61. </Update>
  62. <Update release="4">
  63. <Date>2023-08-04</Date>
  64. <Version>1.6.4</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Mustafa Cinasal</Name>
  67. <Email>muscnsl@gmail.com</Email>
  68. </Update>
  69. <Update release="3">
  70. <Date>2023-03-28</Date>
  71. <Version>1.6.3</Version>
  72. <Comment>Version bump</Comment>
  73. <Name>Mustafa Cinasal</Name>
  74. <Email>muscnsl@gmail.com</Email>
  75. </Update>
  76. <Update release="2">
  77. <Date>2021-07-23</Date>
  78. <Version>1.6.2</Version>
  79. <Comment>Version bump.</Comment>
  80. <Name>Ali Cengiz Kurt</Name>
  81. <Email>alicengizkurt@gmail.com</Email>
  82. </Update>
  83. <Update release="1">
  84. <Date>2020-12-05</Date>
  85. <Version>1.6.1</Version>
  86. <Comment>First Release For Beta</Comment>
  87. <Name>Ali Cengiz Kurt</Name>
  88. <Email>alicengizkurt@gmail.com</Email>
  89. </Update>
  90. </History>
  91. </PISI>