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
commit3599bf73348207a7b95adcc791a9f18d5c6123eb (patch)
treee79be3b1dcf818ac98b27fd9a15f2bdc60e950a2 /x11-terms
parentVersion bump. (diff)
downloadhistorical-3599bf73348207a7b95adcc791a9f18d5c6123eb.tar.gz
historical-3599bf73348207a7b95adcc791a9f18d5c6123eb.tar.bz2
historical-3599bf73348207a7b95adcc791a9f18d5c6123eb.zip
Added a warning about transparency and correct background image setting.
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/aterm/Manifest2
-rw-r--r--x11-terms/aterm/aterm-0.4.2-r10.ebuild10
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-terms/aterm/Manifest b/x11-terms/aterm/Manifest
index 1600cb1d60b1..40cf047806b9 100644
--- a/x11-terms/aterm/Manifest
+++ b/x11-terms/aterm/Manifest
@@ -1,5 +1,5 @@
MD5 0583ec5b616f4e07029334e2eee1a31e aterm-0.4.2-r8.ebuild 2074
-MD5 f820b3d8d869cea698845175f6aa6abc aterm-0.4.2-r10.ebuild 2298
+MD5 8dc53ebe8c19e888a046fd01774151ac aterm-0.4.2-r10.ebuild 2543
MD5 8322a090943f0f51c2a26442b10a21e8 aterm-0.4.2-r7.ebuild 1867
MD5 8eafa87d5e81f8c909b9f6e2189ce58c ChangeLog 7161
MD5 3b08f91f0073f06d9ff53749a795ac10 aterm-0.4.2-r9.ebuild 2171
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 ""
}