jer 14/10/22 07:01:57 Modified: ChangeLog Added: wbar-2.3.4-r2.ebuild Log: Fix completion (bug #526344). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.34 x11-misc/wbar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 10 Aug 2014 20:04:28 -0000 1.33 +++ ChangeLog 22 Oct 2014 07:01:57 -0000 1.34 @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/wbar # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.33 2014/08/10 20:04:28 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.34 2014/10/22 07:01:57 jer Exp $ + +*wbar-2.3.4-r2 (22 Oct 2014) + + 22 Oct 2014; Jeroen Roovers <[email protected]> +wbar-2.3.4-r2.ebuild, + +files/wbar-2.3.4-completion.patch: + Fix completion (bug #526344). 10 Aug 2014; Sergei Trofimovich <[email protected]> wbar-1.3.3.ebuild, wbar-2.2.2.ebuild: 1.1 x11-misc/wbar/wbar-2.3.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/wbar-2.3.4-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/wbar-2.3.4-r2.ebuild?rev=1.1&content-type=text/plain Index: wbar-2.3.4-r2.ebuild =================================================================== # Copyright 1999-2014 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-r2.ebuild,v 1.1 2014/10/22 07:01:57 jer Exp $ EAPI=5 inherit autotools bash-completion-r1 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 \ "${FILESDIR}"/${P}-completion.patch sed -i \ -e "/^bashcompletiondir/s:=.*$:=$(get_bashcompdir):" \ etc/Makefile.am || die #482358 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 }
