summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-10-27 17:05:38 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-10-27 17:05:38 +0000
commit06771296d5c9c3a238de378feaafacd9efec54c7 (patch)
treee8bde977d3f3e569c6d88b8cc045db847407e27f /x11-misc
parentstable ppc ppc64, bug #439122 (diff)
downloadgentoo-2-06771296d5c9c3a238de378feaafacd9efec54c7.tar.gz
gentoo-2-06771296d5c9c3a238de378feaafacd9efec54c7.tar.bz2
gentoo-2-06771296d5c9c3a238de378feaafacd9efec54c7.zip
add elog wrt #439898, fix bashcomp install dest
(Portage version: 2.2.0_alpha140/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/wbar/ChangeLog8
-rw-r--r--x11-misc/wbar/wbar-2.3.4-r1.ebuild (renamed from x11-misc/wbar/wbar-2.3.4.ebuild)14
2 files changed, 20 insertions, 2 deletions
diff --git a/x11-misc/wbar/ChangeLog b/x11-misc/wbar/ChangeLog
index 433610efd075..0beb4e7a5c06 100644
--- a/x11-misc/wbar/ChangeLog
+++ b/x11-misc/wbar/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/wbar
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.26 2012/09/24 20:33:42 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.27 2012/10/27 17:05:38 hasufell Exp $
+
+*wbar-2.3.4-r1 (27 Oct 2012)
+
+ 27 Oct 2012; Julian Ospald <hasufell@gentoo.org> -wbar-2.3.4.ebuild,
+ +wbar-2.3.4-r1.ebuild:
+ add elog wrt #439898, fix bashcomp install dest
*wbar-2.3.4 (24 Sep 2012)
diff --git a/x11-misc/wbar/wbar-2.3.4.ebuild b/x11-misc/wbar/wbar-2.3.4-r1.ebuild
index f9b02aa66ad4..129bc23712d4 100644
--- a/x11-misc/wbar/wbar-2.3.4.ebuild
+++ b/x11-misc/wbar/wbar-2.3.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.ebuild,v 1.1 2012/09/24 20:33:42 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/wbar-2.3.4-r1.ebuild,v 1.1 2012/10/27 17:05:38 hasufell Exp $
EAPI=4
@@ -30,6 +30,11 @@ DEPEND="${RDEPEND}
src_prepare() {
use gtk || epatch "${FILESDIR}"/${PN}-2.3.3-cfg.patch
epatch "${FILESDIR}"/${PN}-2.3.3-{desktopfile,nowerror,test}.patch
+
+ sed -i \
+ -e '/bashcompletiondir/s#=.*$#= /usr/share/bash-completion#' \
+ etc/Makefile.am || die "sed etc/Makefile.am failed!"
+
eautoreconf
}
@@ -37,3 +42,10 @@ 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
+}