pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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="93e50f651678fe36b77dd420ed2a958538b56ac6" type="tarbz2">
  17. https://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.1/xfce4-time-out-plugin-1.1.2.tar.bz2
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>libxfce4ui-devel</Dependency>
  22. <Dependency>xfce4-panel-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>xfce4-time-out-plugin</Name>
  27. <RuntimeDependencies>
  28. <Dependency>gtk3</Dependency>
  29. <Dependency>cairo</Dependency>
  30. <Dependency>glib2</Dependency>
  31. <Dependency>gdk-pixbuf</Dependency>
  32. <Dependency>libxfce4ui</Dependency>
  33. <Dependency>xfce4-panel</Dependency>
  34. <Dependency>libxfce4util</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="data">/usr/share</Path>
  39. <Path fileType="localedata">/usr/share/locale</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="2">
  45. <Date>2021-10-17</Date>
  46. <Version>1.1.2</Version>
  47. <Comment>Ver. bump</Comment>
  48. <Name>fury</Name>
  49. <Email>uglyside@yandex.ru</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2020-07-07</Date>
  53. <Version>1.1.1</Version>
  54. <Comment>Ver. bump</Comment>
  55. <Name>fury</Name>
  56. <Email>uglyside@yandex.ru</Email>
  57. </Update>
  58. </History>
  59. </PISI>