Source: kblueproximity
Section: utils
Maintainer: Marco Faenzi <marco@faenzi.it>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               gettext,
               python3
Standards-Version: 4.7.3
Rules-Requires-Root: no
Homepage: https://github.com/marcofaenzi/kblueproximity
Vcs-Git: https://github.com/marcofaenzi/kblueproximity.git
Vcs-Browser: https://github.com/marcofaenzi/kblueproximity

Package: kblueproximity
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-pyside6.qtcore,
         python3-pyside6.qtgui,
         python3-pyside6.qtwidgets,
         python3-configobj,
         python3-bluez,
         python3-dbus,
         bluez,
         qdbus-qt6
Recommends: bluez-tools
Description: Bluetooth proximity detector for automatic screen lock/unlock
 KBlueProximity locks and unlocks the desktop based on the proximity of a
 paired Bluetooth device, typically a mobile phone. When the device moves
 beyond a chosen RSSI threshold for a given time the session is locked;
 when it returns, the session is unlocked.
 .
 This Qt6 edition targets Plasma 6 and other desktops that implement
 loginctl and the freedesktop ScreenSaver D-Bus interface. It is a
 maintained fork of BlueProximity, which was removed from Debian in 2019.
