gdk_pixbuf2 3.3.8 → 3.3.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/dependency-check/Rakefile +4 -3
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ef43ba7fa9fede039f9a65e10f4ef7a8fa4266c0f96f78f035bb3bbd61e54f6
|
4
|
+
data.tar.gz: b5c275c1a21d8ac15936d65a4ef98b01ac28e0a1902d094a32dd6047d6bbaf2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 518acb620dcd6f6ec7a701c80609c0573eab39bdd60b3c9fccff8bfad29f8de1b52522a667261f3ddb2ce0bb6a8fa362f72c1ef18206a1233af30ee06bcd6f4f
|
7
|
+
data.tar.gz: b0c3b6d237cc4adacc504c819915af33a962c8e74c51cb5f34fdd1214dc79982667ee51c9c0e88271208d5cf517488fd896572c119bc3159d0ddade9d675d168
|
data/dependency-check/Rakefile
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (C) 2017 Ruby-
|
1
|
+
# Copyright (C) 2017-2019 Ruby-GNOME Project Team
|
2
2
|
#
|
3
3
|
# This library is free software; you can redistribute it and/or
|
4
4
|
# modify it under the terms of the GNU Lesser General Public
|
@@ -29,10 +29,11 @@ end
|
|
29
29
|
namespace :dependency do
|
30
30
|
desc "Check dependency"
|
31
31
|
task :check do
|
32
|
-
|
32
|
+
package_id = "gdk-pixbuf-2.0"
|
33
|
+
unless PKGConfig.check_version?(package_id)
|
33
34
|
unless NativePackageInstaller.install(:altlinux => "gdk-pixbuf-devel",
|
34
35
|
:debian => "libgdk-pixbuf2.0-dev",
|
35
|
-
:redhat => "pkgconfig(
|
36
|
+
:redhat => "pkgconfig(#{package_id})",
|
36
37
|
:arch => "gdk-pixbuf2",
|
37
38
|
:homebrew => "gdk-pixbuf",
|
38
39
|
:macports => "gdk-pixbuf2",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gdk_pixbuf2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.
|
4
|
+
version: 3.3.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gio2
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.3.
|
19
|
+
version: 3.3.9
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.3.
|
26
|
+
version: 3.3.9
|
27
27
|
description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
28
28
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
29
29
|
executables: []
|
@@ -84,7 +84,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
- !ruby/object:Gem::Version
|
85
85
|
version: '0'
|
86
86
|
requirements: []
|
87
|
-
|
87
|
+
rubyforge_project:
|
88
|
+
rubygems_version: 2.7.6.2
|
88
89
|
signing_key:
|
89
90
|
specification_version: 4
|
90
91
|
summary: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|