diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-10-03 12:52:29 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-10-03 12:52:29 +0000 |
commit | ec7f4bdad2ce6d0d5cf3b467a8fe6b424f68dd04 (patch) | |
tree | 39d00a89e3480f4dbdcf738179486881b4ec3d23 /x11-wm/fvwm | |
parent | fixed ppc64 badindev error (diff) | |
download | historical-ec7f4bdad2ce6d0d5cf3b467a8fe6b424f68dd04.tar.gz historical-ec7f4bdad2ce6d0d5cf3b467a8fe6b424f68dd04.tar.bz2 historical-ec7f4bdad2ce6d0d5cf3b467a8fe6b424f68dd04.zip |
postinst message about iconfile expansion
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.11.ebuild | 12 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index 2d3e755fd366..0ececce4dd20 100644 --- a/x11-wm/fvwm/Manifest +++ b/x11-wm/fvwm/Manifest @@ -1,5 +1,5 @@ MD5 b91e90b446bc591842f20d2d5842346c fvwm-2.5.10-r5.ebuild 9832 -MD5 0ea45a157388c930b5d3ff38da882bd7 fvwm-2.5.11.ebuild 9473 +MD5 12faac7b04bbfb5ed977e0f5fe97bdbe fvwm-2.5.11.ebuild 9641 MD5 b23a899441a230e45a4fff6a37449370 fvwm-2.5.10-r6.ebuild 9911 MD5 a936c85f03bd19f26e11f19d24eb7a66 ChangeLog 14892 MD5 4833e4d0685ef48988c0c5c4f9c6b377 metadata.xml 527 diff --git a/x11-wm/fvwm/fvwm-2.5.11.ebuild b/x11-wm/fvwm/fvwm-2.5.11.ebuild index 9d28bdd2ef44..86112935a2bd 100644 --- a/x11-wm/fvwm/fvwm-2.5.11.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.11.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-wm/fvwm/fvwm-2.5.11.ebuild,v 1.6 2004/10/01 08:14:35 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.11.ebuild,v 1.7 2004/10/03 12:52:29 taviso Exp $ inherit eutils flag-o-matic @@ -292,9 +292,13 @@ pkg_postinst() { einfo "FvwmIconMan, please update your configuration to use the new " einfo "officially supported 'ShowNoIcons' option." echo - einfo "The FvwmButtons 'HoverIcon' feature has been renamed 'ActiveIcon'." - einfo "If you have been using this feature, you may also be interested" - einfo "in the new 'PressIcon' Option." + einfo "The FvwmButtons 'HoverIcon', 'HoverTitle' and 'HoverColorset'" + einfo "features have been renamed 'Active'. Please update your" + einfo "configuration accordingly." + echo + einfo 'The $[w.miniiconfile] and $[w.iconfile] expansion has changed, if' + einfo "the image exists in your ImagePath, it will now expand to the full" + einfo "path of the image." echo einfo "For in depth information about all changes in this release, please" einfo "refer to the ChangeLog." |