diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-08-25 20:34:48 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-08-25 20:34:48 +0000 |
commit | f906971ea06878d2fcef70650d8edfc08c624dbf (patch) | |
tree | 978005242a8ee7f535178198a47d400a043922d8 | |
parent | Add dev-util/darcs-2.0.2, first in the 2.x series. (diff) | |
download | gentoo-2-f906971ea06878d2fcef70650d8edfc08c624dbf.tar.gz gentoo-2-f906971ea06878d2fcef70650d8edfc08c624dbf.tar.bz2 gentoo-2-f906971ea06878d2fcef70650d8edfc08c624dbf.zip |
Version bump - Fluxbox Menu Editor 1.1.2 is released
(Portage version: 2.2_rc4/cvs/Linux 2.6.24-gentoo x86_64)
-rw-r--r-- | x11-misc/fme/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/fme/fme-1.1.2.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/x11-misc/fme/ChangeLog b/x11-misc/fme/ChangeLog index 070c9d20dba5..b0ea1c51e238 100644 --- a/x11-misc/fme/ChangeLog +++ b/x11-misc/fme/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/fme # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/ChangeLog,v 1.4 2008/06/12 15:55:41 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/ChangeLog,v 1.5 2008/08/25 20:34:48 lack Exp $ + +*fme-1.1.2 (25 Aug 2008) + + 25 Aug 2008; Jim Ramsay <lack@gentoo.org> +fme-1.1.2.ebuild: + Version bump - Fluxbox Menu Editor 1.1.2 is released 12 Jun 2008; Jim Ramsay <lack@gentoo.org> -fme-1.0.3.ebuild, fme-1.1.0.ebuild: diff --git a/x11-misc/fme/fme-1.1.2.ebuild b/x11-misc/fme/fme-1.1.2.ebuild new file mode 100644 index 000000000000..38907d6a789e --- /dev/null +++ b/x11-misc/fme/fme-1.1.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/fme-1.1.2.ebuild,v 1.1 2008/08/25 20:34:48 lack Exp $ + +inherit eutils + +DESCRIPTION="Graphical menu editor for Fluxbox menus" +HOMEPAGE="http://fme.rhymux.info/" +SRC_URI="http://fme.rhymux.info/stable/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="sys-devel/bc + >=x11-wm/fluxbox-1.0 + >=dev-cpp/gtkmm-2.4 + >=dev-cpp/glibmm-2.14.0 + >=dev-cpp/libglademm-2.4" + +DEPEND="dev-util/pkgconfig + ${RDEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "Install failed" + + doicon glade/${PN}.png + make_desktop_entry ${PN} "Fluxbox Menu Editor" ${PN} "Settings;DesktopSettings" + + dodoc AUTHORS ChangeLog README TODO +} |