Sha256: 3aaf75340c3729c735a870278a8b4fdcf7bb2f641a418758eeea7ab442e4ad55

Contents?: true

Size: 826 Bytes

Versions: 12

Compression:

Stored size: 826 Bytes

Contents

# -*- ruby -*-

$LOAD_PATH.unshift("./../glib2/lib")
require 'gnome2-raketask'

package = GNOME2Package.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.win32.packages = []
  _package.win32.dependencies = ["zlib", "libpng"]
  _package.win32.build_dependencies = ["glib2"]
  _package.win32.build_packages = [
    {
      :name => "gdk-pixbuf",
      :download_site => :gnome,
      :label => "gdk-pixbuf",
      :version => "2.26.5",
      :configure_args => [],
      :compression_method => "xz",
      :need_autoreconf => true,
      :patches => [
        "gdk-pixbuf-2.26.5-add-missing-exeext.diff",
      ],
    }
  ]
end
package.define_tasks

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
gdk_pixbuf2-1.2.5-x86-mingw32 Rakefile
gdk_pixbuf2-1.2.5 Rakefile
gdk_pixbuf2-1.2.4-x86-mingw32 Rakefile
gdk_pixbuf2-1.2.4 Rakefile
gdk_pixbuf2-1.2.3 Rakefile
gdk_pixbuf2-1.2.3-x86-mingw32 Rakefile
gdk_pixbuf2-1.2.2-x86-mingw32 Rakefile
gdk_pixbuf2-1.2.2 Rakefile
gdk_pixbuf2-1.2.1-x86-mingw32 Rakefile
gdk_pixbuf2-1.2.1 Rakefile
gdk_pixbuf2-1.2.0-x86-mingw32 Rakefile
gdk_pixbuf2-1.2.0 Rakefile