Codebase list ruby-fxruby / ddf7fc7
Refresh patches. Kali Janitor 1 year, 3 months ago
7 changed file(s) with 67 addition(s) and 68 deletion(s). Raw diff Collapse all Expand all
1414 2 files changed, 3990 insertions(+), 2 deletions(-)
1515 create mode 100644 Scintilla.iface
1616
17 diff --git a/Rakefile b/Rakefile
18 index 8e3b7ae..624f813 100755
19 --- a/Rakefile
20 +++ b/Rakefile
21 @@ -331,8 +331,8 @@ namespace :fxruby do
17 Index: ruby-fxruby.git/Rakefile
18 ===================================================================
19 --- ruby-fxruby.git.orig/Rakefile
20 +++ ruby-fxruby.git/Rakefile
21 @@ -347,8 +347,8 @@ namespace :fxruby do
2222 end
2323
2424 task :scintilla => 'lib/fox16/scintilla.rb'
2929 end
3030
3131 task :generate_kwargs_lib => 'lib/fox16/kwargs.rb'
32 diff --git a/Scintilla.iface b/Scintilla.iface
33 new file mode 100644
34 index 0000000..827e725
32 Index: ruby-fxruby.git/Scintilla.iface
33 ===================================================================
3534 --- /dev/null
36 +++ b/Scintilla.iface
35 +++ ruby-fxruby.git/Scintilla.iface
3736 @@ -0,0 +1,3988 @@
3837 +## First line may be used for shbang
3938 +
77 fxruby.gemspec | 5 ++---
88 1 file changed, 2 insertions(+), 3 deletions(-)
99
10 diff --git a/fxruby.gemspec b/fxruby.gemspec
11 index f32945b..366b7dc 100644
12 --- a/fxruby.gemspec
13 +++ b/fxruby.gemspec
14 @@ -34,9 +34,8 @@ Gem::Specification.new do |spec|
15 spec.homepage = "https://github.com/larskanis/fxruby"
16 spec.license = 'LGPL-2.1'
10 Index: ruby-fxruby.git/fxruby.gemspec
11 ===================================================================
12 --- ruby-fxruby.git.orig/fxruby.gemspec
13 +++ ruby-fxruby.git/fxruby.gemspec
14 @@ -36,9 +36,8 @@ Gem::Specification.new do |spec|
15 spec.metadata["changelog_uri"] = "https://github.com/larskanis/fxruby/blob/1.6/History.md"
16 spec.metadata["documentation_uri"] = "https://rubydoc.info/gems/fxruby/frames"
1717
1818 - spec.files = `git ls-files -z`.split("\x0").reject do |f|
1919 - f=~/^fox-includes|^web/
88 Rakefile | 6 +++---
99 1 file changed, 3 insertions(+), 3 deletions(-)
1010
11 diff --git a/Rakefile b/Rakefile
12 index 76cb249..d2e95e1 100755
13 --- a/Rakefile
14 +++ b/Rakefile
15 @@ -81,9 +81,9 @@ CLEAN.include( ".config", "ext/fox16_c/Makefile", "ext/fox16_c/*.o", "ext/fox16_
11 Index: ruby-fxruby.git/Rakefile
12 ===================================================================
13 --- ruby-fxruby.git.orig/Rakefile
14 +++ ruby-fxruby.git/Rakefile
15 @@ -81,9 +81,9 @@ CLEAN.include( ".config", "ext/fox16_c/M
1616 CLOBBER.include( "pkg" )
1717
1818 # Make sure extension is built before tests are run
1010 test/TC_FXVec4f.rb | 8 ++++----
1111 5 files changed, 22 insertions(+), 22 deletions(-)
1212
13 diff --git a/test/TC_FXApp.rb b/test/TC_FXApp.rb
14 index 385074f..d989047 100755
15 --- a/test/TC_FXApp.rb
16 +++ b/test/TC_FXApp.rb
13 Index: ruby-fxruby.git/test/TC_FXApp.rb
14 ===================================================================
15 --- ruby-fxruby.git.orig/test/TC_FXApp.rb
16 +++ ruby-fxruby.git/test/TC_FXApp.rb
1717 @@ -3,15 +3,15 @@ require 'fox16'
1818 require 'testcase'
1919 require 'socket'
3939
4040 class TC_FXApp2 < Fox::TestCase
4141 include Fox
42 diff --git a/test/TC_FXId.rb b/test/TC_FXId.rb
43 index 7e677e6..ad46c51 100755
44 --- a/test/TC_FXId.rb
45 +++ b/test/TC_FXId.rb
42 Index: ruby-fxruby.git/test/TC_FXId.rb
43 ===================================================================
44 --- ruby-fxruby.git.orig/test/TC_FXId.rb
45 +++ ruby-fxruby.git/test/TC_FXId.rb
4646 @@ -12,7 +12,7 @@ class TC_FXId < Fox::TestCase
4747 def test_created?
4848 assert !mainWindow.created?
5252 mainWindow.destroy
5353 assert !mainWindow.created?
5454 end
55 diff --git a/test/TC_FXMainWindow.rb b/test/TC_FXMainWindow.rb
56 index d8267fb..68179a0 100644
57 --- a/test/TC_FXMainWindow.rb
58 +++ b/test/TC_FXMainWindow.rb
59 @@ -10,11 +10,11 @@ class TC_FXMainWindow < Test::Unit::TestCase
55 Index: ruby-fxruby.git/test/TC_FXMainWindow.rb
56 ===================================================================
57 --- ruby-fxruby.git.orig/test/TC_FXMainWindow.rb
58 +++ ruby-fxruby.git/test/TC_FXMainWindow.rb
59 @@ -10,11 +10,11 @@ class TC_FXMainWindow < Test::Unit::Test
6060 end
6161 end
6262
7575 +# end
7676 +# end
7777 end
78 diff --git a/test/TC_FXMaterial.rb b/test/TC_FXMaterial.rb
79 index 2ac01b2..771bbe0 100755
80 --- a/test/TC_FXMaterial.rb
81 +++ b/test/TC_FXMaterial.rb
82 @@ -68,7 +68,7 @@ class TC_FXMaterial < Test::Unit::TestCase
78 Index: ruby-fxruby.git/test/TC_FXMaterial.rb
79 ===================================================================
80 --- ruby-fxruby.git.orig/test/TC_FXMaterial.rb
81 +++ ruby-fxruby.git/test/TC_FXMaterial.rb
82 @@ -68,7 +68,7 @@ class TC_FXMaterial < Test::Unit::TestCa
8383 mat.ambient = FXVec4f.new(0, 0, 0, 0)
8484 cube.setMaterial(0, mat)
8585 mat2 = cube.getMaterial(0)
8888 assert_instance_of(FXVec4f, mat2.specular)
8989 assert_instance_of(FXVec4f, mat2.diffuse)
9090 end
91 diff --git a/test/TC_FXVec4f.rb b/test/TC_FXVec4f.rb
92 index 3958c52..027af86 100755
93 --- a/test/TC_FXVec4f.rb
94 +++ b/test/TC_FXVec4f.rb
91 Index: ruby-fxruby.git/test/TC_FXVec4f.rb
92 ===================================================================
93 --- ruby-fxruby.git.orig/test/TC_FXVec4f.rb
94 +++ ruby-fxruby.git/test/TC_FXVec4f.rb
9595 @@ -133,10 +133,10 @@ class TC_FXVec4f < Test::Unit::TestCase
9696 assert_equal(2.0, v.length)
9797 end
1111 scripts/build-fox.rb | 2 +-
1212 4 files changed, 4 insertions(+), 4 deletions(-)
1313
14 diff --git a/ext/fox16_c/FXRbApp.cpp b/ext/fox16_c/FXRbApp.cpp
15 index 397aeea..7437c20 100644
16 --- a/ext/fox16_c/FXRbApp.cpp
17 +++ b/ext/fox16_c/FXRbApp.cpp
14 Index: ruby-fxruby.git/ext/fox16_c/FXRbApp.cpp
15 ===================================================================
16 --- ruby-fxruby.git.orig/ext/fox16_c/FXRbApp.cpp
17 +++ ruby-fxruby.git/ext/fox16_c/FXRbApp.cpp
1818 @@ -24,7 +24,7 @@
1919 * $Id: FXRbApp.cpp 2902 2008-12-11 14:09:20Z lyle $
2020 ***********************************************************************/
2424
2525 #ifdef HAVE_SYS_TIME_H
2626 #include <sys/time.h> /* For struct timeval */
27 diff --git a/ext/fox16_c/extconf.rb b/ext/fox16_c/extconf.rb
28 index 5b13f97..57f08cf 100755
29 --- a/ext/fox16_c/extconf.rb
30 +++ b/ext/fox16_c/extconf.rb
27 Index: ruby-fxruby.git/ext/fox16_c/extconf.rb
28 ===================================================================
29 --- ruby-fxruby.git.orig/ext/fox16_c/extconf.rb
30 +++ ruby-fxruby.git/ext/fox16_c/extconf.rb
3131 @@ -1,4 +1,4 @@
3232 -#!/bin/env ruby
3333 +#!/usr/bin/env ruby
3434
3535 require 'fileutils'
3636 require 'mkmf'
37 diff --git a/ext/fox16_c/make_impl.rb b/ext/fox16_c/make_impl.rb
38 index 3cf4377..91b6a64 100755
39 --- a/ext/fox16_c/make_impl.rb
40 +++ b/ext/fox16_c/make_impl.rb
37 Index: ruby-fxruby.git/ext/fox16_c/make_impl.rb
38 ===================================================================
39 --- ruby-fxruby.git.orig/ext/fox16_c/make_impl.rb
40 +++ ruby-fxruby.git/ext/fox16_c/make_impl.rb
4141 @@ -1,4 +1,4 @@
4242 -#!/bin/env ruby
4343 +#!/usr/bin/env ruby
4444
4545 $special_stubclasses = ["FXGLSHAPE", "FXICONITEM", "FXTABLE", "FXTABLEITEM", "FXTEXT", "FXTREEITEM"]
4646
47 diff --git a/scripts/build-fox.rb b/scripts/build-fox.rb
48 index 0d3e747..0b62e9f 100755
49 --- a/scripts/build-fox.rb
50 +++ b/scripts/build-fox.rb
47 Index: ruby-fxruby.git/scripts/build-fox.rb
48 ===================================================================
49 --- ruby-fxruby.git.orig/scripts/build-fox.rb
50 +++ ruby-fxruby.git/scripts/build-fox.rb
5151 @@ -1,4 +1,4 @@
5252 -#!/usr/local/bin/ruby
5353 +#!/usr/bin/ruby
88 swig-interfaces/scintilla.i | 2 +-
99 1 file changed, 1 insertion(+), 1 deletion(-)
1010
11 diff --git a/swig-interfaces/scintilla.i b/swig-interfaces/scintilla.i
12 index 5584b68..08f0c76 100644
13 --- a/swig-interfaces/scintilla.i
14 +++ b/swig-interfaces/scintilla.i
11 Index: ruby-fxruby.git/swig-interfaces/scintilla.i
12 ===================================================================
13 --- ruby-fxruby.git.orig/swig-interfaces/scintilla.i
14 +++ ruby-fxruby.git/swig-interfaces/scintilla.i
1515 @@ -49,9 +49,9 @@
1616 %include freefuncs.i
1717
88 Rakefile | 138 ++++++++++++++++++++++++++++++++++-----------------------------
99 1 file changed, 74 insertions(+), 64 deletions(-)
1010
11 diff --git a/Rakefile b/Rakefile
12 index 624f813..76cb249 100755
13 --- a/Rakefile
14 +++ b/Rakefile
11 Index: ruby-fxruby.git/Rakefile
12 ===================================================================
13 --- ruby-fxruby.git.orig/Rakefile
14 +++ ruby-fxruby.git/Rakefile
1515 @@ -7,67 +7,67 @@ require 'bundler/gem_helper'
1616 require './lib/fox16/version.rb'
1717
160160
161161
162162 gem_spec = Bundler.load_gemspec('fxruby.gemspec')
163 @@ -139,8 +149,8 @@ ext_task = Rake::ExtensionTask.new("fox16_c", gem_spec) do |ext|
163 @@ -140,8 +150,8 @@ ext_task = Rake::ExtensionTask.new("fox1
164164 end
165165 end
166166