diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-07-23 05:07:23 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-07-23 05:07:23 +0000 |
commit | c4184d82a7671290e693201ba09b44ccce2a90d4 (patch) | |
tree | 89cd7092daee02466af1989af4a47ac705a18e11 /x11-wm | |
parent | Update to EAPI=4 so we can depend on ncurses[static-libs] when building with ... (diff) | |
download | gentoo-2-c4184d82a7671290e693201ba09b44ccce2a90d4.tar.gz gentoo-2-c4184d82a7671290e693201ba09b44ccce2a90d4.tar.bz2 gentoo-2-c4184d82a7671290e693201ba09b44ccce2a90d4.zip |
Add notifcation to use AddARGBGLXVisuals options with nvidia-drivers. #427608; Update maintainer mail addres.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compiz/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/compiz/compiz-0.8.6-r3.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/compiz/compiz-0.8.8.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/compiz/metadata.xml | 4 |
4 files changed, 14 insertions, 6 deletions
diff --git a/x11-wm/compiz/ChangeLog b/x11-wm/compiz/ChangeLog index 0e5c7b0fd069..e676f530ab70 100644 --- a/x11-wm/compiz/ChangeLog +++ b/x11-wm/compiz/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/compiz # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.65 2012/06/18 18:45:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.66 2012/07/23 05:07:23 naota Exp $ + + 23 Jul 2012; Naohiro Aota <naota@gentoo.org> compiz-0.8.6-r3.ebuild, + compiz-0.8.8.ebuild, metadata.xml: + Add notifcation to use AddARGBGLXVisuals options with nvidia-drivers. #427608; + Update maintainer mail addres. 18 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> compiz-0.8.8.ebuild: Update to EAPI4 and prune_libtool_files. @@ -332,4 +337,3 @@ +files/06-glfinish.patch, +files/07-cow.patch, +files/compiz-aiglx, +compiz-0.0.13_pre20060916.ebuild: Initial commit of compiz. - diff --git a/x11-wm/compiz/compiz-0.8.6-r3.ebuild b/x11-wm/compiz/compiz-0.8.6-r3.ebuild index 08cc76c3baf0..b63835b6e502 100644 --- a/x11-wm/compiz/compiz-0.8.6-r3.ebuild +++ b/x11-wm/compiz/compiz-0.8.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.8.6-r3.ebuild,v 1.4 2012/05/04 08:58:57 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.8.6-r3.ebuild,v 1.5 2012/07/23 05:07:23 naota Exp $ EAPI="2" @@ -161,6 +161,8 @@ pkg_postinst() { ewarn "If you update to x11-wm/metacity-2.24 after you install ${P}," ewarn "gtk-window-decorator will crash until you reinstall ${PN} again." + elog + elog "To work with nvidia-drivers, you must enable the AddARGBGLXVisuals option." } pkg_prerm() { diff --git a/x11-wm/compiz/compiz-0.8.8.ebuild b/x11-wm/compiz/compiz-0.8.8.ebuild index 38b6f177234a..0fc6ed55aaa7 100644 --- a/x11-wm/compiz/compiz-0.8.8.ebuild +++ b/x11-wm/compiz/compiz-0.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.8.8.ebuild,v 1.3 2012/06/18 18:45:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.8.8.ebuild,v 1.4 2012/07/23 05:07:23 naota Exp $ EAPI=4 inherit autotools eutils gnome2-utils @@ -153,6 +153,8 @@ pkg_postinst() { ewarn "If you update to x11-wm/metacity-2.24 after you install ${P}," ewarn "gtk-window-decorator will crash until you reinstall ${PN} again." + elog + elog "To work with nvidia-drivers, you must enable the AddARGBGLXVisuals option." } pkg_prerm() { diff --git a/x11-wm/compiz/metadata.xml b/x11-wm/compiz/metadata.xml index 1437ec938524..9bc407f3f2fc 100644 --- a/x11-wm/compiz/metadata.xml +++ b/x11-wm/compiz/metadata.xml @@ -12,8 +12,8 @@ </flag> </use> <maintainer> - <email>pinkbyte@mail.ru</email> - <name>Pinkbyte</name> + <email>admin@pinkbyte.ru</email> + <name>Sergey Popov</name> <description>Maintainer. Assign bugs to him</description> </maintainer> <maintainer> |