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/wbar/wbar-2.3.4-r1.ebuild

52 lines
1.2 KiB

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/wbar-2.3.4-r1.ebuild,v 1.5 2013/08/11 06:51:54 ssuominen Exp $
EAPI=4
inherit autotools eutils
DESCRIPTION="A fast, lightweight quick launch bar"
HOMEPAGE="http://code.google.com/p/wbar/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tgz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="gtk"
RDEPEND="media-libs/imlib2[X]
x11-libs/libX11
gtk? ( gnome-base/libglade
media-libs/freetype:2
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2 )"
DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"
src_prepare() {
use gtk || epatch "${FILESDIR}"/${PN}-2.3.3-cfg.patch
epatch "${FILESDIR}"/${PN}-2.3.3-{desktopfile,nowerror,test}.patch \
"${FILESDIR}"/${P}-automake-1.13.patch
sed -i \
-e '/bashcompletiondir/s#=.*$#= /usr/share/bash-completion#' \
etc/Makefile.am || die "sed etc/Makefile.am failed!"
eautoreconf
}
src_configure() {
econf \
$(use_enable gtk wbar-config)
}
pkg_postinst() {
einfo
elog "media-libs/imlib2 needs to be compiled with the appropriate useflags"
elog "depending on your choice of image files (such as png, jpeg...)"
einfo
}