1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: shutdown-qapps
Section: utils
Priority: optional
Maintainer: Christian Metscher <hakaishi@web.de>
Build-Depends: debhelper (>= 9), qtbase5-dev, qttools5-dev-tools, qt5-qmake:native
Standards-Version: 4.3.0
Vcs-Git: https://github.com/hakaishi/shutdown-qapps.git
Vcs-browser: https://github.com/hakaishi/shutdown-qapps
Homepage: https://launchpad.net/~hakaishi
Package: qprogram-starter
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: hibernate, pm-utils
Description: Qt program to start programs or commands
qprogram-starter is a Qt program to start programs or commands. You can
set a time or date when the processes should start, log error output
and normal output each in a file. After the processes are finished
qprogram-starter shows a "finished" message box, or if you want it can
quit or shutdown the system.
Package: qshutdown
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: hibernate
Description: Qt program to shutdown/reboot/suspend/hibernate the system
qshutdown is a Qt program to shutdown/reboot/suspend/hibernate the
computer at a given time or after a certain number of minutes. It shows
the time until the corresponding request is send to either the Gnome- or
KDE-session-manager, to HAL or to DeviceKit and if none of these works
the command 'sudo shutdown -P now' is used. This program may be useful
for people who want to work with the computer only for a certain time.
|