Sha256: 3e160474189bb744f4d51423b2199c38d4e25f2b987b7ef346b4bac8b332c948

Contents?: true

Size: 741 Bytes

Versions: 12

Compression:

Stored size: 741 Bytes

Contents

# -*- ruby -*-

$LOAD_PATH.unshift("./../glib2/lib")
require 'gnome2-raketask'

package = GNOME2Package.new do |_package|
  _package.summary = "Ruby/GTK3 is a Ruby binding of GTK+-3.x."
  _package.description = "Ruby/GTK3 is a Ruby binding of GTK+-3.x."
  _package.dependency.gem.runtime = ["glib2",
                                     "gio2",
                                     "atk",
                                     "pango",
                                     "gdk_pixbuf2",
                                     "gdk3"]
  _package.win32.packages = ["gtk+"]
  _package.win32.dependencies = []
  _package.required_ruby_version = ">= 1.9.2"
  _package.post_install_message = "This library is experimental."
end
package.define_tasks

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
gtk3-1.2.6-x86-mingw32 Rakefile
gtk3-1.2.6 Rakefile
gtk3-1.2.5-x86-mingw32 Rakefile
gtk3-1.2.5 Rakefile
gtk3-1.2.4-x86-mingw32 Rakefile
gtk3-1.2.4 Rakefile
gtk3-1.2.3-x86-mingw32 Rakefile
gtk3-1.2.3 Rakefile
gtk3-1.2.2-x86-mingw32 Rakefile
gtk3-1.2.2 Rakefile
gtk3-1.2.1-x86-mingw32 Rakefile
gtk3-1.2.1 Rakefile