From the official site : "A new release (0.4.2) of Guake is available from the 2010-08-01." Portage only includes 0.4.1. Interesting new features in 0.4.2 : - automatic filling of *_proxy environment variable from gconf - support of color schemes (like gnome-terminal) - probably others (the changelog in the tarball is outdated) Reproducible: Always Steps to Reproduce: 1. emerge -s guake 2. compare with guake.org Actual Results: see above Expected Results: Portage should have an ebuild for guake 0.4.2. Vanilla guake 0.4.2 doesn't even start out-of-the-box because of a minor issue (a typo bug). Proposed ebuild and 2 patches are following.
Created attachment 246095 [details, diff] proposed diff for 0.4.1-r1 -> 0.4.2 ebuild Proposed diff to create guake-0.4.2.ebuild from guake-0.4.1-r1.ebuild
Created attachment 246097 [details, diff] proposed patch to fix startup issue Proposed patch to fix a startup issue : guake tries to read the gconf key /system/proxy/secure_port as a string value but it's an int.
Created attachment 246098 [details, diff] proposed patch for a translation issue On the second tab of the preferences dialog, the "history size" label has a fixed width. Translated strings may not fit in this space. This patch allows the glade ui designer to dynamically compute the required width. Bye
Where are these patches from? Have they been submitted upstream?
First patch can be found at https://bugzilla.redhat.com/show_bug.cgi?id=626303 reported upstream as http://guake.org/ticket/246
+*guake-0.4.2 (05 Sep 2010) + + 05 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> +guake-0.4.2.ebuild, + +files/guake-0.4.2-int-ssl-port.patch, + +files/guake-0.4.2-prefs-spinbox.patch: + Version bump wrt #336068 by "Florian".
(In reply to comment #5) > First patch can be found at > https://bugzilla.redhat.com/show_bug.cgi?id=626303 > reported upstream as http://guake.org/ticket/246 And the second patch? 0.4.3 was released after nearly 2 years and the patch is not in. I'm dropping it.