summaryrefslogtreecommitdiff
path: root/graphics/ruby-gnome2-gdkpixbuf/patches/patch-Rakefile
blob: 7e10680493be0a9b1bbdc3adcd8c31ce510203b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$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 = [