1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: xmobar
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
Apollon Oikonomopoulos <apoikos@debian.org>,
Aggelos Avgerinos <evaggelos.avgerinos@gmail.com>,
Priority: optional
Section: x11
Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
cdbs,
ghc,
libghc-x11-dev (>= 1.6.1),
libghc-aeson-dev (>= 1.4.7.1),
libghc-async-dev,
libghc-cairo-dev,
libghc-pango-dev,
libghc-extensible-exceptions-dev (>= 0.1),
libghc-extensible-exceptions-dev (<< 0.2),
libghc-extra-dev,
libghc-http-client-tls-dev,
libghc-http-conduit-dev,
libghc-http-types-dev,
libghc-old-locale-dev,
libghc-parsec-numbers-dev (>= 0.1.0),
libghc-regex-compat-dev,
libghc-utf8-string-dev (>= 0.3),
libghc-utf8-string-dev (<< 1.1),
libxrandr-dev,
libxrender-dev,
libghc-hspec-dev (>= 2),
libghc-hspec-dev (<< 3),
libghc-temporary-dev,
libghc-alsa-core-dev (>= 0.5),
libghc-alsa-mixer-dev (>= 0.3),
libghc-x11-xft-dev (>= 0.2),
libghc-dbus-dev [linux-any],
libghc-hinotify-dev [linux-any],
libxpm-dev,
Standards-Version: 4.7.0
Homepage: https://codeberg.org/xmobar/xmobar
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/xmobar
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/xmobar]
Package: xmobar
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests}, xmonad,
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: lightweight status bar for X11 window managers
xmobar is a lightweight text-based status bar for X11 desktops written in
Haskell and designed to work with (but not limited to) xmonad. It has a
variety of plugins allowing the display of system-related data and an
extensible architecture that makes it easy to write one's own plugins. xmobar
supports displaying UTF-8 text and using TrueType fonts via Xft.
|