Source: darkman
Section: utils
Maintainer: Romeo Calotă <mail@romeocalota.me>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-goccy-go-yaml-dev,
 golang-github-godbus-dbus-v5-dev,
 golang-github-inconshreveable-mousetrap-dev,
 golang-github-lmittmann-tint-dev,
 golang-github-sj14-astral-dev,
 golang-github-spf13-cobra-dev,
 golang-github-spf13-pflag-dev,
 dbus-daemon <!nocheck>
Standards-Version: 4.7.3
Vcs-Browser: https://gitlab.com/kicsyromy/darkman-debian
Vcs-Git: https://gitlab.com/kicsyromy/darkman-debian.git
Homepage: https://darkman.whynothugo.nl/
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: gitlab.com/WhyNotHugo/darkman

Package: darkman
Architecture: any
Static-Built-Using: ${misc:Static-Built-Using}
Depends:
 ${shlibs:Depends},
 ${misc:Depends}
Recommends: dbus-user-session
Description: framework for sunrise/sunset dark-mode and light-mode transitions
 darkman runs as a user service, listens for sunrise and sunset for a
 configured location, and switches between light mode and dark mode by
 running user-provided scripts. It exposes a D-Bus interface that other
 applications and shells can query or subscribe to, and implements the
 xdg-desktop-portal Settings interface so that GTK, Qt 6.5+, Chromium,
 Firefox and other portal-aware applications follow the current mode
 automatically.
 .
 Typical hook scripts toggle the GTK theme, terminal palette, editor
 background, mako/notification style, and similar visuals. Examples
 are installed under /usr/share/darkman/examples/.
