diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-11-05 04:56:31 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-11-05 04:56:31 +0000 |
commit | daf614a9a35314f82c21b30e1fcb13a85fb819e5 (patch) | |
tree | e6f457c572bbb19ea08e9fb124b1eb5dea9c6c06 /x11-base | |
parent | initial import #111281 by fabien Zouaoui (diff) | |
download | historical-daf614a9a35314f82c21b30e1fcb13a85fb819e5.tar.gz historical-daf614a9a35314f82c21b30e1fcb13a85fb819e5.tar.bz2 historical-daf614a9a35314f82c21b30e1fcb13a85fb819e5.zip |
Add a pkg_postinst(), so we can have a bunch of einfo help.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 6 | ||||
-rw-r--r-- | x11-base/xorg-x11/Manifest | 4 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-7.0.0_rc1.ebuild | 39 |
3 files changed, 45 insertions, 4 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index 354b87c0bb2f..a05222d9b89b 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-base/xorg-x11 # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.472 2005/11/03 18:36:30 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.473 2005/11/05 04:56:31 spyderous Exp $ + + 05 Nov 2005; Donnie Berkholz <spyderous@gentoo.org>; + xorg-x11-7.0.0_rc1.ebuild: + Add a pkg_postinst(), so we can have a bunch of einfo help. 03 Nov 2005; Ferris McCormick <fmccor@gentoo.org> xorg-x11-7.0.0_rc1.ebuild: diff --git a/x11-base/xorg-x11/Manifest b/x11-base/xorg-x11/Manifest index 92ce2cdf553d..aeb8a8de297a 100644 --- a/x11-base/xorg-x11/Manifest +++ b/x11-base/xorg-x11/Manifest @@ -1,4 +1,4 @@ -MD5 5e52f2c579a2c9a6fba397b6b5ae6e66 ChangeLog 108143 +MD5 8e647549c68172d9fa869cf7f8586f6e ChangeLog 108293 MD5 84ed1084819731e2acef3610f0b6b30a files/digest-xorg-x11-6.8.2-r4 506 MD5 a60034cf312e05f28a2da6b202d53e44 files/digest-xorg-x11-6.8.2-r6 504 MD5 74c3f07657d69432f516175657c23ba0 files/digest-xorg-x11-6.8.99.15-r4 518 @@ -7,4 +7,4 @@ MD5 ac1137a20503dcb8f9ba2939a2a766f6 metadata.xml 230 MD5 aa1fdddf5e2240d1b9001668019c55a7 xorg-x11-6.8.2-r4.ebuild 55108 MD5 8eecd782819774d2b23d36e37a2864f7 xorg-x11-6.8.2-r6.ebuild 55222 MD5 38dbe8c5ae52c31df510280ef0b3187a xorg-x11-6.8.99.15-r4.ebuild 54183 -MD5 987d6b73c924c0849b93ce428f2e2498 xorg-x11-7.0.0_rc1.ebuild 1446 +MD5 7708d4c5a31f677e2c6447b1dca7a2fa xorg-x11-7.0.0_rc1.ebuild 2732 diff --git a/x11-base/xorg-x11/xorg-x11-7.0.0_rc1.ebuild b/x11-base/xorg-x11/xorg-x11-7.0.0_rc1.ebuild index d04db5beddf0..2a8af25970ea 100644 --- a/x11-base/xorg-x11/xorg-x11-7.0.0_rc1.ebuild +++ b/x11-base/xorg-x11/xorg-x11-7.0.0_rc1.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/x11-base/xorg-x11/xorg-x11-7.0.0_rc1.ebuild,v 1.5 2005/11/03 18:36:31 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-7.0.0_rc1.ebuild,v 1.6 2005/11/05 04:56:31 spyderous Exp $ DESCRIPTION="An X11 implementation maintained by the X.Org Foundation (meta package)" @@ -50,3 +50,40 @@ DEPEND="${RDEPEND}" # We need some checks for weird symlinks on migrate # /usr/lib/X11/xdm -> ../../../etc/X11/xdm + +pkg_postinst() { + x-modular_pkg_postinst + + echo + einfo "Please note that the xcursors are in /usr/share/cursors/${PN}." + einfo "Any custom cursor sets should be placed in that directory." + echo + einfo "If you wish to set system-wide default cursors, please create" + einfo "/usr/local/share/cursors/${PN}/default/index.theme" + einfo "with content: \"Inherits=theme_name\" so that future" + einfo "emerges will not overwrite those settings." + echo + einfo "Listening on TCP is disabled by default with startx." + einfo "To enable it, edit /usr/bin/startx." + echo + + ewarn "Please read the modular X migration guide at" + ewarn "http://dev.gentoo.org/~spyderous/xorg-x11/migrating_to_modular_x_howto.txt" + echo + einfo "If you encounter any non-configuration issues, please file a bug at" + einfo "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux" + einfo "and attach /etc/X11/xorg.conf, /var/log/Xorg.0.log and emerge info" + echo + einfo "In the future, you will be able to affect which drivers are installed" + einfo "with the VIDEO_CARDS and INPUT_DEVICES settings." + echo + + # (#76985) + einfo "Visit http://www.gentoo.org/doc/en/index.xml?catid=desktop" + einfo "for more information on configuring X." + echo + + # Try to get people to read this, pending #11359 + ebeep 5 + epause 10 +} |