aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 8b3b4ed9d3164d3a53748e9819f19c02e73276a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: themedetector
Section: x11
Priority: optional
Maintainer: Ben Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 12),
   bgscripts-core (>= 1.5.0),
   libgtk-3-dev,
   txt2man
Standards-Version: 4.5.0
Homepage: https://bgstack15.wordpress.com/

Package: themedetector
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
   python3
Description: Detect the default gtk3 theme
 Implemented in C and Python, themedetector merely
 prints to standard output the current gtk3 theme.
bgstack15