Sha256: 24451cf5958a9eef7e85317f508366d2c7647c2e24fb61b0025c7cddb95322b9

Contents?: true

Size: 490 Bytes

Versions: 18

Compression:

Stored size: 490 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",
  ]
  package.windows.packages = []
  package.windows.dependencies = []
end
package_task.define

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
gtk3-2.2.5-x64-mingw32 Rakefile
gtk3-2.2.5-x86-mingw32 Rakefile
gtk3-2.2.5 Rakefile
gtk3-2.2.4-x64-mingw32 Rakefile
gtk3-2.2.4-x86-mingw32 Rakefile
gtk3-2.2.4 Rakefile
gtk3-2.2.3-x86-mingw32 Rakefile
gtk3-2.2.3 Rakefile
gtk3-2.2.2-x86-mingw32 Rakefile
gtk3-2.2.2 Rakefile
gtk3-2.2.1-x86-mingw32 Rakefile
gtk3-2.2.1 Rakefile
gtk3-2.2.0-x86-mingw32 Rakefile
gtk3-2.2.0 Rakefile
gtk3-2.1.0-x86-mingw32 Rakefile
gtk3-2.1.0 Rakefile
gtk3-2.0.3-x86-mingw32 Rakefile
gtk3-2.0.3 Rakefile