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.
gentoo-overlay/x11-misc/openbox-menu/openbox-menu-0.3.6.8.ebuild

37 lines
861 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/openbox-menu/openbox-menu-0.3.6.8.ebuild,v 1.3 2013/06/25 12:58:19 ago Exp $
EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="Another dynamic menu generator for Openbox"
HOMEPAGE="http://mimasgpc.free.fr/openbox-menu_en.html"
SRC_URI="http://mimarchlinux.googlecode.com/files/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+icons"
RDEPEND="dev-libs/glib:2
lxde-base/menu-cache
x11-libs/gtk+:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
sed -i \
-e 's/#define VERSION.*/#define VERSION "'${PV}'"/' \
openbox-menu.h || die "fixing version failed!"
epatch "${FILESDIR}"/${P}-build.patch
tc-export CC
}
src_compile() {
emake $(usex icons "ICONS=1" "ICONS=0")
}