pspec.xml 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xfce4-weather-plugin</Name>
  6. <Homepage>https://docs.xfce.org/panel-plugins/xfce4-weather-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>plugin</IsA>
  14. <Summary>A weather plugin for the Xfce desktop environment</Summary>
  15. <Description>
  16. Originally written by Bob Schlärmann, this panel plugin shows information about your local weather in the panel, using forecast data provided by met.no.
  17. </Description>
  18. <Archive sha1sum="c24489950521e7b3275eabe5311d0f90fbfedbcc" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.11/xfce4-weather-plugin-0.11.3.tar.bz2</Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>gtk3-devel</Dependency>
  22. <Dependency>upower-devel</Dependency>
  23. <Dependency>json-c-devel</Dependency>
  24. <Dependency>libxml2-devel</Dependency>
  25. <Dependency>libsoup-devel</Dependency>
  26. <Dependency>libxfce4ui-devel</Dependency>
  27. <Dependency>xfce4-panel-devel</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. <!-- <Patch level="1">some.patch</Patch> -->
  31. </Patches>
  32. </Source>
  33. <Package>
  34. <Name>xfce4-weather-plugin</Name>
  35. <RuntimeDependencies>
  36. <Dependency>gtk3</Dependency>
  37. <Dependency>glib2</Dependency>
  38. <Dependency>pango</Dependency>
  39. <Dependency>upower</Dependency>
  40. <Dependency>xfconf</Dependency>
  41. <Dependency>cairo</Dependency>
  42. <Dependency>json-c</Dependency>
  43. <Dependency>libxml2</Dependency>
  44. <Dependency>libsoup</Dependency>
  45. <Dependency>gdk-pixbuf</Dependency>
  46. <Dependency>libxfce4ui</Dependency>
  47. <Dependency>xfce4-panel</Dependency>
  48. <Dependency>libxfce4util</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="library">/usr/lib</Path>
  52. <Path fileType="data">/usr/share</Path>
  53. <Path fileType="localedata">/usr/share/locale</Path>
  54. <Path fileType="doc">/usr/share/doc</Path>
  55. </Files>
  56. </Package>
  57. <History>
  58. <Update release="5">
  59. <Date>2024-11-06</Date>
  60. <Version>0.11.3</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>Pisi Linux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="4">
  66. <Date>2024-03-11</Date>
  67. <Version>0.11.2</Version>
  68. <Comment>Version bump.</Comment>
  69. <Name>Mustafa Cinasal</Name>
  70. <Email>muscnsl@gmail.com</Email>
  71. </Update>
  72. <Update release="3">
  73. <Date>2023-04-23</Date>
  74. <Version>0.11.1</Version>
  75. <Comment>Version bump.</Comment>
  76. <Name>Mustafa Cinasal</Name>
  77. <Email>muscnsl@gmail.com</Email>
  78. </Update>
  79. <Update release="2">
  80. <Date>2021-02-13</Date>
  81. <Version>0.11.0</Version>
  82. <Comment>Version bump.</Comment>
  83. <Email>uglyside@yandex.ru</Email>
  84. <Name>fury</Name>
  85. </Update>
  86. <Update release="1">
  87. <Date>2020-12-06</Date>
  88. <Version>0.10.2</Version>
  89. <Comment>First Beta release.</Comment>
  90. <Email>uglyside@yandex.ru</Email>
  91. <Name>fury</Name>
  92. </Update>
  93. </History>
  94. </PISI>