Sha256: 5b125fbfe0b7156543ec59c8aab6e040283619508bfd3d0b995954d10bb31551

Contents?: true

Size: 521 Bytes

Versions: 14

Compression:

Stored size: 521 Bytes

Contents

# -*- ruby -*-

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

package = GNOME2Package.new do |_package|
  _package.summary = "Ruby/Poppler is a Ruby binding of poppler-glib."
  _package.description = "Ruby/Poppler is a Ruby binding of poppler-glib."
  _package.dependency.gem.runtime = ["gtk2"]
  _package.win32.packages = []
  _package.win32.dependencies = ["poppler",
                                 ["libpng", "1.2.40-1"],
                                 ["jpeg", "7-1"]]
end
package.define_tasks

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
poppler-1.2.1-x86-mingw32 Rakefile
poppler-1.2.1 Rakefile
poppler-1.2.0-x86-mingw32 Rakefile
poppler-1.2.0 Rakefile
poppler-1.1.9-x86-mingw32 Rakefile
poppler-1.1.9 Rakefile
poppler-1.1.8-x86-mingw32 Rakefile
poppler-1.1.8 Rakefile
poppler-1.1.7 Rakefile
poppler-1.1.7-x86-mingw32 Rakefile
poppler-1.1.6-x86-mingw32 Rakefile
poppler-1.1.6 Rakefile
poppler-1.1.5-x86-mingw32 Rakefile
poppler-1.1.5 Rakefile