# This is NOT OFFICIALLY SUPPORTED by Gentoo, and is provided as a # convenience only. Report any bugs in the ebuild to the author, not # through Bugzilla. Report any bugs in fluxbox via #fluxbox on freenode # or through http://www.fluxbox.org/ . # description of the patches # EGIT_REPO_URI="git://git.fluxbox.org/fluxbox.git" EGIT_TREE="master" EGIT_PROJECT="ak-fluxbox-git" inherit eutils git toolchain-funcs IUSE="nls imlib2 xinerama truetype" DESCRIPTION="Fluxbox is an X11 window manager featuring tabs and an iconbar. This is an unofficial git ebuild which is not supported by Gentoo." HOMEPAGE="http://www.fluxbox.org" KEYWORDS="~x86 ~sparc ~amd64" RDEPEND="|| ( ( x11-libs/libXpm x11-libs/libXrandr xinerama? ( x11-libs/libXinerama ) x11-apps/xmessage ) virtual/x11 ) virtual/xft truetype? ( media-libs/freetype ) imlib? ( >=media-libs/imlib2-1.2.0 ) ! ${D}/etc/X11/Sessions/fluxbox fperms a+x /etc/X11/Sessions/fluxbox } pkg_postinst() { ewarn " " ewarn " " ewarn "This is NOT OFFICIALLY SUPPORTED by Gentoo, and is provided as a" ewarn "convenience only. Report any bugs in the ebuild to akira, not" ewarn "through Bugzilla. Report any bugs in fluxbox itself via #fluxbox " ewarn "to ak|ra if hes there :) or via akira at fluxbox.org ." ewarn " " ewarn " " }