packages/xfce-extra/xmonad-log-applet/xmonad-log-applet-scm.exheres-0 (575B) - raw
1 # Copyright 2010 Dan Callaghan <djc@djc.id.au>
2 # Distributed under the terms of the GNU General Public License v2
3
4 require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.11 ] ]
5
6 SUMMARY="XFCE panel plugin to display XMonad log"
7 HOMEPAGE="https://github.com/danc86/xmonad-log-applet"
8 DOWNLOADS=""
9
10 SCM_REPOSITORY="git://github.com/danc86/xmonad-log-applet.git"
11 require scm-git
12
13 LICENCES="BSD-3"
14 SLOT="0"
15 PLATFORMS="~amd64 ~x86"
16
17 DEPENDENCIES="
18 build+run:
19 dev-libs/dbus-glib:1[>=0.80]
20 xfce-base/xfce4-panel[>=4.6]
21 "
22
23 BUGS_TO="djc@djc.id.au"
24