pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  2. <INARY>
  3. <Source>
  4. <Name>mate-sensors-applet</Name>
  5. <Homepage>http://www.mate-desktop.org</Homepage>
  6. <Packager>
  7. <Name>Süleyman Poyraz</Name>
  8. <Email>zaryob.dev@gmail.com</Email>
  9. </Packager>
  10. <License>GPLv3</License>
  11. <IsA>library</IsA>
  12. <Summary>Display readings from hardware sensors in your MATE panel.</Summary>
  13. <Description>MATE Sensors Applet is an applet for the MATE Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings under Linux.on.</Description>
  14. <Archive sha1sum="909a462908abb0b0943be2046d935396a59d65a6" >http://pub.mate-desktop.org/releases/1.24/mate-sensors-applet-1.24.0.tar.xz</Archive>
  15. <BuildDependencies>
  16. <Dependency>gtk3</Dependency>
  17. <Dependency>mate-common</Dependency>
  18. <Dependency>cairo</Dependency>
  19. <Dependency>libnotify</Dependency>
  20. <Dependency>mate-panel</Dependency>
  21. <Dependency>gdk-pixbuf</Dependency>
  22. <Dependency>lm_sensors</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>mate-sensors-applet</Name>
  27. <RuntimeDependencies>
  28. <Dependency>gtk3</Dependency>
  29. <Dependency>cairo</Dependency>
  30. <Dependency>libnotify</Dependency>
  31. <Dependency>mate-panel</Dependency>
  32. <Dependency>gdk-pixbuf</Dependency>
  33. <Dependency>lm_sensors</Dependency>
  34. <Dependency>glib2</Dependency>
  35. <Dependency>dbus-glib</Dependency>
  36. <Dependency>libatasmart</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="library">/usr/lib</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="data">/usr/share/help</Path>
  43. <Path fileType="data">/usr/share/mate</Path>
  44. <Path fileType="data">/usr/share/icons</Path>
  45. <Path fileType="data">/usr/share/dbus-1</Path>
  46. <Path fileType="data">/usr/share/pixmaps</Path>
  47. <Path fileType="data">/usr/share/glib-2.0</Path>
  48. <Path fileType="executable">/usr/libexec/</Path>
  49. <Path fileType="data">/usr/share/mate-panel</Path>
  50. <Path fileType="localedata">/usr/share/locale</Path>
  51. <Path fileType="data">/usr/share/mate-sensors-applet</Path>
  52. <Path fileType="header">/usr/include</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="1">
  57. <Date>2019-09-18</Date>
  58. <Version>1.24.0</Version>
  59. <Comment>First release</Comment>
  60. <Name>Süleyman Poyraz</Name>
  61. <Email>zaryob.dev@gmail.com</Email>
  62. </Update>
  63. </History>
  64. </INARY>