pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xfce4-timer-plugin</Name>
  6. <Homepage>https://docs.xfce.org/panel-plugins/xfce4-timer-plugin</Homepage>
  7. <Packager>
  8. <Name>Ayhan Yalçınsoy</Name>
  9. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>xfce4-panel</Icon>
  13. <IsA>app:gui</IsA>
  14. <PartOf>desktop.xfce.addon</PartOf>
  15. <Summary>Timer plugin for Xfce4 panel</Summary>
  16. <Description>
  17. With this plugin you can add timers (alarm or countdown) to your Xfce panel. You can display a warning window and/or run a custom command when alarm rings, repeat alarms etc.
  18. </Description>
  19. <Archive sha1sum="063a7af6dcb9d049bb8cc790b0c0cc48919e526d" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/xfce4-timer-plugin-1.7.3.tar.bz2</Archive>
  20. <BuildDependencies>
  21. <Dependency>intltool</Dependency>
  22. <Dependency versionFrom="4.19.0">libxfce4ui-devel</Dependency>
  23. <Dependency versionFrom="4.19.1">xfce4-panel-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>xfce4-timer-plugin</Name>
  28. <RuntimeDependencies>
  29. <Dependency>atk</Dependency>
  30. <Dependency>gtk3</Dependency>
  31. <Dependency>glib2</Dependency>
  32. <Dependency>cairo</Dependency>
  33. <Dependency>pango</Dependency>
  34. <Dependency>harfbuzz</Dependency>
  35. <Dependency>gdk-pixbuf</Dependency>
  36. <Dependency>libxfce4ui</Dependency>
  37. <Dependency>xfce4-panel</Dependency>
  38. <Dependency>libxfce4util</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="library">/usr/lib</Path>
  42. <Path fileType="data">/usr/share</Path>
  43. <Path fileType="localedata">/usr/share/locale</Path>
  44. <Path fileType="doc">/usr/share/doc</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="3">
  49. <Date>2024-12-25</Date>
  50. <Version>1.7.3</Version>
  51. <Comment>Version bump.</Comment>
  52. <Name>Pisi Linux Community</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="2">
  56. <Date>2023-04-18</Date>
  57. <Version>1.7.2</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Mustafa Cinasal</Name>
  60. <Email>muscnsl@gmail.com</Email>
  61. </Update>
  62. <Update release="1">
  63. <Date>2020-08-01</Date>
  64. <Version>1.7.1</Version>
  65. <Comment>Ver. bump</Comment>
  66. <Name>fury</Name>
  67. <Email>uglyside@yandex.ru</Email>
  68. </Update>
  69. </History>
  70. </PISI>