Sha256: a7c81b9bf548896af770aec1d96d7647e7aff3a073dd56b37349a7fe15f7d49a

Contents?: true

Size: 679 Bytes

Versions: 27

Compression:

Stored size: 679 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 = []
  package.cross_compiling do |spec|
    if /mingw|mswin/ =~ spec.platform.to_s
      spec.add_runtime_dependency("rsvg2", "= #{package.version}")
    end
  end
end
package_task.define

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
gtk3-3.2.5-x64-mingw32 Rakefile
gtk3-3.2.5-x86-mingw32 Rakefile
gtk3-3.2.5 Rakefile
gtk3-3.2.4-x64-mingw32 Rakefile
gtk3-3.2.4-x86-mingw32 Rakefile
gtk3-3.2.4 Rakefile
gtk3-3.2.3-x64-mingw32 Rakefile
gtk3-3.2.3-x86-mingw32 Rakefile
gtk3-3.2.3 Rakefile
gtk3-3.2.2-x64-mingw32 Rakefile
gtk3-3.2.2-x86-mingw32 Rakefile
gtk3-3.2.2 Rakefile
gtk3-3.2.1-x64-mingw32 Rakefile
gtk3-3.2.1-x86-mingw32 Rakefile
gtk3-3.2.1 Rakefile
gtk3-3.2.0-x86-mingw32 Rakefile
gtk3-3.2.0-x64-mingw32 Rakefile
gtk3-3.2.0 Rakefile
gtk3-3.1.9-x64-mingw32 Rakefile
gtk3-3.1.9-x86-mingw32 Rakefile