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 33 34 35 36 37 38 39 40 41 42
|
Source: shutdown-qapps
Standards-Version: 4.7.3
Maintainer: Christian Metscher <hakaishi@web.de>
Section: utils
Build-Depends:
debhelper-compat (= 13),
qt6-base-dev,
qt6-tools-dev-tools,
qmake6:native,
Vcs-Browser: https://salsa.debian.org/debian/shutdown-qapps
Vcs-Git: https://salsa.debian.org/debian/shutdown-qapps.git
Homepage: https://github.com/hakaishi/shutdown-qapps/
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.
|