Sha256: e431dd2ec8be3204e0a87b2c78cc7d3f2cbcddf481c71bbfc56fdddf0e3271f3
Contents?: true
Size: 883 Bytes
Versions: 4
Compression:
Stored size: 883 Bytes
Contents
# -*- ruby -*- $LOAD_PATH.unshift("./../glib2/lib") require "gnome2/rake/package-task" package_task = GNOME2::Rake::PackageTask.new do |package| package.summary = "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x." package.description = "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x." package.dependency.gem.runtime = ["glib2"] package.windows.packages = [] package.windows.dependencies = ["zlib", "libpng"] package.windows.build_dependencies = [ "glib2", "gobject-introspection", ] package.external_packages = [ { :name => "gdk-pixbuf", :download_site => :gnome, :label => "gdk-pixbuf", :version => "2.28.1", :compression_method => "xz", :windows => { :configure_args => [ "--with-included-loaders", "--enable-introspection", ], }, } ] end package_task.define
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gdk_pixbuf2-2.0.2-x86-mingw32 | Rakefile |
gdk_pixbuf2-2.0.2 | Rakefile |
gdk_pixbuf2-2.0.1-x86-mingw32 | Rakefile |
gdk_pixbuf2-2.0.1 | Rakefile |