summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-08-22 00:44:31 +0000
committerMichael Januszewski <spock@gentoo.org>2004-08-22 00:44:31 +0000
commit220b72da6ebc62447bcdf0d39aa8e255293bebf2 (patch)
treea1e00385e9fd00a46b4471396eb73666a9620950 /x11-terms/aterm
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-220b72da6ebc62447bcdf0d39aa8e255293bebf2.tar.gz
gentoo-2-220b72da6ebc62447bcdf0d39aa8e255293bebf2.tar.bz2
gentoo-2-220b72da6ebc62447bcdf0d39aa8e255293bebf2.zip
Added a warning about transparency and correct background image setting.
Diffstat (limited to 'x11-terms/aterm')
-rw-r--r--x11-terms/aterm/aterm-0.4.2-r10.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-terms/aterm/aterm-0.4.2-r10.ebuild b/x11-terms/aterm/aterm-0.4.2-r10.ebuild
index b9093f523945..b1fcb3dd1088 100644
--- a/x11-terms/aterm/aterm-0.4.2-r10.ebuild
+++ b/x11-terms/aterm/aterm-0.4.2-r10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/aterm/aterm-0.4.2-r10.ebuild,v 1.4 2004/08/03 14:38:46 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/aterm/aterm-0.4.2-r10.ebuild,v 1.5 2004/08/22 00:44:31 spock Exp $
inherit eutils
@@ -86,8 +86,12 @@ src_install () {
}
pkg_postinst () {
- einfo
+ echo ""
einfo "Hint: you can copy text from aterm to the clipboard by holding the ALT key"
einfo "while highlighting the text."
- einfo
+ echo ""
+ ewarn "The transparent background will only work if you have the 'real' root wallpaper"
+ ewarn "set. Use Esetroot (x11-terms/eterm) or fbsetbg (x11-wm/fluxbox) if you are"
+ ewarn "experiencing problems with transparency in aterm."
+ echo ""
}