pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>plasma-applet-distrowatcher</Name>
  6. <Homepage>http://kde-apps.org/content/show.php/Distro+Watcher+?content=157314</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold(groni)</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Distrowatcher watch the latest Realeases of Linux distributions from Distrowatch</Summary>
  14. <Description>The specific plasmoid displays the latest releases of Linux distributions and packages, as published in distrowatch.com. In order to retrieve the relative data, RSS feeds from distrowatch are being used. </Description>
  15. <Archive sha1sum="64fe31ccd65e66047b458e7f8e82eee14e92407b" type="targz">https://github.com/dimkard/distrowatcher/archive/v1.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
  18. <Dependency versionFrom="5.7.1">qt5-xmlpatterns-devel</Dependency>
  19. <Dependency versionFrom="5.7.1">qt5-quickcontrols2-devel</Dependency>
  20. <Dependency>kdelibs4-support-devel</Dependency>
  21. <Dependency>plasma-framework-devel</Dependency>
  22. <Dependency>extra-cmake-modules</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>plasma-applet-distrowatcher</Name>
  27. <RuntimeDependencies>
  28. <Dependency versionFrom="5.7.1">qt5-base</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="data">/usr/share</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="data">/usr/share/icons</Path>
  34. <Path fileType="locale">/usr/share/locale</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="3">
  39. <Date>2017-03-20</Date>
  40. <Version>1.1</Version>
  41. <Comment>Version Bump</Comment>
  42. <Name>Ayhan Yalçınsoy</Name>
  43. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  44. </Update>
  45. <Update release="2">
  46. <Date>2016-05-23</Date>
  47. <Version>1.0.3</Version>
  48. <Comment>First release</Comment>
  49. <Name>Stefan Gronewold(groni)</Name>
  50. <Email>groni@pisilinux.org</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2016-03-14</Date>
  54. <Version>1.0.3</Version>
  55. <Comment>First release</Comment>
  56. <Name>Stefan Gronewold(groni)</Name>
  57. <Email>groni@pisilinux.org</Email>
  58. </Update>
  59. </History>
  60. </PISI>