summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-06-08 16:00:13 +0000
committerSven Wegener <swegener@gentoo.org>2005-06-08 16:00:13 +0000
commite5e647081892b74682706aac7552b8c3392eb1bc (patch)
tree9de63d8b696d5a19ff2e839271269c2759975f88 /net-irc
parentVersion bump. (diff)
downloadgentoo-2-e5e647081892b74682706aac7552b8c3392eb1bc.tar.gz
gentoo-2-e5e647081892b74682706aac7552b8c3392eb1bc.tar.bz2
gentoo-2-e5e647081892b74682706aac7552b8c3392eb1bc.zip
Adjusted the pkg_postinst message a bit, bug #95460.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat-systray/ChangeLog6
-rw-r--r--net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild9
2 files changed, 10 insertions, 5 deletions
diff --git a/net-irc/xchat-systray/ChangeLog b/net-irc/xchat-systray/ChangeLog
index 2361d6824286..b009046c5959 100644
--- a/net-irc/xchat-systray/ChangeLog
+++ b/net-irc/xchat-systray/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/xchat-systray
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/ChangeLog,v 1.19 2005/05/16 15:59:33 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/ChangeLog,v 1.20 2005/06/08 16:00:13 swegener Exp $
+
+ 08 Jun 2005; Sven Wegener <swegener@gentoo.org>
+ xchat-systray-2.4.5-r1.ebuild:
+ Adjusted the pkg_postinst message a bit, bug #95460.
16 May 2005; Sven Wegener <swegener@gentoo.org>
xchat-systray-2.4.5-r1.ebuild:
diff --git a/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild b/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild
index 594216826fe1..c17fa2aef3d6 100644
--- a/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild
+++ b/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild,v 1.5 2005/05/16 15:59:33 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild,v 1.6 2005/06/08 16:00:13 swegener Exp $
inherit flag-o-matic eutils toolchain-funcs
@@ -49,9 +49,10 @@ src_install() {
pkg_postinst() {
einfo
- einfo "As of 2.4.5 the images will be installed seperately and will not be included"
- einfo "in the binary. The images have been installed in /usr/share/xchat-systray"
+ einfo "The icons have been installed in /usr/share/xchat-systray"
einfo
- einfo "Please update your settings accordingly!"
+ einfo "The icons path is a per-user setting and you need to set it or the icons"
+ einfo "will not show up in the menu. Please go to 'Systray settings' and set"
+ einfo "'Select icons path' to /usr/share/xchat-systray to set the icons path."
einfo
}