diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-11-03 16:12:18 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-11-03 16:12:18 +0000 |
commit | 1c85d4e3a1e6266fbe3fdc8df061b95b8ddeabdf (patch) | |
tree | 785dcaff06ab2de51e7f4a600b6454237b67b91d /x11-wm/compiz | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-1c85d4e3a1e6266fbe3fdc8df061b95b8ddeabdf.tar.gz gentoo-2-1c85d4e3a1e6266fbe3fdc8df061b95b8ddeabdf.tar.bz2 gentoo-2-1c85d4e3a1e6266fbe3fdc8df061b95b8ddeabdf.zip |
Added a warning that it's required to rebuild compiz after updating metacity to 2.24 or gtk-window-decorator will crash.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'x11-wm/compiz')
-rw-r--r-- | x11-wm/compiz/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/compiz/compiz-0.7.8.ebuild | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/x11-wm/compiz/ChangeLog b/x11-wm/compiz/ChangeLog index 7a9f6d0375d1..693da1f3439f 100644 --- a/x11-wm/compiz/ChangeLog +++ b/x11-wm/compiz/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/compiz # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.30 2008/11/01 13:19:57 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.31 2008/11/03 16:12:18 jmbsvicetto Exp $ + + 03 Nov 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + compiz-0.7.8.ebuild: + Added a warning that it's required to rebuild compiz after updating + metacity to 2.24 or gtk-window-decorator will crash. 01 Nov 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> +files/compiz-manager: diff --git a/x11-wm/compiz/compiz-0.7.8.ebuild b/x11-wm/compiz/compiz-0.7.8.ebuild index 92403fc1a7a6..aa9849496fe0 100644 --- a/x11-wm/compiz/compiz-0.7.8.ebuild +++ b/x11-wm/compiz/compiz-0.7.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.7.8.ebuild,v 1.1 2008/10/31 16:48:40 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.7.8.ebuild,v 1.2 2008/11/03 16:12:18 jmbsvicetto Exp $ EAPI="2" @@ -134,6 +134,9 @@ src_install() { pkg_postinst() { use gnome && gnome2_gconf_install + + 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." } pkg_prerm() { |