pspec.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>kshutdown</Name>
  6. <Homepage>http://kshutdown.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <PartOf>desktop.kde.addon</PartOf>
  13. <Summary>KShutdown is a graphical shutdown utility for Linux</Summary>
  14. <Description>KShutdown is a graphical shutdown utility for Linux and Windows. It allows you to turn off or suspend a computer at a specified time. It features various time and delay options, command-line support, and notifications.</Description>
  15. <BuildDependencies>
  16. <Dependency>extra-cmake-modules</Dependency>
  17. <Dependency>ninja</Dependency>
  18. <Dependency>qt5-base-devel</Dependency>
  19. <Dependency>kxmlgui-devel</Dependency>
  20. <Dependency>knotifyconfig-devel</Dependency>
  21. <Dependency>kidletime-devel</Dependency>
  22. </BuildDependencies>
  23. <Archive sha1sum="7c83b756d66919d37d0c0fb4f22f0002cb7f8839" type="zip">https://sourceforge.net/projects/kshutdown/files/KShutdown/4.0/kshutdown-source-4.0.zip</Archive>
  24. </Source>
  25. <Package>
  26. <Name>kshutdown</Name>
  27. <Summary>Shutdown Utility for KDE</Summary>
  28. <RuntimeDependencies>
  29. <Dependency>ki18n</Dependency>
  30. <Dependency>libgcc</Dependency>
  31. <Dependency>kconfig</Dependency>
  32. <Dependency>kxmlgui</Dependency>
  33. <Dependency>qt5-base</Dependency>
  34. <Dependency>kidletime</Dependency>
  35. <Dependency>kcoreaddons</Dependency>
  36. <Dependency>kdbusaddons</Dependency>
  37. <Dependency>kglobalaccel</Dependency>
  38. <Dependency>knotifyconfig</Dependency>
  39. <Dependency>kconfigwidgets</Dependency>
  40. <Dependency>knotifications</Dependency>
  41. <Dependency>kwidgetsaddons</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="executable">/usr/bin</Path>
  45. <Path fileType="data">/usr/share</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="3">
  51. <Date>2018-11-13</Date>
  52. <Version>4.0</Version>
  53. <Comment>Rebuild</Comment>
  54. <Name>Ertuğrul Erata</Name>
  55. <Email>ertugrulerata@gmail.com</Email>
  56. </Update>
  57. <Update release="2">
  58. <Date>2018-08-11</Date>
  59. <Version>4.0</Version>
  60. <Comment>Rebuild</Comment>
  61. <Name>Ertuğrul Erata</Name>
  62. <Email>ertugrulerata@gmail.com</Email>
  63. </Update>
  64. <Update release="1">
  65. <Date>2017-01-09</Date>
  66. <Version>4.0</Version>
  67. <Comment>First Release</Comment>
  68. <Name>Stefan Gronewold</Name>
  69. <Email>groni@pisilinux.org</Email>
  70. </Update>
  71. </History>
  72. </PISI>