x11-misc/mozo: Stabilize 1.22.2 for amd64,x86
[gentoo.git] / x11-misc / ftmenu / ftmenu-0.4.0-r1.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="A tray menu for the Fluxbox toolbar"
7 HOMEPAGE="http://ftmenu.sourceforge.net/"
8 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
9
10 LICENSE="GPL-3"
11 SLOT="0"
12 KEYWORDS="~amd64 ~ppc ~x86"
13 IUSE=""
14
15 COMMON_DEPEND=">=x11-libs/gtk+-2.6:2
16         >=dev-libs/glib-2.6:2"
17 DEPEND="${COMMON_DEPEND}
18         virtual/pkgconfig"
19 RDEPEND="${COMMON_DEPEND}
20         x11-wm/fluxbox"
21
22 pkg_postinst() {
23         einfo
24         einfo "To use ftmenu, edit your ~/.fluxbox/menu file and modify the [begin]"
25         einfo "line to contain the path to an icon of your choice."
26         einfo
27         einfo "For example, to use the default ftmenu xpm icon:"
28         einfo "   [begin] (Fluxbox-0.9.12) </usr/share/ftmenu/fb.xpm>"
29         einfo
30         einfo "Next, add 'ftmenu &' to your X startup file (~/.xinitrc or ~/.xsession)."
31         einfo
32 }