wok-stable rev 7196

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.
author Ben Arnold <ben@seawolfsanctuary.com>
date Tue Nov 09 09:57:16 2010 +0000 (2010-11-09)
parents 610afdf7196c
children 5fe9123fe7e2
files ruby-gtk2/receipt
line diff
     1.1 --- a/ruby-gtk2/receipt	Tue Nov 09 09:18:32 2010 +0100
     1.2 +++ b/ruby-gtk2/receipt	Tue Nov 09 09:57:16 2010 +0000
     1.3 @@ -4,14 +4,14 @@
     1.4  # GTK+ & Glade parts. Select parts to compile on the following line.
     1.5  # Any unwanted extras (i.e. GNOME stuff) will be ignored.
     1.6  
     1.7 -SELECTED_LIBS="glib2 gio pango atk gdkpixbuf2 gtk2"
     1.8 +SELECTED_LIBS="glib2 pango atk gdk_pixbuf2 libglade gtk2"
     1.9  
    1.10  PACKAGE="ruby-gtk2"
    1.11  VERSION="0.90.5"
    1.12  CATEGORY="development"
    1.13  SHORT_DESC="GTK+ bindings for Ruby."
    1.14  MAINTAINER="ben@seawolfsanctuary.com"
    1.15 -SOURCE="ruby-gtk2"
    1.16 +SOURCE="ruby-gnome2-all"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18  WEB_SITE="http://ruby-gnome2.sourceforge.jp/"
    1.19  WGET_URL="$SF_MIRROR/ruby-gnome2/$TARBALL"