gtksourceview3 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +15 -2
  3. data/ext/gtksourceview3/extconf.rb +7 -2
  4. metadata +10 -15
  5. data/README +0 -29
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5150c8f68d331dca5800d7fae6e8c91aa925adfa
4
+ data.tar.gz: 7948842711ae0c7167cab292aded0c84e65b5df4
5
+ SHA512:
6
+ metadata.gz: 0c2dc402a4e7c007620a5f7cd6582bc36883a891f19207c1dd27fe6a794a8de51ebafcffed25f38adb8861e302b9c8c9943bbee89a9623ea643563c06bbc037f
7
+ data.tar.gz: 60657c4adc34752e12327bf8ed5ff0dba56d01849a71f6e8f8ccdeb6e9086cb76d8964808e2a2e14e26b1c6bac3f6372cffc3354656d44a94fdfb836be45e38d
data/Rakefile CHANGED
@@ -24,21 +24,34 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
24
24
  package.description = "Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x."
25
25
  package.dependency.gem.runtime = ["gtk3"]
26
26
  package.windows.packages = []
27
- package.windows.dependencies = ["libxml2"]
27
+ package.windows.dependencies = []
28
28
  package.windows.build_dependencies = [
29
29
  "glib2",
30
30
  "atk",
31
31
  "pango",
32
32
  "gdk_pixbuf2",
33
33
  "gdk3",
34
+ "gobject-introspection",
35
+ ]
36
+ package.windows.gobject_introspection_dependencies = [
37
+ "atk",
38
+ "pango",
39
+ "gdk_pixbuf2",
40
+ "gdk3",
34
41
  ]
35
42
  package.external_packages = [
36
43
  {
37
44
  :name => "gtksourceview",
38
45
  :download_site => :gnome,
39
46
  :label => "GtkSourceView",
40
- :version => "3.8.1",
47
+ :version => "3.10.1",
41
48
  :compression_method => "xz",
49
+ :windows => {
50
+ :configure_args => [
51
+ "--enable-introspection",
52
+ ],
53
+ :built_file => "bin/libgtksourceview-3.0-1.dll",
54
+ },
42
55
  }
43
56
  ]
44
57
  end
@@ -51,13 +51,18 @@ rcairo_source_dir_names.each do |rcairo_source_dir_name|
51
51
  break
52
52
  end
53
53
  end
54
- check_cairo(rcairo_options)
54
+
55
+ unless check_cairo(rcairo_options)
56
+ exit(false)
57
+ end
55
58
 
56
59
  setup_win32(module_name, base_dir)
57
60
 
58
61
  unless required_pkg_config_package(package_id,
59
62
  :debian => "libgtksourceview-3.0-dev",
60
- :fedora => "gtksourceview3-devel")
63
+ :fedora => "gtksourceview3-devel",
64
+ :homebrew => "gtksourceview3",
65
+ :macports => "gtksourceview3")
61
66
  exit(false)
62
67
  end
63
68
 
metadata CHANGED
@@ -1,32 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtksourceview3
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
5
- prerelease:
4
+ version: 2.0.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - The Ruby-GNOME2 Project Team
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-05-26 00:00:00.000000000 Z
11
+ date: 2013-12-28 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: gtk3
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - '='
20
18
  - !ruby/object:Gem::Version
21
- version: 2.0.2
19
+ version: 2.0.3
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - '='
28
25
  - !ruby/object:Gem::Version
29
- version: 2.0.2
26
+ version: 2.0.3
30
27
  description: Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.
31
28
  email: ruby-gnome2-devel-en@lists.sourceforge.net
32
29
  executables: []
@@ -34,7 +31,6 @@ extensions:
34
31
  - ext/gtksourceview3/extconf.rb
35
32
  extra_rdoc_files: []
36
33
  files:
37
- - README
38
34
  - Rakefile
39
35
  - extconf.rb
40
36
  - lib/gtksourceview3.rb
@@ -66,26 +62,25 @@ files:
66
62
  - test/test_source_view.rb
67
63
  homepage: http://ruby-gnome2.sourceforge.jp/
68
64
  licenses: []
65
+ metadata: {}
69
66
  post_install_message:
70
67
  rdoc_options: []
71
68
  require_paths:
72
69
  - lib
73
70
  required_ruby_version: !ruby/object:Gem::Requirement
74
- none: false
75
71
  requirements:
76
- - - ! '>='
72
+ - - '>='
77
73
  - !ruby/object:Gem::Version
78
- version: 1.8.5
74
+ version: 1.9.3
79
75
  required_rubygems_version: !ruby/object:Gem::Requirement
80
- none: false
81
76
  requirements:
82
- - - ! '>='
77
+ - - '>='
83
78
  - !ruby/object:Gem::Version
84
79
  version: '0'
85
80
  requirements: []
86
81
  rubyforge_project:
87
- rubygems_version: 1.8.23
82
+ rubygems_version: 2.0.14
88
83
  signing_key:
89
- specification_version: 3
84
+ specification_version: 4
90
85
  summary: Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.
91
86
  test_files: []
data/README DELETED
@@ -1,29 +0,0 @@
1
- Ruby/GtkSourceView2
2
- ===================
3
- Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
4
-
5
- Requirements
6
- ------------
7
- Ruby: http://www.ruby-lang.org/
8
- Ruby-GNOME2: http://ruby-gnome2.sourceforge.jp/
9
- GtkSourceView: ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview
10
-
11
- Install
12
- -------
13
- 0. install ruby 1.8.0 or newer, GtkSourceView 2.0.0 or newer, Ruby/GTK2.
14
- 1. ruby extconf.rb
15
- 2. make
16
- 3. su
17
- 4. make install
18
-
19
- Copying
20
- -------
21
- Copyright (c) 2008 Ruby-GNOME2 Project Team
22
-
23
- This program is free software.
24
- You can distribute/modify this program under the terms of
25
- the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
26
-
27
- Project Website
28
- ---------------
29
- http://ruby-gnome2.sourceforge.jp/