Sha256: 8d41b7bd2526f4487ba00cddbea51153faad16a53e7fcccccac12daedf69869e

Contents?: true

Size: 519 Bytes

Versions: 26

Compression:

Stored size: 519 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"]
  _package.post_install_message = "This library is experimental."
end
package.define_tasks

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
gtksourceview2-2.0.0-x86-mingw32 Rakefile
gtksourceview2-2.0.0 Rakefile
gtksourceview2-1.2.6-x86-mingw32 Rakefile
gtksourceview2-1.2.6 Rakefile
gtksourceview2-1.2.5-x86-mingw32 Rakefile
gtksourceview2-1.2.5 Rakefile
gtksourceview2-1.2.4-x86-mingw32 Rakefile
gtksourceview2-1.2.4 Rakefile
gtksourceview2-1.2.3-x86-mingw32 Rakefile
gtksourceview2-1.2.3 Rakefile
gtksourceview2-1.2.2-x86-mingw32 Rakefile
gtksourceview2-1.2.2 Rakefile
gtksourceview2-1.2.1-x86-mingw32 Rakefile
gtksourceview2-1.2.1 Rakefile
gtksourceview2-1.2.0-x86-mingw32 Rakefile
gtksourceview2-1.2.0 Rakefile
gtksourceview2-1.1.9-x86-mingw32 Rakefile
gtksourceview2-1.1.9 Rakefile
gtksourceview2-1.1.8-x86-mingw32 Rakefile
gtksourceview2-1.1.8 Rakefile