goffice 3.4.0 → 3.4.5

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: 65041739757893afa8cc69057c20dee248d7ab004f5bd71889e2d48fffad6c04
4
- data.tar.gz: d94f4d635b2274ba11e9a7a26d9c024e56b6168b16f332bb26d1338a0bd81b65
3
+ metadata.gz: 95ba7be89f2b3783998916627441c5e54d4f95fb7b91911798e1e6b2671bb526
4
+ data.tar.gz: 203359ec1453e839dedb344deefbe4415ecd1b63272948c2e140ccbc05e5f83c
5
5
  SHA512:
6
- metadata.gz: 7793078f6a28e3fb262ac43bcbb91d7f7b272ef093b6ed4f67bc5a89c00e27d2130774d782bae8ac095ee2312430a2c1644377d39bd1a41059388284cf5c6962
7
- data.tar.gz: 5bb12ae5de201a87ac7bf7327a63323088e91f17a7e17ed9c0bbc0ce67ac9ef8d754e50bfea6845d166df46fb8eee27af4789c101a4a6fe4ffc4179d64c4ad05
6
+ metadata.gz: 818533b95e8217260a3b90316b6ed03d32568c3237584c474778f85e15689296c4faff99be9173f5580b84a66c0aae875c415f60b74674fcb88c88182b5bf3af
7
+ data.tar.gz: 0de3ed3dd58c82e4f29959d608ce7e134b8ff477617ee4cfdda72561b68ae5ad99b317f2f200c1c11dfa04974f1877551cebfecb1d924b71f1a53ae58d67a1ae
@@ -14,22 +14,6 @@
14
14
  # License along with this library; if not, write to the Free Software
15
15
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
- # Copyright (C) 2017 Ruby-GNOME2 Project Team
18
- #
19
- # This library is free software; you can redistribute it and/or
20
- # modify it under the terms of the GNU Lesser General Public
21
- # License as published by the Free Software Foundation; either
22
- # version 2.1 of the License, or (at your option) any later version.
23
- #
24
- # This library is distributed in the hope that it will be useful,
25
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
26
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
27
- # Lesser General Public License for more details.
28
- #
29
- # You should have received a copy of the GNU Lesser General Public
30
- # License along with this library; if not, write to the Free Software
31
- # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
32
-
33
17
  require "pkg-config"
34
18
  require "native-package-installer"
35
19
 
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2016 Ruby-GNOME2 Project Team
1
+ # Copyright (C) 2016-2021 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
@@ -14,7 +14,7 @@
14
14
  # License along with this library; if not, write to the Free Software
15
15
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
- require "test-unit"
17
+ require "goffice"
18
18
 
19
19
  module GOfficeTestUtils
20
20
  private
data/test/run-test.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  #
3
- # Copyright (C) 2016 Ruby-GNOME2 Project Team
3
+ # Copyright (C) 2016-2021 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
@@ -16,53 +16,28 @@
16
16
  # License along with this library; if not, write to the Free Software
17
17
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18
18
 
19
- ruby_gnome2_base = File.join(File.dirname(__FILE__), "..", "..")
20
- ruby_gnome2_base = File.expand_path(ruby_gnome2_base)
19
+ require_relative "../../glib2/test/run-test"
21
20
 
22
- glib_base = File.join(ruby_gnome2_base, "glib2")
23
- atk_base = File.join(ruby_gnome2_base, "atk")
24
- pango_base = File.join(ruby_gnome2_base, "pango")
25
- gdk_pixbuf_base = File.join(ruby_gnome2_base, "gdk_pixbuf2")
26
- cairo_gobject_base = File.join(ruby_gnome2_base, "cairo-gobject")
27
- gobject_introspection_base = File.join(ruby_gnome2_base, "gobject-introspection")
28
- gio2_base = File.join(ruby_gnome2_base, "gio2")
29
- gdk3_base = File.join(ruby_gnome2_base, "gdk3")
30
- gsf_base = File.join(ruby_gnome2_base, "gsf")
31
- gtk3_base = File.join(ruby_gnome2_base, "gtk3")
32
- goffice_base = File.join(ruby_gnome2_base, "goffice")
21
+ run_test(__dir__,
22
+ [
23
+ "glib2",
24
+ "gobject-introspection",
25
+ "atk",
26
+ "cairo-gobject",
27
+ "pango",
28
+ "gio2",
29
+ "gdk_pixbuf2",
30
+ "gdk3",
31
+ "gtk3",
32
+ "gsf",
33
+ "goffice",
34
+ ]) do |context|
35
+ require_relative "goffice-test-utils"
33
36
 
34
- modules = [
35
- [glib_base, "glib2"],
36
- [atk_base, "atk"],
37
- [pango_base, "pango"],
38
- [cairo_gobject_base, "cairo-gobject"],
39
- [gdk_pixbuf_base, "gdk_pixbuf2"],
40
- [gobject_introspection_base, "gobject-introspection"],
41
- [gio2_base, "gio2"],
42
- [gdk3_base, "gdk3"],
43
- [gtk3_base, "gtk3"],
44
- [gsf_base, "gsf"],
45
- [goffice_base, "goffice"]
46
- ]
47
-
48
- modules.each do |target, module_name|
49
- makefile = File.join(target, "Makefile")
50
- if File.exist?(makefile) and system("which make > /dev/null")
51
- `make -C #{target.dump} > /dev/null` or exit(false)
37
+ begin
38
+ GOffice.init
39
+ rescue GObjectIntrospection::RepositoryError
40
+ puts("Omit because typelib file doesn't exist: #{$!.message}")
41
+ exit(true)
52
42
  end
53
- $LOAD_PATH.unshift(File.join(target, "ext", module_name))
54
- $LOAD_PATH.unshift(File.join(target, "lib"))
55
43
  end
56
-
57
- $LOAD_PATH.unshift(File.join(goffice_base, "test"))
58
- require "goffice-test-utils"
59
-
60
- require "goffice"
61
- begin
62
- GOffice.init
63
- rescue GObjectIntrospection::RepositoryError
64
- puts("Omit because typelib file doesn't exist: #{$!.message}")
65
- exit(true)
66
- end
67
-
68
- exit Test::Unit::AutoRunner.run(true, File.join(goffice_base, "test"))
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: goffice
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.0
4
+ version: 3.4.5
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-10-10 00:00:00.000000000 Z
11
+ date: 2021-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gsf
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.4.0
19
+ version: 3.4.5
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.4.0
26
+ version: 3.4.5
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: gtk3
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 3.4.0
33
+ version: 3.4.5
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 3.4.0
40
+ version: 3.4.5
41
41
  description: Ruby/GOFFICE is a Ruby binding of GOFFICE.
42
42
  email: ruby-gnome2-devel-en@lists.sourceforge.net
43
43
  executables: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.1.0.pre1
78
+ rubygems_version: 3.3.0.dev
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Ruby/GOFFICE is a Ruby binding of GOFFICE.