You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
860 B
33 lines
860 B
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
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
|
|
}
|