summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-09-13 20:13:02 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-09-13 20:13:02 +0000
commit6a926cea40209ccb5a4852dc48c33ca6c923bd99 (patch)
tree6d1b0f47e2fab3ad0978f78e75b05f6e21579acd /x11-wm
parentMake the xinitrc executable. bug #434936 (diff)
downloadgentoo-2-6a926cea40209ccb5a4852dc48c33ca6c923bd99.tar.gz
gentoo-2-6a926cea40209ccb5a4852dc48c33ca6c923bd99.tar.bz2
gentoo-2-6a926cea40209ccb5a4852dc48c33ca6c923bd99.zip
Add postinst info about suggested optional dependencies wrt to #434388 and #434898 by Erik Price <gentoo@erikprice.net> and avx <idevelop@ph030.de> respectively
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/i3/ChangeLog7
-rw-r--r--x11-wm/i3/i3-4.2.ebuild11
2 files changed, 16 insertions, 2 deletions
diff --git a/x11-wm/i3/ChangeLog b/x11-wm/i3/ChangeLog
index 4e7fee968aa3..e64d53b6ead9 100644
--- a/x11-wm/i3/ChangeLog
+++ b/x11-wm/i3/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-wm/i3
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.21 2012/08/21 11:31:11 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.22 2012/09/13 20:13:02 xarthisius Exp $
+
+ 13 Sep 2012; Kacper Kowalik <xarthisius@gentoo.org> i3-4.2.ebuild:
+ Add postinst info about suggested optional dependencies wrt to #434388 and
+ #434898 by Erik Price <gentoo@erikprice.net> and avx <idevelop@ph030.de>
+ respectively
21 Aug 2012; Kacper Kowalik <xarthisius@gentoo.org> -i3-4.1.2-r1.ebuild:
Drop old
diff --git a/x11-wm/i3/i3-4.2.ebuild b/x11-wm/i3/i3-4.2.ebuild
index 810a0d1fc2ac..ce76d72afa01 100644
--- a/x11-wm/i3/i3-4.2.ebuild
+++ b/x11-wm/i3/i3-4.2.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-wm/i3/i3-4.2.ebuild,v 1.4 2012/06/26 06:39:36 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-4.2.ebuild,v 1.5 2012/09/13 20:13:02 xarthisius Exp $
EAPI=4
@@ -57,3 +57,12 @@ src_install() {
exeinto /etc/X11/Sessions
doexe "${T}"/i3wm
}
+
+pkg_postinst() {
+ einfo "There are several packages that you may find useful with ${PN} and"
+ einfo "their usage is suggested by the upstream maintainers, namely:"
+ einfo " x11-misc/dmenu"
+ einfo " x11-misc/i3status"
+ einfo " x11-misc/i3lock"
+ einfo "Please refer to their description for additional info."
+}