diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-31 10:14:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-31 10:14:05 +0000 |
commit | 661c4e81b345135c95f55da5ba6f366502c4dae3 (patch) | |
tree | 8374c22b74929b47241500259fdcf380db415097 /net-www/galeon | |
parent | Switched SRC_URI's around to make ftp.vim.org the (diff) | |
download | gentoo-2-661c4e81b345135c95f55da5ba6f366502c4dae3.tar.gz gentoo-2-661c4e81b345135c95f55da5ba6f366502c4dae3.tar.bz2 gentoo-2-661c4e81b345135c95f55da5ba6f366502c4dae3.zip |
output warning to user without gnome USE flag to remerge libglade with gnome support
Diffstat (limited to 'net-www/galeon')
-rw-r--r-- | net-www/galeon/ChangeLog | 9 | ||||
-rw-r--r-- | net-www/galeon/galeon-1.2.0-r3.ebuild | 13 |
2 files changed, 18 insertions, 4 deletions
diff --git a/net-www/galeon/ChangeLog b/net-www/galeon/ChangeLog index 8563dcef17a7..ce885a56233a 100644 --- a/net-www/galeon/ChangeLog +++ b/net-www/galeon/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-www/galeon # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/ChangeLog,v 1.5 2002/03/30 22:15:35 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/ChangeLog,v 1.6 2002/03/31 10:14:05 seemant Exp $ + +*galeon-1.2.0-r3 (31 Mar 2002) + + 31 Mar 2002; Seemant Kulleen <seemant@gentoo.org> galeon-1.2.0-r3.ebuild : + + Sorry about that. pkg_postinst() is set to output a message to the user to + remerge libglade with gnome support, if the gnome USE flag is not set. *galeon-1.2.0-r3 (30 Mar 2002) diff --git a/net-www/galeon/galeon-1.2.0-r3.ebuild b/net-www/galeon/galeon-1.2.0-r3.ebuild index 663ef4f08c3b..9fc554ad2c0b 100644 --- a/net-www/galeon/galeon-1.2.0-r3.ebuild +++ b/net-www/galeon/galeon-1.2.0-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.0-r3.ebuild,v 1.1 2002/03/30 22:15:36 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.0-r3.ebuild,v 1.2 2002/03/31 10:14:05 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A small web-browser for gnome that uses mozillas render engine" @@ -66,6 +66,13 @@ pkg_postinst() { galeon-config-tool --fix-gconf-permissions galeon-config-tool --pkg-install-schemas scrollkeeper-update - + + if [ -z "`use gnome`" ] + then + einfo "Please remerge libglade with gnome support, or else galeon" + einfo "will not be able to start up." + einfo + einfo 'To do this, type: ' + einfo 'USE="gnome" emerge libglade' + fi } - |