Revision: 117484 https://trac.macports.org/changeset/117484 Author: devans@macports.org Date: 2014-02-28 08:21:08 -0800 (Fri, 28 Feb 2014) Log Message: ----------- zenity: apply upstream patch, list box doesn't expand to fill window (#42643). Modified Paths: -------------- trunk/dports/gnome/zenity/Portfile Added Paths: ----------- trunk/dports/gnome/zenity/files/ trunk/dports/gnome/zenity/files/patch-src-zenity.ui.diff Modified: trunk/dports/gnome/zenity/Portfile =================================================================== --- trunk/dports/gnome/zenity/Portfile 2014-02-28 16:05:44 UTC (rev 117483) +++ trunk/dports/gnome/zenity/Portfile 2014-02-28 16:21:08 UTC (rev 117484) @@ -5,6 +5,7 @@ name zenity version 3.8.0 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] description zenity allows you to display dialog boxes from the commandline. long_description \ @@ -32,6 +33,8 @@ port:libnotify \ path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3 +patchfiles patch-src-zenity.ui.diff + # update m4/intltool.m4 and autoreconf pre-configure { Added: trunk/dports/gnome/zenity/files/patch-src-zenity.ui.diff =================================================================== --- trunk/dports/gnome/zenity/files/patch-src-zenity.ui.diff (rev 0) +++ trunk/dports/gnome/zenity/files/patch-src-zenity.ui.diff 2014-02-28 16:21:08 UTC (rev 117484) @@ -0,0 +1,12 @@ +https://bugzilla.gnome.org/show_bug.cgi?id=702535 +https://git.gnome.org/browse/zenity/commit/?id=80bc8ce643979fec201c4ebd5cd64... +--- src/zenity.ui.orig ++++ src/zenity.ui +@@ -1021,6 +1021,7 @@ + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="shadow_type">in</property> ++ <property name="expand">True</property> + <child> + <object class="GtkTreeView" id="zenity_tree_view"> + <property name="visible">True</property>