head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2016.11.19.03.09.08; author taca; state dead; branches; next 1.1; commitid VjtjwgC1O9QeCGuz; 1.1 date 2016.10.10.14.58.45; author tsutsui; state Exp; branches; next ; commitid 1ANnq8ckgcyfPBpz; desc @@ 1.2 log @This patch is already included in ruby-gnome2-gdkpixbuf-3.1.0. @ text @$NetBSD: patch-Rakefile,v 1.1 2016/10/10 14:58:45 tsutsui Exp $ - pull fix from upstream for gem runtime dependency. https://github.com/ruby-gnome2/ruby-gnome2/commit/5cb0def4dad4439b9e4aea431578dfc7b98a2883 --- Rakefile.orig 2016-10-10 14:39:48.000000000 +0000 +++ Rakefile @@@@ -22,7 +22,9 @@@@ 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.dependency.gem.runtime = [ + "gio2", + ] package.windows.packages = [] package.windows.dependencies = [] package.windows.build_dependencies = [ @ 1.1 log @Pull gem dependency fix from upstream. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @