tint2/packaging/debian/control

38 lines
1.4 KiB
Text
Raw Normal View History

2016-02-14 18:08:22 +00:00
Source: tint2
Section: x11
Priority: optional
2017-04-22 19:08:15 +00:00
Maintainer: Sebastian Reichel <sre@debian.org>
2016-02-14 18:08:22 +00:00
Build-Depends: cmake,
debhelper (>= 9),
libcairo2-dev,
libglib2.0-dev,
2021-01-04 20:55:12 +00:00
libgtk-3-dev,
2016-02-14 18:08:22 +00:00
libimlib2-dev,
libpango1.0-dev,
librsvg2-dev,
libstartup-notification0-dev,
libxcomposite-dev,
libxdamage-dev,
libxinerama-dev,
libxrandr-dev
2017-04-22 19:24:08 +00:00
Standards-Version: 3.9.7
2017-04-22 19:08:15 +00:00
Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/tint2.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/tint2.git
2016-02-14 18:08:22 +00:00
Homepage: https://gitlab.com/o9000/tint2/
Package: tint2
Architecture: any
Depends: ${shlibs:Depends},
2017-06-11 09:28:04 +00:00
${misc:Depends},
procps
2016-02-14 18:08:22 +00:00
Description: lightweight taskbar
Tint is a simple panel/taskbar intentionally made for openbox3, but should
also work with other window managers. The taskbar includes transparency and
color settings for the font, icons, border, and background. It also supports
multihead setups, customized mouse actions, and a built-in clock. Tint was
originally based on ttm code. Since then, support has also been added
for a battery monitor and system tray.
.
The goal is to keep a clean and unintrusive look with lightweight code and
compliance with freedesktop specification.