12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>kshutdown</Name>
- <Homepage>http://kshutdown.sourceforge.net/</Homepage>
- <Packager>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Packager>
- <License>GPL</License>
- <PartOf>desktop.kde.addon</PartOf>
- <Summary>KShutdown is a graphical shutdown utility for Linux</Summary>
- <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>
- <BuildDependencies>
- <Dependency>extra-cmake-modules</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>kxmlgui-devel</Dependency>
- <Dependency>knotifyconfig-devel</Dependency>
- <Dependency>kidletime-devel</Dependency>
- </BuildDependencies>
- <Archive sha1sum="7c83b756d66919d37d0c0fb4f22f0002cb7f8839" type="zip">https://sourceforge.net/projects/kshutdown/files/KShutdown/4.0/kshutdown-source-4.0.zip</Archive>
- </Source>
- <Package>
- <Name>kshutdown</Name>
- <Summary>Shutdown Utility for KDE</Summary>
- <RuntimeDependencies>
- <Dependency>ki18n</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>kconfig</Dependency>
- <Dependency>kxmlgui</Dependency>
- <Dependency>qt5-base</Dependency>
- <Dependency>kidletime</Dependency>
- <Dependency>kcoreaddons</Dependency>
- <Dependency>kdbusaddons</Dependency>
- <Dependency>kglobalaccel</Dependency>
- <Dependency>knotifyconfig</Dependency>
- <Dependency>kconfigwidgets</Dependency>
- <Dependency>knotifications</Dependency>
- <Dependency>kwidgetsaddons</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2018-11-13</Date>
- <Version>4.0</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2018-08-11</Date>
- <Version>4.0</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2017-01-09</Date>
- <Version>4.0</Version>
- <Comment>First Release</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|