24 lines
895 B
Plaintext
24 lines
895 B
Plaintext
Source: screenlockdemo
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Qt Screen Lock Demo <developer@example.com>
|
|
Build-Depends: debhelper (>= 9), cmake (>= 3.10)
|
|
Standards-Version: 3.9.8
|
|
Homepage: https://example.com/screenlockdemo
|
|
|
|
Package: screenlockdemo
|
|
Architecture: amd64
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, dbus, libx11-6, libxext6, libxrender1, libfontconfig1, libfreetype6
|
|
Description: Qt Screen Lock Detection Demo Application
|
|
A Qt5-based Linux application that detects Ubuntu system lock/unlock
|
|
events and automatically stops Paint events when the screen is locked.
|
|
.
|
|
Features:
|
|
- Automatic screen lock detection via DBus
|
|
- Automatic paint event control
|
|
- Real-time animation demonstration
|
|
- Support for multiple desktop environments (GNOME, KDE, XFCE)
|
|
- Manual control and status monitoring
|
|
.
|
|
This package includes all required Qt5 libraries and dependencies.
|