poppler 3.3.7 → 3.3.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 535614397d16f53a6efdbad6661ffb3adc1db8401a908fc8768358931cac0fc5
4
- data.tar.gz: b9fcde913f15c541be6c8f4f4fef089f6eefc2c1135bc93f909e166e2a049bb9
3
+ metadata.gz: 3e13006a8149108308b62fa4bd660284c26b02b15d8742b053e4f1aed703ee0d
4
+ data.tar.gz: 96b426311f7c14ac3ec2399b730b8062a0abdf92e6b7d1f03ab0166375d8a477
5
5
  SHA512:
6
- metadata.gz: b34c0efe0e0ac1939b6d8974695e4083c1347760bbf14ca4bc15c738865da8ae24389ec5a5d721d9120e364340a3315b23aecec6661e367b0e4ecab01213495d
7
- data.tar.gz: 6de5d888f26c48ffdae2421a8d3dae11eed5c8c5317f51ab3f8ca3982a38ecbaebdb13ec78faaf1237366002baddca5881d2935f7a61e4167b52c20917aa6afe
6
+ metadata.gz: 7fbec55933d497835ecd627b2f358b8f39f42d7fe0acec48c665f04c920a79792ce90534aa7c9cc5ef9031d41aa7046ee78b949881f9d768fab031244be1330d
7
+ data.tar.gz: 42237db2e4a7ad3975076a18a28ba839f71b707c592efee7173446c98cfb29c5167d58f9fa4c1b5bc16c912a2573bcbe87992514910d778e0d600fe97b1d322a
data/README.md CHANGED
@@ -4,8 +4,8 @@ Ruby/Poppler is a Ruby binding of [poppler-glib](https://developer.gnome.org/pop
4
4
 
5
5
  ## Requirements
6
6
 
7
- * [Ruby/GObject-Introspection](https://github.com/ruby-gnome2/ruby-gnome2)
8
- * [Ruby/Gio2](https://github.com/ruby-gnome2/ruby-gnome2)
7
+ * [Ruby/GObject-Introspection](https://github.com/ruby-gnome/ruby-gnome)
8
+ * [Ruby/Gio2](https://github.com/ruby-gnome/ruby-gnome)
9
9
  * [rcairo](https://github.com/rcairo/rcairo)
10
10
 
11
11
  ## Install
@@ -22,4 +22,4 @@ under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
22
22
  ## Project Websites
23
23
 
24
24
  * https://ruby-gnome2.osdn.jp/
25
- * https://github.com/ruby-gnome2/ruby-gnome2
25
+ * https://github.com/ruby-gnome/ruby-gnome
@@ -33,7 +33,7 @@ namespace :dependency do
33
33
  unless NativePackageInstaller.install(:alt_linux => "libpoppler-glib-devel",
34
34
  :debian => "libpoppler-glib-dev",
35
35
  :redhat => "pkgconfig(poppler-glib)",
36
- :arch_linux => "poppler",
36
+ :arch_linux => "poppler-glib",
37
37
  :homebrew => "poppler",
38
38
  :macports => "poppler",
39
39
  :msys2 => "poppler")
@@ -1,6 +1,6 @@
1
1
  # -*- ruby -*-
2
2
  #
3
- # Copyright (C) 2018 Ruby-GNOME2 Project Team
3
+ # Copyright (C) 2018 Ruby-GNOME Project Team
4
4
  #
5
5
  # This library is free software; you can redistribute it and/or
6
6
  # modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  s.name = "poppler"
23
23
  s.summary = "Ruby/Poppler is a Ruby binding of poppler-glib."
24
24
  s.description = "Ruby/Poppler is a Ruby binding of poppler-glib."
25
- s.author = "The Ruby-GNOME2 Project Team"
25
+ s.author = "The Ruby-GNOME Project Team"
26
26
  s.email = "ruby-gnome2-devel-en@lists.sourceforge.net"
27
27
  s.homepage = "https://ruby-gnome2.osdn.jp/"
28
28
  s.licenses = ["LGPL-2.1+"]
@@ -22,6 +22,8 @@ base_dir = File.expand_path(File.join(File.dirname(__FILE__), ".."))
22
22
  have_make = system("which make > /dev/null")
23
23
 
24
24
  glib_dir = File.expand_path(File.join(base_dir, "..", "glib2"))
25
+ gio_dir = File.expand_path(File.join(base_dir, "..", "gio2"))
26
+ cairo_gobject_dir = File.expand_path(File.join(base_dir, "..", "cairo-gobject"))
25
27
  gdk_pixbuf_dir = File.expand_path(File.join(base_dir, "..", "gdk_pixbuf2"))
26
28
  pango_dir = File.join(File.join(base_dir, ".." , "pango"))
27
29
  gobject_introspection_dir =
@@ -32,6 +34,8 @@ require 'glib-test-init'
32
34
 
33
35
  [
34
36
  [glib_dir, "glib2"],
37
+ [gio_dir, "gio2"],
38
+ [cairo_gobject_dir, "cairo-gobject"],
35
39
  [gdk_pixbuf_dir, "gdk_pixbuf2"],
36
40
  [pango_dir, "pango"],
37
41
  [gobject_introspection_dir, "gobject-introspection"],
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poppler
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.7
4
+ version: 3.3.8
5
5
  platform: ruby
6
6
  authors:
7
- - The Ruby-GNOME2 Project Team
7
+ - The Ruby-GNOME Project Team
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 2019-08-16 00:00:00.000000000 Z
11
+ date: 2019-09-09 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: cairo-gobject
@@ -15,28 +16,28 @@ dependencies:
15
16
  requirements:
16
17
  - - '='
17
18
  - !ruby/object:Gem::Version
18
- version: 3.3.7
19
+ version: 3.3.8
19
20
  type: :runtime
20
21
  prerelease: false
21
22
  version_requirements: !ruby/object:Gem::Requirement
22
23
  requirements:
23
24
  - - '='
24
25
  - !ruby/object:Gem::Version
25
- version: 3.3.7
26
+ version: 3.3.8
26
27
  - !ruby/object:Gem::Dependency
27
28
  name: gio2
28
29
  requirement: !ruby/object:Gem::Requirement
29
30
  requirements:
30
31
  - - '='
31
32
  - !ruby/object:Gem::Version
32
- version: 3.3.7
33
+ version: 3.3.8
33
34
  type: :runtime
34
35
  prerelease: false
35
36
  version_requirements: !ruby/object:Gem::Requirement
36
37
  requirements:
37
38
  - - '='
38
39
  - !ruby/object:Gem::Version
39
- version: 3.3.7
40
+ version: 3.3.8
40
41
  description: Ruby/Poppler is a Ruby binding of poppler-glib.
41
42
  email: ruby-gnome2-devel-en@lists.sourceforge.net
42
43
  executables: []