Sha256: 23101b10b5c4050c2c075c5f0529d9c869b5e3d10ffcf88c92f2e2358937d85d

Contents?: true

Size: 453 Bytes

Versions: 16

Compression:

Stored size: 453 Bytes

Contents

# -*- ruby -*-

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

package = GNOME2Package.new do |_package|
  _package.summary = "Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x."
  _package.description = "Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x."
  _package.dependency.gem.runtime = ["gtk2"]
  _package.win32.packages = ["gtksourceview"]
  _package.win32.dependencies = ["libxml2"]
end
package.define_tasks

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
gtksourceview2-2.2.3-x86-mingw32 Rakefile
gtksourceview2-2.2.3 Rakefile
gtksourceview2-2.2.2-x86-mingw32 Rakefile
gtksourceview2-2.2.2 Rakefile
gtksourceview2-2.2.1-x86-mingw32 Rakefile
gtksourceview2-2.2.1 Rakefile
gtksourceview2-2.2.0-x86-mingw32 Rakefile
gtksourceview2-2.2.0 Rakefile
gtksourceview2-2.1.0-x86-mingw32 Rakefile
gtksourceview2-2.1.0 Rakefile
gtksourceview2-2.0.3-x86-mingw32 Rakefile
gtksourceview2-2.0.3 Rakefile
gtksourceview2-2.0.2-x86-mingw32 Rakefile
gtksourceview2-2.0.2 Rakefile
gtksourceview2-2.0.1-x86-mingw32 Rakefile
gtksourceview2-2.0.1 Rakefile