pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xfce4-time-out-plugin</Name>
  6. <Homepage>https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin</Homepage>
  7. <Packager>
  8. <Name>Ayhan Yalçınsoy</Name>
  9. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>library</IsA>
  13. <PartOf>desktop.xfce.addon</PartOf>
  14. <Summary>A module allows to take periodical breaks from the computer</Summary>
  15. <Description>This plugin makes it possible to take periodical breaks from the computer every X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time.</Description>
  16. <Archive sha1sum="be1fcfebbec1e2fc54ac83f83a9caaaa0c52d762" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.1/xfce4-time-out-plugin-1.1.4.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>intltool</Dependency>
  19. <Dependency>libxfce4ui-devel</Dependency>
  20. <Dependency>xfce4-panel-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>xfce4-time-out-plugin</Name>
  25. <RuntimeDependencies>
  26. <Dependency>gtk3</Dependency>
  27. <Dependency>cairo</Dependency>
  28. <Dependency>glib2</Dependency>
  29. <Dependency>gdk-pixbuf</Dependency>
  30. <Dependency>libxfce4ui</Dependency>
  31. <Dependency>xfce4-panel</Dependency>
  32. <Dependency>libxfce4util</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="data">/usr/share</Path>
  37. <Path fileType="localedata">/usr/share/locale</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="3">
  43. <Date>2024-12-25</Date>
  44. <Version>1.1.4</Version>
  45. <Comment>Version bump.</Comment>
  46. <Name>Pisi Linux Community</Name>
  47. <Email>admin@pisilinux.org</Email>
  48. </Update>
  49. <Update release="2">
  50. <Date>2021-10-17</Date>
  51. <Version>1.1.2</Version>
  52. <Comment>Ver. bump</Comment>
  53. <Name>fury</Name>
  54. <Email>uglyside@yandex.ru</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2020-07-07</Date>
  58. <Version>1.1.1</Version>
  59. <Comment>Ver. bump</Comment>
  60. <Name>fury</Name>
  61. <Email>uglyside@yandex.ru</Email>
  62. </Update>
  63. </History>
  64. </PISI>