Sha256: 7940839035c407f1c7e5821f8d3966a6bc435d91bb11caa64bc8e20891701151

Contents?: true

Size: 519 Bytes

Versions: 5

Compression:

Stored size: 519 Bytes

Contents

# -*- ruby -*-

$LOAD_PATH.unshift("./../glib2/lib")
require 'gnome2/rake/package-task'

package_task = GNOME2::Rake::PackageTask.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",
    "gobject-introspection",
  ]
  package.windows.packages = []
  package.windows.dependencies = []
end
package_task.define

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gtk3-3.0.1-x86-mingw32 Rakefile
gtk3-3.0.1-x64-mingw32 Rakefile
gtk3-3.0.1 Rakefile
gtk3-3.0.0-x86-mingw32 Rakefile
gtk3-3.0.0-x64-mingw32 Rakefile