# HG changeset patch # User Ben Arnold # Date 1289296636 0 # Node ID 6eec6ac58d3e0de5b6f6ce2c2f4e440e7650a31e # Parent 610afdf7196c824f7b241d0ef8c6a4142836a4d0 Fix: ruby-gtk2: include Glade support for compatibility with Glade-created UIs. While still GTK-related, this is available only from the Ruby-GNOME source package, with no other implications. diff -r 610afdf7196c -r 6eec6ac58d3e ruby-gtk2/receipt --- a/ruby-gtk2/receipt Tue Nov 09 09:18:32 2010 +0100 +++ b/ruby-gtk2/receipt Tue Nov 09 09:57:16 2010 +0000 @@ -4,14 +4,14 @@ # GTK+ & Glade parts. Select parts to compile on the following line. # Any unwanted extras (i.e. GNOME stuff) will be ignored. -SELECTED_LIBS="glib2 gio pango atk gdkpixbuf2 gtk2" +SELECTED_LIBS="glib2 pango atk gdk_pixbuf2 libglade gtk2" PACKAGE="ruby-gtk2" VERSION="0.90.5" CATEGORY="development" SHORT_DESC="GTK+ bindings for Ruby." MAINTAINER="ben@seawolfsanctuary.com" -SOURCE="ruby-gtk2" +SOURCE="ruby-gnome2-all" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://ruby-gnome2.sourceforge.jp/" WGET_URL="$SF_MIRROR/ruby-gnome2/$TARBALL"