diff options
author | 2017-02-06 13:27:47 +0200 | |
---|---|---|
committer | 2017-02-06 23:46:40 +0100 | |
commit | f3db2583d0692146a13bb7bad0f3c7c304f2aa7e (patch) | |
tree | 0da98c8a2adb97ab73eafefd7b54c2a4b4768c2d /x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild | |
parent | x11-misc/wininfo: EAPI bump 2 -> 6 (diff) | |
download | gentoo-f3db2583d0692146a13bb7bad0f3c7c304f2aa7e.tar.gz gentoo-f3db2583d0692146a13bb7bad0f3c7c304f2aa7e.tar.bz2 gentoo-f3db2583d0692146a13bb7bad0f3c7c304f2aa7e.zip |
x11-misc/ftmenu: EAPI bump 2 -> 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3844
Diffstat (limited to 'x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild')
-rw-r--r-- | x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild b/x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild new file mode 100644 index 000000000000..0e27f181245a --- /dev/null +++ b/x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="A tray menu for the Fluxbox toolbar" +HOMEPAGE="http://ftmenu.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +COMMON_DEPEND=">=x11-libs/gtk+-2.6:2 + >=dev-libs/glib-2.6:2" +DEPEND="${COMMON_DEPEND} + virtual/pkgconfig" +RDEPEND="${COMMON_DEPEND} + x11-wm/fluxbox" + +pkg_postinst() { + einfo + einfo "To use ftmenu, edit your ~/.fluxbox/menu file and modify the [begin]" + einfo "line to contain the path to an icon of your choice." + einfo + einfo "For example, to use the default ftmenu xpm icon:" + einfo " [begin] (Fluxbox-0.9.12) </usr/share/ftmenu/fb.xpm>" + einfo + einfo "Next, add 'ftmenu &' to your X startup file (~/.xinitrc or ~/.xsession)." + einfo +} |