Sha256: 8f41b51cadb939d26639aede42955478a670f65af86c7805a85bf7e689db96cd

Contents?: true

Size: 680 Bytes

Versions: 44

Compression:

Stored size: 680 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

44 entries across 44 versions & 1 rubygems

Version Path
gtk3-3.1.6-x64-mingw32 Rakefile
gtk3-3.1.6-x86-mingw32 Rakefile
gtk3-3.1.6 Rakefile
gtk3-3.1.5-x64-mingw32 Rakefile
gtk3-3.1.5-x86-mingw32 Rakefile
gtk3-3.1.4-x64-mingw32 Rakefile
gtk3-3.1.4-x86-mingw32 Rakefile
gtk3-3.1.4 Rakefile
gtk3-3.1.3-x64-mingw32 Rakefile
gtk3-3.1.3-x86-mingw32 Rakefile
gtk3-3.1.3 Rakefile
gtk3-3.1.2-x64-mingw32 Rakefile
gtk3-3.1.2-x86-mingw32 Rakefile
gtk3-3.1.2 Rakefile
gtk3-3.1.1-x64-mingw32 Rakefile
gtk3-3.1.1-x86-mingw32 Rakefile
gtk3-3.1.1 Rakefile
gtk3-3.1.0-x64-mingw32 Rakefile
gtk3-3.1.0-x86-mingw32 Rakefile
gtk3-3.1.0 Rakefile