rbt 0.11.89 → 0.11.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of rbt might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +111 -26
- data/bin/root_prefix +7 -0
- data/doc/README.gen +77 -1
- data/doc/deprecated/README.md +3 -3
- data/doc/deprecated/deprecated_rbt.cgi +1 -25
- data/lib/rbt/installer/initialize.rb +183 -0
- data/lib/rbt/installer/installer.rb +1 -165
- data/lib/rbt/installer/menu.rb +29 -23
- data/lib/rbt/installer/misc.rb +46 -39
- data/lib/rbt/toplevel_methods/available_programs.rb +1 -1
- data/lib/rbt/version/version.rb +2 -2
- data/lib/rbt/yaml/chained_programs/chained_programs.yml +20 -17
- data/lib/rbt/yaml/configuration/use_porg.yml +1 -1
- data/lib/rbt/yaml/cookbook_aliases.yml +2 -0
- data/lib/rbt/yaml/cookbooks/a2ps.yml +5 -2
- data/lib/rbt/yaml/cookbooks/adwaitaicontheme.yml +4 -1
- data/lib/rbt/yaml/cookbooks/atspi2atk.yml +5 -0
- data/lib/rbt/yaml/cookbooks/bind.yml +2 -2
- data/lib/rbt/yaml/cookbooks/bison.yml +9 -1
- data/lib/rbt/yaml/cookbooks/calibre.yml +2 -2
- data/lib/rbt/yaml/cookbooks/cracklib.yml +2 -2
- data/lib/rbt/yaml/cookbooks/evolution.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gcc.yml +6 -4
- data/lib/rbt/yaml/cookbooks/geanyplugins.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gnomeonlineaccounts.yml +7 -2
- data/lib/rbt/yaml/cookbooks/gnomescreenshot.yml +1 -0
- data/lib/rbt/yaml/cookbooks/gstpluginsbad.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gstpluginsbase.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gtk.yml +3 -1
- data/lib/rbt/yaml/cookbooks/imlib2.yml +2 -2
- data/lib/rbt/yaml/cookbooks/isl.yml +6 -1
- data/lib/rbt/yaml/cookbooks/libavif.yml +35 -0
- data/lib/rbt/yaml/cookbooks/libdrm.yml +19 -1
- data/lib/rbt/yaml/cookbooks/libintlperl.yml +14 -0
- data/lib/rbt/yaml/cookbooks/libsecret.yml +18 -0
- data/lib/rbt/yaml/cookbooks/libxaw.yml +2 -2
- data/lib/rbt/yaml/cookbooks/linux.yml +2 -2
- data/lib/rbt/yaml/cookbooks/llvm.yml +16 -20
- data/lib/rbt/yaml/cookbooks/matedesktop.yml +2 -2
- data/lib/rbt/yaml/cookbooks/nautilus.yml +3 -3
- data/lib/rbt/yaml/cookbooks/ncurses.yml +5 -0
- data/lib/rbt/yaml/cookbooks/nss.yml +2 -1
- data/lib/rbt/yaml/cookbooks/openssh.yml +2 -2
- data/lib/rbt/yaml/cookbooks/samtools.yml +2 -2
- data/lib/rbt/yaml/cookbooks/sanefrontends.yml +3 -0
- data/lib/rbt/yaml/cookbooks/scummvm.yml +3 -3
- data/lib/rbt/yaml/cookbooks/sway.yml +7 -4
- data/lib/rbt/yaml/cookbooks/tesseract.yml +1 -1
- data/lib/rbt/yaml/cookbooks/transmission.yml +2 -2
- data/lib/rbt/yaml/cookbooks/unifdef.yml +21 -0
- data/lib/rbt/yaml/cookbooks/waylandprotocols.yml +2 -1
- data/lib/rbt/yaml/cookbooks/webkitgtk.yml +3 -3
- data/lib/rbt/yaml/cookbooks/xvidcore.yml +4 -2
- data/lib/rbt/yaml/cookbooks/xz.yml +2 -2
- data/lib/rbt/yaml/expanded_cookbooks/a2ps.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/adwaitaicontheme.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/atspi2atk.yml +5 -4
- data/lib/rbt/yaml/expanded_cookbooks/bind.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/bison.yml +5 -4
- data/lib/rbt/yaml/expanded_cookbooks/calibre.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/cracklib.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/evolution.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/gcc.yml +19 -19
- data/lib/rbt/yaml/expanded_cookbooks/geanyplugins.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/git.yml +7 -17
- data/lib/rbt/yaml/expanded_cookbooks/gnomeonlineaccounts.yml +11 -11
- data/lib/rbt/yaml/expanded_cookbooks/gnomescreenshot.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/gstpluginsbad.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/gstpluginsbase.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/gtk.yml +7 -7
- data/lib/rbt/yaml/expanded_cookbooks/imlib2.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/isl.yml +6 -5
- data/lib/rbt/yaml/expanded_cookbooks/kbproto.yml +5 -2
- data/lib/rbt/yaml/expanded_cookbooks/libavif.yml +96 -0
- data/lib/rbt/yaml/expanded_cookbooks/libdrm.yml +17 -2
- data/lib/rbt/yaml/expanded_cookbooks/libintlperl.yml +91 -0
- data/lib/rbt/yaml/expanded_cookbooks/libsecret.yml +17 -2
- data/lib/rbt/yaml/expanded_cookbooks/libxaw.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/linux.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/llvm.yml +16 -20
- data/lib/rbt/yaml/expanded_cookbooks/matedesktop.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/nautilus.yml +10 -10
- data/lib/rbt/yaml/expanded_cookbooks/ncurses.yml +3 -3
- data/lib/rbt/yaml/expanded_cookbooks/nss.yml +9 -8
- data/lib/rbt/yaml/expanded_cookbooks/openldap.yml +8 -9
- data/lib/rbt/yaml/expanded_cookbooks/openssh.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/openssl.yml +5 -0
- data/lib/rbt/yaml/expanded_cookbooks/samtools.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/sanefrontends.yml +3 -3
- data/lib/rbt/yaml/expanded_cookbooks/scummvm.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/sway.yml +17 -16
- data/lib/rbt/yaml/expanded_cookbooks/tesseract.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/transmission.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/unifdef.yml +88 -0
- data/lib/rbt/yaml/expanded_cookbooks/waylandprotocols.yml +2 -2
- data/lib/rbt/yaml/expanded_cookbooks/webkitgtk.yml +10 -10
- data/lib/rbt/yaml/expanded_cookbooks/xvidcore.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/xz.yml +9 -9
- data/lib/rbt/yaml/programs_version/available_programs_versions.md +25 -22
- data/lib/rbt/yaml/programs_version/programs_version.yml +20 -18
- data/lib/rbt/yaml/programs_version/the_expanded_coobkook_dataset_was_last_updated_on_this_day.yml +1 -1
- data/lib/rbt/yaml/these_programs_were_updated.yml +23 -0
- metadata +16 -7
@@ -64,177 +64,13 @@ class Installer < ::RBT::CompileBase # === RBT::Compile
|
|
64
64
|
require 'rbt/installer/build_directory.rb'
|
65
65
|
require 'rbt/installer/extracting_and_archive_related_code.rb'
|
66
66
|
require 'rbt/installer/handle_installing_and_compiling_programs.rb'
|
67
|
+
require 'rbt/installer/initialize.rb'
|
67
68
|
require 'rbt/installer/menu.rb'
|
68
69
|
require 'rbt/installer/misc.rb'
|
69
70
|
require 'rbt/installer/reset.rb'
|
70
71
|
require 'rbt/misc/classes_for_individual_programs/change_lib64_to_lib.rb'
|
71
72
|
require 'rbt/linux/linux_from_scratch/lfs/lfs.rb'
|
72
73
|
|
73
|
-
# ========================================================================= #
|
74
|
-
# === initialize
|
75
|
-
#
|
76
|
-
# The first argument to this method will contain the commandline arguments
|
77
|
-
# for class RBT::Install. These are usually the name of the program
|
78
|
-
# (or programs) that you wish to compile.
|
79
|
-
#
|
80
|
-
# So, for example, "htop" could be passed as the first argument to
|
81
|
-
# this method. You can also pass in an Array here, and this class
|
82
|
-
# will then attempt to batch-compile these programs.
|
83
|
-
# ========================================================================= #
|
84
|
-
def initialize(
|
85
|
-
commandline_arguments = ARGV, # ← This should usually be an Array of programs that should be installed.
|
86
|
-
run_already = true
|
87
|
-
)
|
88
|
-
register_sigint
|
89
|
-
reset
|
90
|
-
# ======================================================================= #
|
91
|
-
# Handle symbols given as first argument next.
|
92
|
-
# ======================================================================= #
|
93
|
-
case commandline_arguments
|
94
|
-
# ======================================================================= #
|
95
|
-
# === :do_not_run_yet
|
96
|
-
# ======================================================================= #
|
97
|
-
when :do_not_run_yet,
|
98
|
-
:do_not_yet_run,
|
99
|
-
:dont_run_yet
|
100
|
-
run_already = false
|
101
|
-
commandline_arguments = []
|
102
|
-
end
|
103
|
-
set_commandline_arguments(
|
104
|
-
commandline_arguments
|
105
|
-
)
|
106
|
-
if block_given?
|
107
|
-
yielded = yield
|
108
|
-
case yielded
|
109
|
-
# ===================================================================== #
|
110
|
-
# === :dont_run_yet
|
111
|
-
# ===================================================================== #
|
112
|
-
when :dont_run_yet
|
113
|
-
run_already = false
|
114
|
-
end
|
115
|
-
end
|
116
|
-
case run_already
|
117
|
-
# ======================================================================= #
|
118
|
-
# === :do_not_run_yet
|
119
|
-
# ======================================================================= #
|
120
|
-
when :do_not_run_yet
|
121
|
-
run_already = false
|
122
|
-
end
|
123
|
-
consider_entering_the_log_directory
|
124
|
-
# ======================================================================= #
|
125
|
-
# === Handle blocks next
|
126
|
-
# ======================================================================= #
|
127
|
-
if block_given?
|
128
|
-
yielded = yield
|
129
|
-
# ===================================================================== #
|
130
|
-
# Handle Symbols first:
|
131
|
-
# ===================================================================== #
|
132
|
-
if yielded.is_a? Symbol
|
133
|
-
case yielded
|
134
|
-
# =================================================================== #
|
135
|
-
# === :do_not_run_yet
|
136
|
-
# =================================================================== #
|
137
|
-
when :do_not_run_yet,
|
138
|
-
:do_not_run,
|
139
|
-
:dont_run_yet
|
140
|
-
run_already = false
|
141
|
-
# =================================================================== #
|
142
|
-
# === :do_not_check_whether_the_program_exists
|
143
|
-
# =================================================================== #
|
144
|
-
when :do_not_check_whether_the_program_exists
|
145
|
-
do_not_check_whether_the_program_exists # ← This method exists, so use it too.
|
146
|
-
end
|
147
|
-
# ===================================================================== #
|
148
|
-
# === Handle Hashes next
|
149
|
-
# ===================================================================== #
|
150
|
-
elsif yielded.is_a? Hash
|
151
|
-
# =================================================================== #
|
152
|
-
# === :run_already
|
153
|
-
#
|
154
|
-
# This entry point should be checked last.
|
155
|
-
# =================================================================== #
|
156
|
-
if yielded.has_key? :run_already
|
157
|
-
case yielded[:run_already]
|
158
|
-
when :do_not_run_yet
|
159
|
-
run_already = false
|
160
|
-
end
|
161
|
-
end
|
162
|
-
# =================================================================== #
|
163
|
-
# === :use_this_prefix
|
164
|
-
# =================================================================== #
|
165
|
-
if yielded.has_key? :use_this_prefix
|
166
|
-
set_use_this_prefix(yielded[:use_this_prefix])
|
167
|
-
end
|
168
|
-
# =================================================================== #
|
169
|
-
# === :shall_we_check_whether_the_program_exists
|
170
|
-
# =================================================================== #
|
171
|
-
if yielded.has_key? :shall_we_check_whether_the_program_exists
|
172
|
-
case yielded[:shall_we_check_whether_the_program_exists]
|
173
|
-
# ================================================================= #
|
174
|
-
# === nope
|
175
|
-
#
|
176
|
-
# In this case we will not check whether the program exists.
|
177
|
-
# ================================================================= #
|
178
|
-
when :nope, false
|
179
|
-
do_not_check_whether_the_program_exists
|
180
|
-
end
|
181
|
-
end
|
182
|
-
# =================================================================== #
|
183
|
-
# === :prefix
|
184
|
-
#
|
185
|
-
# Handle prefix-related keys first.
|
186
|
-
# =================================================================== #
|
187
|
-
if yielded.has_key? :prefix
|
188
|
-
set_user_prefix(yielded.delete(:prefix)) # ← Set the new prefix via a method call.
|
189
|
-
# =================================================================== #
|
190
|
-
# === :use_this_prefix
|
191
|
-
# =================================================================== #
|
192
|
-
elsif yielded.has_key? :use_this_prefix
|
193
|
-
set_user_prefix(yielded.delete(:use_this_prefix))
|
194
|
-
# =================================================================== #
|
195
|
-
# === :use_this_as_prefix
|
196
|
-
# =================================================================== #
|
197
|
-
elsif yielded.has_key? :use_this_as_prefix
|
198
|
-
set_user_prefix(yielded.delete(:use_this_as_prefix))
|
199
|
-
end
|
200
|
-
# =================================================================== #
|
201
|
-
# === :symlink_after_compilation_has_finished
|
202
|
-
# =================================================================== #
|
203
|
-
if yielded.has_key? :symlink_after_compilation_has_finished
|
204
|
-
value = yielded.delete(:symlink_after_compilation_has_finished)
|
205
|
-
if value == false
|
206
|
-
set_do_not_symlink(:be_verbose) # Disable symlinking after compilation.
|
207
|
-
end
|
208
|
-
end
|
209
|
-
# =================================================================== #
|
210
|
-
# Add commandline_arguments if the key is :commandline_arguments
|
211
|
-
#
|
212
|
-
# Such a Hash may have a key like this:
|
213
|
-
#
|
214
|
-
# {:commandline_arguments=>["--dont-use-colours", "ntrad"]}
|
215
|
-
# =================================================================== #
|
216
|
-
if yielded.has_key? :commandline_arguments
|
217
|
-
append_to_the_commandline(
|
218
|
-
yielded.delete(:commandline_arguments)
|
219
|
-
)
|
220
|
-
end
|
221
|
-
else
|
222
|
-
append_to_the_commandline(yielded)
|
223
|
-
end
|
224
|
-
end
|
225
|
-
# ======================================================================= #
|
226
|
-
# Handle special symbols passed to run_already next:
|
227
|
-
# ======================================================================= #
|
228
|
-
case run_already
|
229
|
-
when :dont_run_yet,
|
230
|
-
:do_not_run_yet,
|
231
|
-
:do_not_run_already
|
232
|
-
run_already = false
|
233
|
-
end
|
234
|
-
time_snapshot # Store the first snapshot, which is the start-mark.
|
235
|
-
run if run_already
|
236
|
-
end
|
237
|
-
|
238
74
|
# ========================================================================= #
|
239
75
|
# === RBT::Installer[]
|
240
76
|
# ========================================================================= #
|
data/lib/rbt/installer/menu.rb
CHANGED
@@ -39,6 +39,21 @@ class Installer < ::RBT::CompileBase # === RBT::Compile
|
|
39
39
|
else
|
40
40
|
case i # (case tag, cas tag)
|
41
41
|
# ===================================================================== #
|
42
|
+
# === Use /root as prefix
|
43
|
+
#
|
44
|
+
# This entry point allows us to use /root/ as the prefix value.
|
45
|
+
# Note that this is distinct to --rootprefix which uses /.
|
46
|
+
#
|
47
|
+
# Invocation examples:
|
48
|
+
#
|
49
|
+
# ry bison --root
|
50
|
+
# ry libtool --root
|
51
|
+
#
|
52
|
+
# ===================================================================== #
|
53
|
+
when /^-?-?root$/i,
|
54
|
+
/^-?-?root(_|-| )?prefix$/i
|
55
|
+
set_user_prefix('/root/')
|
56
|
+
# ===================================================================== #
|
42
57
|
# === Use the / root prefix as target for --prefix=
|
43
58
|
#
|
44
59
|
# This entry point allows the user to target / as the main prefix
|
@@ -46,26 +61,30 @@ class Installer < ::RBT::CompileBase # === RBT::Compile
|
|
46
61
|
#
|
47
62
|
# Usage example:
|
48
63
|
#
|
49
|
-
# ry coreutils --static --
|
64
|
+
# ry coreutils --static --realrootprefix
|
50
65
|
#
|
51
66
|
# ===================================================================== #
|
52
67
|
when /^-?-?real(_|-| )?root(_|-| )?prefix$/i
|
53
68
|
set_user_prefix('/')
|
54
69
|
# ===================================================================== #
|
55
|
-
# ===
|
70
|
+
# === Show the intro for RBT.
|
56
71
|
#
|
57
|
-
# This entry point
|
58
|
-
#
|
72
|
+
# This entry point will provide a very few useful hints to a new
|
73
|
+
# user of the rbt suite.
|
59
74
|
#
|
60
|
-
#
|
75
|
+
# We have to be careful with the input, as "gobject-introspection"
|
76
|
+
# includes the word "intro" as well.
|
61
77
|
#
|
62
|
-
#
|
63
|
-
# ry libtool --root
|
78
|
+
# Invocation example:
|
64
79
|
#
|
80
|
+
# rbt --intro
|
81
|
+
#
|
65
82
|
# ===================================================================== #
|
66
|
-
when /^-?-?
|
67
|
-
/^-?-?
|
68
|
-
|
83
|
+
when /^-?-?intro$/,
|
84
|
+
/^-?-?show(_|-| )?intro$/,
|
85
|
+
/^-?-?show(_|-| )?rbt(_|-| )?intro$/
|
86
|
+
show_rbt_intro
|
87
|
+
exit_program
|
69
88
|
# ======================================================================= #
|
70
89
|
# === Copy the expanded cookbooks
|
71
90
|
#
|
@@ -7000,19 +7019,6 @@ class Installer < ::RBT::CompileBase # === RBT::Compile
|
|
7000
7019
|
show_installation_procedure_file
|
7001
7020
|
exit_program
|
7002
7021
|
# ===================================================================== #
|
7003
|
-
# === Show the intro for RBT.
|
7004
|
-
#
|
7005
|
-
# Invocation example:
|
7006
|
-
#
|
7007
|
-
# rbt --intro
|
7008
|
-
#
|
7009
|
-
# ===================================================================== #
|
7010
|
-
when /-?-?intro$/,
|
7011
|
-
/show(_|-| )?intro$/,
|
7012
|
-
/^show(_|-| )?rbt(_|-| )?intro$/
|
7013
|
-
show_rbt_intro
|
7014
|
-
exit_program
|
7015
|
-
# ===================================================================== #
|
7016
7022
|
# === Generate PDF tutorial
|
7017
7023
|
#
|
7018
7024
|
# Invocation example:
|
data/lib/rbt/installer/misc.rb
CHANGED
@@ -57,6 +57,51 @@ class Installer < ::RBT::CompileBase # === RBT::Installer
|
|
57
57
|
require 'rbt/libtool/remove_this_entry.rb'
|
58
58
|
require 'rbt/time/time.rb'
|
59
59
|
|
60
|
+
# ========================================================================= #
|
61
|
+
# === do_use_root_prefix
|
62
|
+
# ========================================================================= #
|
63
|
+
def do_use_root_prefix
|
64
|
+
set_user_prefix('/root/')
|
65
|
+
end
|
66
|
+
|
67
|
+
# ========================================================================= #
|
68
|
+
# === show_rbt_intro
|
69
|
+
#
|
70
|
+
# Invocation example:
|
71
|
+
#
|
72
|
+
# ry --show-rbt-intro
|
73
|
+
# ry --intro
|
74
|
+
#
|
75
|
+
# ========================================================================= #
|
76
|
+
def show_rbt_intro
|
77
|
+
e
|
78
|
+
e 'Here are some hints to get you started with RBT.'
|
79
|
+
e
|
80
|
+
e "You can compile a program by issuing #{orange('rbt <name>')}."
|
81
|
+
e
|
82
|
+
e 'Example:'
|
83
|
+
e
|
84
|
+
e sfancy(' rbt php')
|
85
|
+
e
|
86
|
+
e 'You can also compile into a standalone app-dir:'
|
87
|
+
e
|
88
|
+
e sfancy(' rbt php ntrad')
|
89
|
+
e sfancy(' rbt php --app-dir')
|
90
|
+
e
|
91
|
+
e 'Both variants are synonymous. If in doubt, using the variants'
|
92
|
+
e 'that start with '+teal('--')+' is recommended.'
|
93
|
+
e
|
94
|
+
e 'To speed-up looking for the dataset stored in the various .yml'
|
95
|
+
e 'files you can also issue the following command:'
|
96
|
+
e
|
97
|
+
e sfancy(' rbt --expand')
|
98
|
+
e
|
99
|
+
e 'This command will expand the dataset into a "sanitized" variant'
|
100
|
+
e 'that requires less pre-processing before it can be used for'
|
101
|
+
e 'compiling/installing programs from source.'
|
102
|
+
e
|
103
|
+
end
|
104
|
+
|
60
105
|
# ========================================================================= #
|
61
106
|
# === show_all_about
|
62
107
|
#
|
@@ -7884,7 +7929,7 @@ EOF
|
|
7884
7929
|
# file sync.rb for this.
|
7885
7930
|
# ======================================================================= #
|
7886
7931
|
new_target_prefix = rds(
|
7887
|
-
"#{programs_directory?}/#{compile_which_program?.capitalize}/#{i}/"
|
7932
|
+
"#{programs_directory?}/#{compile_which_program?.to_s.capitalize}/#{i}/"
|
7888
7933
|
)
|
7889
7934
|
# ======================================================================= #
|
7890
7935
|
# We will also modify the original program_path.
|
@@ -15310,44 +15355,6 @@ end # end false clause (DEBUG - FIXME!!!)
|
|
15310
15355
|
e
|
15311
15356
|
end
|
15312
15357
|
|
15313
|
-
# ========================================================================= #
|
15314
|
-
# === show_rbt_intro
|
15315
|
-
#
|
15316
|
-
# Invocation example:
|
15317
|
-
#
|
15318
|
-
# ry --show-rbt-intro
|
15319
|
-
# ry --intro
|
15320
|
-
#
|
15321
|
-
# ========================================================================= #
|
15322
|
-
def show_rbt_intro
|
15323
|
-
e
|
15324
|
-
e 'Here are some hints to get you started with RBT.'
|
15325
|
-
e
|
15326
|
-
e "You can compile a program by issuing #{orange('rbt <name>')}."
|
15327
|
-
e
|
15328
|
-
e 'Example:'
|
15329
|
-
e
|
15330
|
-
e sfancy(' rbt php')
|
15331
|
-
e
|
15332
|
-
e 'You can also compile into a standalone app-dir:'
|
15333
|
-
e
|
15334
|
-
e sfancy(' rbt php ntrad')
|
15335
|
-
e sfancy(' rbt php --app-dir')
|
15336
|
-
e
|
15337
|
-
e 'Both variants are synonymous. If in doubt, using the variants'
|
15338
|
-
e 'that start with '+teal('--')+' is recommended.'
|
15339
|
-
e
|
15340
|
-
e 'To speed-up looking for the dataset stored in the various .yml'
|
15341
|
-
e 'files you can also issue the following command:'
|
15342
|
-
e
|
15343
|
-
e sfancy(' rbt --expand')
|
15344
|
-
e
|
15345
|
-
e 'This command will expand the dataset into a "sanitized" variant'
|
15346
|
-
e 'that requires less pre-processing before it can be used for'
|
15347
|
-
e 'compiling/installing programs from source.'
|
15348
|
-
e
|
15349
|
-
end
|
15350
|
-
|
15351
15358
|
# ========================================================================= #
|
15352
15359
|
# === report_n_programs
|
15353
15360
|
#
|
@@ -250,7 +250,7 @@ module RBT
|
|
250
250
|
# ===================================================================== #
|
251
251
|
result.update(
|
252
252
|
YAML.load_file(FILE_COOKBOOK_ALIASES)
|
253
|
-
)
|
253
|
+
) if result
|
254
254
|
end
|
255
255
|
# ======================================================================= #
|
256
256
|
# Merge in the file "windows_cookbook.yml".
|
data/lib/rbt/version/version.rb
CHANGED
@@ -13,7 +13,7 @@ module RBT
|
|
13
13
|
# just an alias to it - stick to using VERSION instead "officially"
|
14
14
|
# whenever possible.
|
15
15
|
# ========================================================================= #
|
16
|
-
VERSION = '0.11.
|
16
|
+
VERSION = '0.11.91'
|
17
17
|
RBT_VERSION_NUMBER = VERSION # === RBT_VERSION_NUMBER
|
18
18
|
PROGRAM_VERSION = VERSION # === PROGRAM_VERSION
|
19
19
|
|
@@ -23,7 +23,7 @@ module RBT
|
|
23
23
|
# This specifies when the RBT project was last updated. It should be
|
24
24
|
# updated whenever the VERSION constant changes.
|
25
25
|
# ========================================================================= #
|
26
|
-
LAST_UPDATE = '
|
26
|
+
LAST_UPDATE = '18.03.2023' # ← Keep this constant in DD.MM.YYYY notation.
|
27
27
|
|
28
28
|
# ========================================================================= #
|
29
29
|
# === URL_TO_THE_DOCUMENTATION
|
@@ -156,7 +156,7 @@ graphics_suite:
|
|
156
156
|
- processing
|
157
157
|
- svgalib
|
158
158
|
- gimp
|
159
|
-
- figlet
|
159
|
+
- figlet
|
160
160
|
|
161
161
|
# =========================================================================== #
|
162
162
|
# IRC tag
|
@@ -169,7 +169,7 @@ irc:
|
|
169
169
|
- weechat
|
170
170
|
|
171
171
|
# =========================================================================== #
|
172
|
-
# === SDL SUITE
|
172
|
+
# === SDL SUITE (sdl tag)
|
173
173
|
# Make sure to have libpng installed before trying with SDL.
|
174
174
|
# chained sdl
|
175
175
|
# =========================================================================== #
|
@@ -214,8 +214,10 @@ xml:
|
|
214
214
|
#
|
215
215
|
# Personally, I use this for testing some apps.
|
216
216
|
#
|
217
|
-
# To compile it just do this:
|
217
|
+
# To compile it just do this:
|
218
|
+
#
|
218
219
|
# chained x
|
220
|
+
#
|
219
221
|
# =========================================================================== #
|
220
222
|
x:
|
221
223
|
- barcode
|
@@ -278,7 +280,7 @@ audio_suite:
|
|
278
280
|
|
279
281
|
# =========================================================================== #
|
280
282
|
# === Games (games tag, game tag)
|
281
|
-
#
|
283
|
+
#
|
282
284
|
# There is another listing, at games.yml, which is not distributed with
|
283
285
|
# this project since it refers only to games that I find elegant or
|
284
286
|
# interesting.
|
@@ -443,7 +445,7 @@ games:
|
|
443
445
|
# Xorg tag, x11 tag, X tag.
|
444
446
|
# =========================================================================== #
|
445
447
|
# Good URL resources can be found here:
|
446
|
-
# http://www.linuxfromscratch.org/blfs/view/svn/x/xorg7.html
|
448
|
+
# http://www.linuxfromscratch.org/blfs/view/svn/x/xorg7.html
|
447
449
|
# =========================================================================== #
|
448
450
|
# All components:
|
449
451
|
#
|
@@ -498,7 +500,7 @@ alsa:
|
|
498
500
|
science:
|
499
501
|
- pbbam
|
500
502
|
|
501
|
-
# =========================================================================== #
|
503
|
+
# =========================================================================== #
|
502
504
|
# === Number 6 (driver tag)
|
503
505
|
#
|
504
506
|
# Releases hier:
|
@@ -526,7 +528,7 @@ xorg_fonts:
|
|
526
528
|
# =========================================================================== #
|
527
529
|
# === RUBY TAG RUB TAG RUY TAG RB TAG
|
528
530
|
#
|
529
|
-
# The Ruby package installs ruby add ons. Please list in a manner which
|
531
|
+
# The Ruby package installs ruby add ons. Please list in a manner which
|
530
532
|
# lets the compile easily. (214 ruby addons as of 2020)
|
531
533
|
#
|
532
534
|
# crubyaddons
|
@@ -768,6 +770,7 @@ perl_addons:
|
|
768
770
|
- termreadkey # ry termreadkey
|
769
771
|
# - modperl # ry modperl # This one is not well-behaving. Commented out in March 2023.
|
770
772
|
- error # ry error
|
773
|
+
- libintlperl # ry libintlperl
|
771
774
|
|
772
775
|
# =========================================================================== #
|
773
776
|
# === XFCE TAG:
|
@@ -809,7 +812,7 @@ xfce:
|
|
809
812
|
#
|
810
813
|
# http://ftp.acc.umu.se/pub/GNOME/sources/?C=M;O=D
|
811
814
|
# http://ftp.gnome.org/pub/GNOME/desktop/2.19/2.19.91/sources/
|
812
|
-
#
|
815
|
+
#
|
813
816
|
# Example for compilation:
|
814
817
|
#
|
815
818
|
# chained gnome
|
@@ -950,10 +953,10 @@ gnome:
|
|
950
953
|
- gnomecommander
|
951
954
|
- gnomepowermanager
|
952
955
|
- gnomevoicecontrol
|
953
|
-
- gnomemount
|
954
|
-
- deskbarapplet
|
955
|
-
- gnomebluetooth
|
956
|
-
- gob2
|
956
|
+
- gnomemount # trad gnomemount
|
957
|
+
- deskbarapplet # trad deskbarapplet
|
958
|
+
- gnomebluetooth # trad gnomebluetooth
|
959
|
+
- gob2 # trad gob2
|
957
960
|
- ghex # trad ghex
|
958
961
|
- gtkvnc # trad gtkvnc
|
959
962
|
- totem # trad totem
|
@@ -1047,7 +1050,7 @@ kde5_foundation:
|
|
1047
1050
|
- kcmutils # ckde46
|
1048
1051
|
- knewstuff # ckde47
|
1049
1052
|
- frameworkintegration # ckde48
|
1050
|
-
- kinit # ckde49
|
1053
|
+
- kinit # ckde49
|
1051
1054
|
- knotifyconfig # ckde50
|
1052
1055
|
- kparts # ckde51
|
1053
1056
|
- kactivities # ckde52
|
@@ -1473,7 +1476,7 @@ all_of_the_mate_desktop:
|
|
1473
1476
|
- mateterminal # cmate21
|
1474
1477
|
- mateindicatorapplet # cmate22
|
1475
1478
|
|
1476
|
-
# =========================================================================== #
|
1479
|
+
# =========================================================================== #
|
1477
1480
|
# === Number 7
|
1478
1481
|
#
|
1479
1482
|
# This section contains component that can be installed after the xorg-server
|
@@ -1555,7 +1558,7 @@ xorg_utils:
|
|
1555
1558
|
- xcbutil # trad xcbutil
|
1556
1559
|
- xpyb # trad xpyb
|
1557
1560
|
|
1558
|
-
# =========================================================================== #
|
1561
|
+
# =========================================================================== #
|
1559
1562
|
# === Number 3 (xorg libs)
|
1560
1563
|
#
|
1561
1564
|
# http://xorg.freedesktop.org/releases/individual/lib/?C=M;O=D
|
@@ -1565,7 +1568,7 @@ xorg_utils:
|
|
1565
1568
|
# xkbcomp is not really a library but needed to continue at this point.
|
1566
1569
|
# =========================================================================== #
|
1567
1570
|
# rbt --batch-compile=xorg_libraries
|
1568
|
-
# =========================================================================== #
|
1571
|
+
# =========================================================================== #
|
1569
1572
|
xorg_libraries:
|
1570
1573
|
- xtrans # trad xtrans
|
1571
1574
|
- libxau # trad libxau
|
@@ -1798,7 +1801,7 @@ lxqt:
|
|
1798
1801
|
- screengrab # clxqt30
|
1799
1802
|
- lxqtarchiver # clxqt31
|
1800
1803
|
|
1801
|
-
# =========================================================================== #
|
1804
|
+
# =========================================================================== #
|
1802
1805
|
# === python tag
|
1803
1806
|
#
|
1804
1807
|
# chained python_addons
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
false
|
@@ -178,6 +178,7 @@ exiv: exiv2
|
|
178
178
|
# =========================================================================== #
|
179
179
|
# === f tig, f tag
|
180
180
|
# =========================================================================== #
|
181
|
+
fdo: wpebackendfdo
|
181
182
|
farstream: farstreem
|
182
183
|
ffpmeg: ffmpeg
|
183
184
|
ffmpg: ffmpeg
|
@@ -654,6 +655,7 @@ sis: xf86videosis
|
|
654
655
|
# =========================================================================== #
|
655
656
|
# === t tig, t tag
|
656
657
|
# =========================================================================== #
|
658
|
+
tess: tesseract
|
657
659
|
twolamer: twolame
|
658
660
|
tesserect: tesseract
|
659
661
|
tlc: tcl
|
@@ -9,16 +9,19 @@ a2ps:
|
|
9
9
|
enable-so
|
10
10
|
|
11
11
|
short_description: |
|
12
|
+
|
12
13
|
Any to PostScript filter.
|
14
|
+
|
13
15
|
description: |
|
14
16
|
|
15
17
|
GNU a2ps is an Any to PostScript filter. Of course it processes plain
|
16
18
|
text files, but also pretty prints quite a few popular languages.
|
17
19
|
|
18
|
-
url1: https://ftp.gnu.org/pub/gnu/a2ps/a2ps-4.15.tar.gz
|
20
|
+
url1: https://ftp.gnu.org/pub/gnu/a2ps/a2ps-4.15.1.tar.gz
|
19
21
|
url2: http://ftp.gnu.org/gnu/a2ps/
|
20
22
|
homepage: https://www.gnu.org/software/a2ps/
|
21
23
|
prefix: f
|
22
24
|
keep_extracted: no
|
25
|
+
use_build_directory: no
|
23
26
|
required_deps_on:
|
24
|
-
last_update:
|
27
|
+
last_update: 18 Mar 2023
|
@@ -2,8 +2,10 @@ adwaitaicontheme:
|
|
2
2
|
blfs:
|
3
3
|
- https://www.linuxfromscratch.org/blfs/view/svn/x/adwaita-icon-theme.html
|
4
4
|
description: |
|
5
|
+
|
5
6
|
The Adwaita Icon Theme package contains an icon theme for
|
6
|
-
Gtk+ 3 applications.
|
7
|
+
Gtk+ 3 applications.
|
8
|
+
|
7
9
|
extra_information: |
|
8
10
|
url1: http://ftp.acc.umu.se/pub/GNOME/sources/adwaita-icon-theme/42/adwaita-icon-theme-42.0.tar.xz
|
9
11
|
url2: http://ftp.acc.umu.se/pub/GNOME/sources/adwaita-icon-theme/?C=M;O=D
|
@@ -13,6 +15,7 @@ adwaitaicontheme:
|
|
13
15
|
- adwaita-icon-theme.pc
|
14
16
|
prefix: t
|
15
17
|
keep_extracted: yes
|
18
|
+
use_build_directory: no
|
16
19
|
tags:
|
17
20
|
- gnome
|
18
21
|
required_deps_on:
|
@@ -6,9 +6,12 @@ atspi2atk:
|
|
6
6
|
--wrap-mode=nodownload
|
7
7
|
|
8
8
|
description: |
|
9
|
+
|
9
10
|
The At-Spi2 Atk package contains a library
|
10
11
|
that bridges ATK to At-Spi2 D-Bus service.
|
12
|
+
|
11
13
|
extra_information: |
|
14
|
+
|
12
15
|
This is also known as the atk-bridge library.
|
13
16
|
|
14
17
|
If you happen to get an error related to atspi, such as an
|
@@ -16,6 +19,7 @@ atspi2atk:
|
|
16
19
|
then the culprit may be in distcc/ccache. At the least when I
|
17
20
|
disabled/removed the use of the latter two, at-spi2-atk and
|
18
21
|
at-spi2-core suddenly compiled.
|
22
|
+
|
19
23
|
url1: http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.38/at-spi2-atk-2.38.0.tar.xz
|
20
24
|
url2: http://ftp.gnome.org/pub/GNOME/sources/at-spi2-atk/?C=M;O=D
|
21
25
|
homepage: https://github.com/GNOME/at-spi2-atk
|
@@ -35,6 +39,7 @@ atspi2atk:
|
|
35
39
|
prefix: f
|
36
40
|
keep_extracted: yes
|
37
41
|
use_build_directory: yes
|
42
|
+
use_this_build_system: meson
|
38
43
|
required_deps_on:
|
39
44
|
- meson
|
40
45
|
- atk >= 2.9.4
|
@@ -38,7 +38,7 @@ bind:
|
|
38
38
|
|
39
39
|
The BIND package provides a DNS server and client utilities.
|
40
40
|
|
41
|
-
url1: https://ftp.isc.org/isc/bind9/9.
|
41
|
+
url1: https://ftp.isc.org/isc/bind9/9.19.11/bind-9.19.11.tar.xz
|
42
42
|
url2: http://www.isc.org/index.pl?/sw/bind/index.php
|
43
43
|
homepage: https://www.isc.org/downloads/bind/
|
44
44
|
symlink_headers: t
|
@@ -327,4 +327,4 @@ bind:
|
|
327
327
|
prefix: f
|
328
328
|
keep_extracted: yes
|
329
329
|
use_build_directory: no
|
330
|
-
last_update: 15
|
330
|
+
last_update: 15 Mar 2023
|
@@ -8,8 +8,11 @@ bison:
|
|
8
8
|
build_static: t
|
9
9
|
can_be_compiled_statically: yes
|
10
10
|
short_description: |
|
11
|
+
|
11
12
|
parser generator similar to yacc
|
13
|
+
|
12
14
|
description: |
|
15
|
+
|
13
16
|
Bison is a general-purpose parser generator that converts
|
14
17
|
an annotated context-free grammar into a deterministic
|
15
18
|
LR or generalized LR (GLR) parser employing LALR
|
@@ -22,14 +25,17 @@ bison:
|
|
22
25
|
|
23
26
|
Bison is upward compatible with Yacc: all properly-written Yacc
|
24
27
|
grammars ought to work with Bison with no change. Anyone familiar
|
25
|
-
with Yacc should be able to use Bison with little trouble.
|
28
|
+
with Yacc should be able to use Bison with little trouble.
|
29
|
+
|
26
30
|
extra_information: |
|
31
|
+
|
27
32
|
Bison also includes yacc. Yacc provides a general tool for
|
28
33
|
describing the input to a computer program.
|
29
34
|
|
30
35
|
The bison package also includes a library called "liby.a".
|
31
36
|
|
32
37
|
This package can be compiled statically.
|
38
|
+
|
33
39
|
url1: ftp://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz
|
34
40
|
url2: ftp://prep.ai.mit.edu/pub/gnu/bison/
|
35
41
|
homepage: https://www.gnu.org/software/bison/
|
@@ -37,6 +43,8 @@ bison:
|
|
37
43
|
- liby.a
|
38
44
|
prefix: f
|
39
45
|
keep_extracted: yes
|
46
|
+
use_build_directory: no
|
47
|
+
use_this_build_system: configure
|
40
48
|
sed:
|
41
49
|
- sed -i '9327 s/mv/cp/' Makefile.in
|
42
50
|
required_deps_on:
|