rbt 0.13.26 → 0.13.27

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.

Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +57 -56
  3. data/lib/rbt/commandline/commandline.rb +3 -3
  4. data/lib/rbt/constants/remote_URLs.rb +1 -1
  5. data/lib/rbt/cookbooks/search_for_tags/search_for_tags.rb +5 -5
  6. data/lib/rbt/gui/gtk3/statistics/statistics.rb +1 -1
  7. data/lib/rbt/gui/gtk3/url_action/url_action.rb +1 -1
  8. data/lib/rbt/gui/unified_gtk/installer/installer.rb +2 -2
  9. data/lib/rbt/installer/handle_installing_and_compiling_programs.rb +2 -2
  10. data/lib/rbt/installer/menu.rb +73 -72
  11. data/lib/rbt/installer/meson_and_ninja_related_code.rb +2 -2
  12. data/lib/rbt/installer/misc.rb +7 -7
  13. data/lib/rbt/make/make.rb +2 -1
  14. data/lib/rbt/misc/map_this_input_to_that_registered_program.rb +1 -1
  15. data/lib/rbt/misc/sed_wrapper.rb +1 -1
  16. data/lib/rbt/toplevel_methods/check_this_cookbook_file_for_errors.rb +2 -1
  17. data/lib/rbt/utility_scripts/expand_cookbooks.rb +5 -4
  18. data/lib/rbt/utility_scripts/report_the_registered_programs.rb +3 -3
  19. data/lib/rbt/version/version.rb +2 -2
  20. data/lib/rbt/yaml/cookbooks/attica.yml +2 -2
  21. data/lib/rbt/yaml/cookbooks/bluezqt.yml +2 -2
  22. data/lib/rbt/yaml/cookbooks/breezeicons.yml +2 -2
  23. data/lib/rbt/yaml/cookbooks/cares.yml +2 -2
  24. data/lib/rbt/yaml/cookbooks/cmake.yml +2 -2
  25. data/lib/rbt/yaml/cookbooks/evolution.yml +2 -2
  26. data/lib/rbt/yaml/cookbooks/fileroller.yml +7 -2
  27. data/lib/rbt/yaml/cookbooks/gdb.yml +7 -2
  28. data/lib/rbt/yaml/cookbooks/gjs.yml +2 -2
  29. data/lib/rbt/yaml/cookbooks/gpgme.yml +2 -2
  30. data/lib/rbt/yaml/cookbooks/kitemmodels.yml +5 -0
  31. data/lib/rbt/yaml/cookbooks/konsole.yml +2 -2
  32. data/lib/rbt/yaml/cookbooks/libseccomp.yml +8 -3
  33. data/lib/rbt/yaml/cookbooks/libvirt.yml +2 -2
  34. data/lib/rbt/yaml/cookbooks/libxkbcommon.yml +2 -2
  35. data/lib/rbt/yaml/cookbooks/linux.yml +2 -2
  36. data/lib/rbt/yaml/cookbooks/mesa.yml +2 -2
  37. data/lib/rbt/yaml/cookbooks/mlt.yml +2 -2
  38. data/lib/rbt/yaml/cookbooks/mupdf.yml +2 -2
  39. data/lib/rbt/yaml/cookbooks/mutter.yml +2 -2
  40. data/lib/rbt/yaml/cookbooks/perl.yml +2 -2
  41. data/lib/rbt/yaml/cookbooks/pipewire.yml +2 -2
  42. data/lib/rbt/yaml/cookbooks/poppler.yml +3 -3
  43. data/lib/rbt/yaml/cookbooks/qbittorrent.yml +2 -2
  44. data/lib/rbt/yaml/cookbooks/rst2html5.yml +5 -0
  45. data/lib/rbt/yaml/cookbooks/sanebackends.yml +4 -0
  46. data/lib/rbt/yaml/cookbooks/shadow.yml +2 -2
  47. data/lib/rbt/yaml/cookbooks/sqliteautoconf.yml +2 -2
  48. data/lib/rbt/yaml/cookbooks/toml.yml +4 -1
  49. data/lib/rbt/yaml/cookbooks/tumbler.yml +2 -2
  50. data/lib/rbt/yaml/cookbooks/unoconv.yml +5 -1
  51. data/lib/rbt/yaml/cookbooks/xfce4appfinder.yml +3 -0
  52. data/lib/rbt/yaml/cookbooks/xfce4powermanager.yml +8 -3
  53. data/lib/rbt/yaml/cookbooks/xfce4settings.yml +2 -2
  54. data/lib/rbt/yaml/cookbooks/xosd.yml +1 -0
  55. data/lib/rbt/yaml/cookbooks/zfs.yml +2 -2
  56. data/lib/rbt/yaml/expanded_cookbooks/attica.yml +8 -8
  57. data/lib/rbt/yaml/expanded_cookbooks/bluezqt.yml +8 -8
  58. data/lib/rbt/yaml/expanded_cookbooks/cares.yml +9 -9
  59. data/lib/rbt/yaml/expanded_cookbooks/cmake.yml +8 -8
  60. data/lib/rbt/yaml/expanded_cookbooks/evolution.yml +8 -8
  61. data/lib/rbt/yaml/expanded_cookbooks/fileroller.yml +12 -11
  62. data/lib/rbt/yaml/expanded_cookbooks/gdb.yml +12 -12
  63. data/lib/rbt/yaml/expanded_cookbooks/gjs.yml +9 -9
  64. data/lib/rbt/yaml/expanded_cookbooks/gpgme.yml +9 -9
  65. data/lib/rbt/yaml/expanded_cookbooks/kitemmodels.yml +3 -3
  66. data/lib/rbt/yaml/expanded_cookbooks/konsole.yml +8 -8
  67. data/lib/rbt/yaml/expanded_cookbooks/ksirk.yml +4 -4
  68. data/lib/rbt/yaml/expanded_cookbooks/libseccomp.yml +12 -12
  69. data/lib/rbt/yaml/expanded_cookbooks/libvirt.yml +9 -9
  70. data/lib/rbt/yaml/expanded_cookbooks/libxkbcommon.yml +9 -9
  71. data/lib/rbt/yaml/expanded_cookbooks/linux.yml +9 -9
  72. data/lib/rbt/yaml/expanded_cookbooks/mesa.yml +9 -9
  73. data/lib/rbt/yaml/expanded_cookbooks/mlt.yml +9 -9
  74. data/lib/rbt/yaml/expanded_cookbooks/mupdf.yml +8 -8
  75. data/lib/rbt/yaml/expanded_cookbooks/mutter.yml +9 -9
  76. data/lib/rbt/yaml/expanded_cookbooks/openssl.yml +1 -1
  77. data/lib/rbt/yaml/expanded_cookbooks/perl.yml +10 -10
  78. data/lib/rbt/yaml/expanded_cookbooks/pipewire.yml +9 -9
  79. data/lib/rbt/yaml/expanded_cookbooks/poppler.yml +9 -9
  80. data/lib/rbt/yaml/expanded_cookbooks/qbittorrent.yml +9 -9
  81. data/lib/rbt/yaml/expanded_cookbooks/rst2html5.yml +2 -2
  82. data/lib/rbt/yaml/expanded_cookbooks/sanebackends.yml +5 -3
  83. data/lib/rbt/yaml/expanded_cookbooks/shadow.yml +8 -8
  84. data/lib/rbt/yaml/expanded_cookbooks/sqliteautoconf.yml +9 -9
  85. data/lib/rbt/yaml/expanded_cookbooks/toml.yml +2 -2
  86. data/lib/rbt/yaml/expanded_cookbooks/tumbler.yml +9 -9
  87. data/lib/rbt/yaml/expanded_cookbooks/unoconv.yml +7 -7
  88. data/lib/rbt/yaml/expanded_cookbooks/xfce4appfinder.yml +3 -3
  89. data/lib/rbt/yaml/expanded_cookbooks/xfce4powermanager.yml +14 -14
  90. data/lib/rbt/yaml/expanded_cookbooks/xfce4settings.yml +8 -8
  91. data/lib/rbt/yaml/expanded_cookbooks/xosd.yml +1 -1
  92. data/lib/rbt/yaml/expanded_cookbooks/zfs.yml +9 -9
  93. data/lib/rbt/yaml/programs_version/available_programs_versions.md +29 -29
  94. data/lib/rbt/yaml/programs_version/programs_version.yml +29 -28
  95. data/lib/rbt/yaml/programs_version/the_expanded_coobkook_dataset_was_last_updated_on_this_day.yml +1 -1
  96. data/lib/rbt/yaml/these_programs_were_updated.yml +28 -0
  97. metadata +3 -3
@@ -39,6 +39,78 @@ class Installer < ::RBT::CompileBase # === RBT::Compile
39
39
  else
40
40
  case i # (case tag, cas tag)
41
41
  # ===================================================================== #
42
+ # === Compile all of XFCE
43
+ #
44
+ # This entry point allows us to compile all XFCE components in
45
+ # one go.
46
+ #
47
+ # Invocation examples:
48
+ #
49
+ # rbt --compile-xfce
50
+ # rbt --superxfce
51
+ # installer --superxfce
52
+ #
53
+ # ===================================================================== #
54
+ when /^-?-?compile(-|_| )?xfce$/i,
55
+ /^-?-?super(-|_| )?xfce$/i,
56
+ /^-?-?all(-|_| )?of(-|_| )?xfce$/i
57
+ compile_all_of_xfce
58
+ # ===================================================================== #
59
+ # === Compile all of XFCE into a standalone directory
60
+ #
61
+ # This entry point allows us to compile all of XFCE into a
62
+ # standalone directory, such as /Programs/Xfce/4.12.0.
63
+ #
64
+ # I considered this sufficiently useful to add this functionality.
65
+ # That way we could easily and quickly relocate XFCE between
66
+ # different computers.
67
+ #
68
+ # Invocation examples:
69
+ #
70
+ # rbt --compile-xfce-components-into-one-standalone-directory
71
+ # rbt --compile-xfce-components-into-a-standalone-directory
72
+ # rbt --compile-xfce-components-into-standalone-directory
73
+ #
74
+ # ===================================================================== #
75
+ when /^-?-?compile(-|_| )?xfce(-|_| )?components(-|_| )?into(-|_| )?one(-|_| )?standalone(-|_| )?directory$/i,
76
+ /^-?-?compile(-|_| )?xfce(-|_| )?components(-|_| )?into(-|_| )?a-standalone(-|_| )?directory$/i,
77
+ /^-?-?compile(-|_| )?xfce(-|_| )?components(-|_| )?into(-|_| )?standalone(-|_| )?directory$/i,
78
+ /^-?-?xfce(-|_| )?components(-|_| )?into(-|_| )?standalone(-|_| )?directory$/i,
79
+ /^-?-?xfce(-|_| )?components(-|_| )?standalone(-|_| )?directory$/i,
80
+ /^-?-?xfce(-|_| )?into(-|_| )?standalone(-|_| )?dir$/i,
81
+ /^-?-?xfce(-|_| )?standalone$/i
82
+ compile_xfce_components_into_one_standalone_directory
83
+ exit_program
84
+ # ===================================================================== #
85
+ # === Show the full XFCE compilechain
86
+ #
87
+ # This entry point can be used to show the full compilechain for
88
+ # XFCE.
89
+ #
90
+ # Invocation examples:
91
+ #
92
+ # rbt --show-xfce-compilechain
93
+ # rbt --xfcecomponents?
94
+ #
95
+ # ===================================================================== #
96
+ when /^-?-?show(-|_)?xfce(-|_)?compilechain$/i,
97
+ /^-?-?xfce(-|_)?components\??$/i,
98
+ /^-?-?xfce\??$/i
99
+ show_compile_chain(:xfce)
100
+ exit_program
101
+ # ===================================================================== #
102
+ # === Report how many programs are registered
103
+ #
104
+ # Invocation example:
105
+ #
106
+ # rbt --report-n-programs
107
+ #
108
+ # ===================================================================== #
109
+ when /^-?-?report(-|_| )?n(-|_| )?programs$/i,
110
+ /^-?-?n(-|_| )?programs\??$/i
111
+ report_n_programs
112
+ exit_program
113
+ # ===================================================================== #
42
114
  # === Show how many statically compiled binaries exist on this
43
115
  # computer system
44
116
  #
@@ -309,7 +381,7 @@ class Installer < ::RBT::CompileBase # === RBT::Compile
309
381
  e
310
382
  end
311
383
  else
312
- opne 'No directory exists at `'+sdir(new_directory)+'`.'
384
+ opne rev+'No directory exists at `'+sdir(new_directory)+rev+'`.'
313
385
  end
314
386
  exit_program
315
387
  # ===================================================================== #
@@ -4666,18 +4738,6 @@ class Installer < ::RBT::CompileBase # === RBT::Compile
4666
4738
  'usetheinternalsedwrapper?'
4667
4739
  verbose_query_whether_we_will_use_the_internal_sed_wrapper(:and_then_exit)
4668
4740
  # ===================================================================== #
4669
- # === Report how many programs are registered
4670
- #
4671
- # Invocation example:
4672
- #
4673
- # rbt --report-n-programs
4674
- #
4675
- # ===================================================================== #
4676
- when /^-?-?report(-|_| )?n(-|_| )?programs$/i,
4677
- /^-?-?n(-|_| )?programs\??$/i
4678
- report_n_programs
4679
- exit_program
4680
- # ===================================================================== #
4681
4741
  # === Use random version
4682
4742
  #
4683
4743
  # The user can pick to use a random version. This means that we will
@@ -4975,32 +5035,6 @@ class Installer < ::RBT::CompileBase # === RBT::Compile
4975
5035
  require 'rbt/utility_scripts/query_binary_to_package.rb'
4976
5036
  RBT.query_binary_to_package('/usr/bin/')
4977
5037
  # ===================================================================== #
4978
- # === Compile all of XFCE into a standalone directory
4979
- #
4980
- # This entry point allows us to compile all of XFCE into a
4981
- # standalone directory, such as /Programs/Xfce/4.12.0.
4982
- #
4983
- # I considered this sufficiently useful to add this functionality.
4984
- # That way we could easily and quickly relocate XFCE between
4985
- # different computers.
4986
- #
4987
- # Invocation examples:
4988
- #
4989
- # rbt --compile-xfce-components-into-one-standalone-directory
4990
- # rbt --compile-xfce-components-into-a-standalone-directory
4991
- # rbt --compile-xfce-components-into-standalone-directory
4992
- #
4993
- # ===================================================================== #
4994
- when /^-?-?compile(-|_| )?xfce(-|_| )?components(-|_| )?into(-|_| )?one(-|_| )?standalone(-|_| )?directory$/i,
4995
- /^-?-?compile(-|_| )?xfce(-|_| )?components(-|_| )?into(-|_| )?a-standalone(-|_| )?directory$/i,
4996
- /^-?-?compile(-|_| )?xfce(-|_| )?components(-|_| )?into(-|_| )?standalone(-|_| )?directory$/i,
4997
- /^-?-?xfce(-|_| )?components(-|_| )?into(-|_| )?standalone(-|_| )?directory$/i,
4998
- /^-?-?xfce(-|_| )?components(-|_| )?standalone(-|_| )?directory$/i,
4999
- /^-?-?xfce(-|_| )?into(-|_| )?standalone(-|_| )?dir$/i,
5000
- /^-?-?xfce(-|_| )?standalone$/i
5001
- compile_xfce_components_into_one_standalone_directory
5002
- exit_program
5003
- # ===================================================================== #
5004
5038
  # == Set to verbose output
5005
5039
  #
5006
5040
  # Invocation example:
@@ -6299,23 +6333,6 @@ class Installer < ::RBT::CompileBase # === RBT::Compile
6299
6333
  use_a_random_extracted_directory
6300
6334
  exit_program
6301
6335
  # ===================================================================== #
6302
- # === Show the full XFCE compilechain
6303
- #
6304
- # This entry point can be used to show the full compilechain for
6305
- # XFCE.
6306
- #
6307
- # Invocation examples:
6308
- #
6309
- # rbt --show-xfce-compilechain
6310
- # rbt --xfcecomponents?
6311
- #
6312
- # ===================================================================== #
6313
- when /^-?-?show(-|_)?xfce(-|_)?compilechain$/i,
6314
- /^-?-?xfce(-|_)?components\??$/i,
6315
- /^-?-?xfce\??$/i
6316
- show_compile_chain(:xfce)
6317
- exit_program
6318
- # ===================================================================== #
6319
6336
  # === Use a profile/decorator for the configure options
6320
6337
  #
6321
6338
  # This entry point allows us to use the LFS/BLFS glibc variant.
@@ -7694,22 +7711,6 @@ class Installer < ::RBT::CompileBase # === RBT::Compile
7694
7711
  /^-?-?download(-|_| )?docu$/i
7695
7712
  download_the_remote_documentation_of_the_RBT_project
7696
7713
  # ===================================================================== #
7697
- # === Compile all of XFCE
7698
- #
7699
- # This entry point allows us to compile all XFCE components in
7700
- # one go.
7701
- #
7702
- # Invocation examples:
7703
- #
7704
- # rbt --compile-xfce
7705
- # rbt --superxfce
7706
- # installer --superxfce
7707
- #
7708
- # ===================================================================== #
7709
- when /^-?-?compile(-|_| )?xfce$/i,
7710
- /^-?-?super(-|_| )?xfce$/i
7711
- compile_all_of_xfce
7712
- # ===================================================================== #
7713
7714
  # === Show downloadable programs
7714
7715
  #
7715
7716
  # This entry point will display all programs that are "downloadable",
@@ -34,8 +34,8 @@ class Installer < ::RBT::CompileBase # === RBT::Compile
34
34
  # ===================================================================== #
35
35
  # Append the meson-configure options in this case.
36
36
  # ===================================================================== #
37
- opne "Making use of the #{royalblue('meson_configure_options')}, "\
38
- "as specified by the #{slateblue('.yml')} file."
37
+ opne "#{rev}Making use of the #{royalblue('meson_configure_options')}#{rev}, "\
38
+ "#{rev}as specified by the #{slateblue('.yml')} file."
39
39
  opne "The working directory is: #{sdir(return_pwd)}"
40
40
  cmd << " #{meson_configure_options}"
41
41
  end
@@ -1555,10 +1555,10 @@ class Installer < ::RBT::CompileBase # === RBT::Installer
1555
1555
  entry.include? this_already_registered_library
1556
1556
  }
1557
1557
  else
1558
- opne "The library "\
1558
+ opne "#{rev}The library "\
1559
1559
  "#{orange(this_already_registered_library)}"\
1560
- " is not registered."
1561
- opne 'Consider '+crimson('updating')+' it (file: '+
1560
+ " #{rev}is not registered."
1561
+ opne rev+'Consider '+crimson('updating')+' it (file: '+
1562
1562
  sfile(compile_which_program?+'.yml')+
1563
1563
  ').'
1564
1564
  end
@@ -2719,8 +2719,8 @@ class Installer < ::RBT::CompileBase # === RBT::Installer
2719
2719
  remove_file 'usr/include/Makefile'
2720
2720
  end
2721
2721
  opne "#{rev}We are in the directory #{sdir(target)}#{rev}."
2722
- opne rev'Doing a '+steelblue('recursive copy action')+
2723
- rev+' next.'
2722
+ opne "#{rev}Doing a #{steelblue('recursive copy action')}"\
2723
+ "#{rev} next."
2724
2724
  cpr('usr/include/', use_this_prefix)
2725
2725
  opne 'Done! The target was at '+sdir(use_this_prefix+'include/')
2726
2726
  end
@@ -13149,8 +13149,8 @@ EOF
13149
13149
  "#{sfile('use_maximum_speed_for_compilation.yml')}"\
13150
13150
  " specified"
13151
13151
  opne 'that maximum speed should be used for compilation.'
13152
- opne "#{rev}This means to pass the #{orange('-j')} option "\
13153
- "to the program #{slateblue('make')}#{rev},"
13152
+ opne "#{rev}This means to pass the #{orange('-j')} #{rev}"\
13153
+ "option to the program #{slateblue('make')}#{rev},"
13154
13154
  opne "#{rev}with the number of processors this computer "+
13155
13155
  'has ('+
13156
13156
  steelblue(this_computer_has_how_many_processors?.to_s)+
data/lib/rbt/make/make.rb CHANGED
@@ -462,7 +462,8 @@ EOF
462
462
  # === now_running
463
463
  # ========================================================================= #
464
464
  def now_running(i)
465
- e "#{rev}Now running `#{mediumturquoise(i)}` from #{sdir_return_pwd}."
465
+ e "#{rev}Now running `#{mediumturquoise(i)}#{rev}` "\
466
+ "from #{sdir_return_pwd}#{rev}."
466
467
  end
467
468
 
468
469
  # ========================================================================= #
@@ -305,7 +305,7 @@ class MapThisInputToThatRegisteredProgram # === RBT::MapThisInputToThatRegistere
305
305
  set_type :header
306
306
  else
307
307
  if @be_verbose
308
- e "#{i} is not registered."
308
+ e "#{sfancy(i)} #{rev}is not registered."
309
309
  end
310
310
  end
311
311
  end
@@ -182,7 +182,7 @@ class SedWrapper < Base # === RBT::SedWrapper
182
182
  end
183
183
  end
184
184
  work_on_these_files.each {|this_file|
185
- opne 'Working on the file `'+sfile(this_file)+'`.'
185
+ opne "#{rev}Working on the file `#{sfile(this_file)}`."
186
186
  try_to_read_in_this_file(this_file) # <- This sets @dataset again.
187
187
  if @dataset
188
188
  @dataset.each {|line|
@@ -81,7 +81,8 @@ module RBT
81
81
  opn; e 'The file at `'+sfile(this_file)+'`'
82
82
  opn; e 'contains at the least one erroneous entry.'
83
83
  these_entries_were_not_registered.each {|this_entry_is_not_included|
84
- opn; e 'The entry `'+sfancy(this_entry_is_not_included)+'` is not registered.'
84
+ opn; e 'The entry `'+sfancy(this_entry_is_not_included)+rev+
85
+ '` is not registered.'
85
86
  }
86
87
  else
87
88
  opn; e 'Everything is fine for '+sfile(this_file)+'.'
@@ -91,8 +91,9 @@ class ExpandCookbooks < Base # === RBT::Cookbooks::ExpandCookbooks
91
91
  i = [i] # Turn it into an Array.
92
92
  end
93
93
  i.map! {|entry|
94
+ entry = entry.dup if entry.frozen?
95
+ entry.delete!('-') if entry.include?('-')
94
96
  if entry and entry.end_with?('.yml')
95
- entry = entry.dup if entry.frozen?
96
97
  entry.delete_suffix!('.yml')
97
98
  end
98
99
  entry
@@ -138,11 +139,11 @@ class ExpandCookbooks < Base # === RBT::Cookbooks::ExpandCookbooks
138
139
  def inform_the_user_what_we_will_do_next
139
140
  if main_array?.size < 2
140
141
  opne "We will now expand the program called `"\
141
- "#{sfancy(return_default_program_name_as_string)}`"
142
+ "#{sfancy(return_default_program_name_as_string)}#{rev}`"
142
143
  opne 'towards its individual yaml file.'
143
144
  else
144
- opne 'We will now expand the whole dataset stored into '\
145
- 'the individual yaml files.'
145
+ opne "#{rev}We will now expand the whole dataset stored into "\
146
+ "the individual yaml files."
146
147
  end
147
148
  end
148
149
 
@@ -87,9 +87,9 @@ class ReportTheRegisteredPrograms < ::RBT::Base # === RBT::Cookbooks::ReportTheR
87
87
  # ========================================================================= #
88
88
  def do_report_how_many_programs_are_registered
89
89
  opnn if show_class_name?
90
- e "#{sfancy(RBT.n_programs_available?)} programs are "\
91
- "registered in the #{orange('RBT project')} as of "\
92
- "#{cadetblue(return_date)}."
90
+ e "#{sfancy(RBT.n_programs_available?)} #{rev}programs are "\
91
+ "registered in the #{orange('RBT project')} #{rev}as of "\
92
+ "#{cadetblue(return_date)}#{rev}."
93
93
  end
94
94
 
95
95
  # ========================================================================= #
@@ -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.13.26'
16
+ VERSION = '0.13.27'
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 = '24.11.2023' # ← Keep this constant in DD.MM.YYYY notation.
26
+ LAST_UPDATE = '04.12.2023' # ← Keep this constant in DD.MM.YYYY notation.
27
27
 
28
28
  # ========================================================================= #
29
29
  # === URL_TO_THE_DOCUMENTATION
@@ -10,7 +10,7 @@ attica:
10
10
  Attica is a Qt library that implements the Open Collaboration
11
11
  Services API version 1.4.
12
12
 
13
- url1: https://download.kde.org/stable/frameworks/5.110/attica-5.110.0.tar.xz
13
+ url1: https://download.kde.org/stable/frameworks/5.112/attica-5.112.0.tar.xz
14
14
  url2: https://download.kde.org/stable/frameworks/
15
15
  homepage: https://api.kde.org/frameworks/attica/html/index.html
16
16
  licence: LGPL
@@ -24,4 +24,4 @@ attica:
24
24
  - kde_framework
25
25
  required_deps_on:
26
26
  - cmake
27
- last_update: 12 September 2023
27
+ last_update: 04 December 2023
@@ -3,7 +3,7 @@ bluezqt:
3
3
  A Qt wrapper for the BlueZ 5 DBus API.
4
4
  description: |
5
5
  Bluez-qt is a Qt wrapper for the BlueZ 5 DBus API.
6
- url1: https://download.kde.org/stable/frameworks/5.110/bluez-qt-5.110.0.tar.xz
6
+ url1: https://download.kde.org/stable/frameworks/5.112/bluez-qt-5.112.0.tar.xz
7
7
  url2: https://download.kde.org/stable/frameworks/
8
8
  homepage: https://github.com/KDE/bluez-qt
9
9
  prefix: t
@@ -15,4 +15,4 @@ bluezqt:
15
15
  - kde_framework
16
16
  required_deps_on:
17
17
  - cmake
18
- last_update: 12 September 2023
18
+ last_update: 04 December 2023
@@ -18,7 +18,7 @@ breezeicons:
18
18
 
19
19
  https://www.archlinux.org/packages/extra/any/breeze-icons/
20
20
 
21
- url1: https://download.kde.org/stable/frameworks/5.110/breeze-icons-5.110.0.tar.xz
21
+ url1: https://download.kde.org/stable/frameworks/5.112/breeze-icons-5.112.0.tar.xz
22
22
  url2: https://download.kde.org/stable/frameworks/5.70/
23
23
  homepage: https://github.com/KDE/breeze-icons
24
24
  prefix: t
@@ -31,4 +31,4 @@ breezeicons:
31
31
  required_deps_on:
32
32
  - cmake
33
33
  - extracmakemodules
34
- last_update: 12 September 2023
34
+ last_update: 04 December 2023
@@ -16,7 +16,7 @@ cares:
16
16
 
17
17
  extra_information: |
18
18
  licence:
19
- url1: https://c-ares.haxx.se/download/c-ares-1.19.1.tar.gz
19
+ url1: https://c-ares.haxx.se/download/c-ares-1.23.0.tar.gz
20
20
  url2: https://c-ares.haxx.se/download/
21
21
  homepage: https://c-ares.haxx.se/
22
22
  symlink_headers: t
@@ -38,4 +38,4 @@ cares:
38
38
  use_build_directory: yes
39
39
  use_this_build_system: cmake
40
40
  required_deps_on:
41
- last_update: 29 January 2023
41
+ last_update: 03 December 2023
@@ -33,7 +33,7 @@ cmake:
33
33
  which is why I removed that switch from the configure options.
34
34
 
35
35
  licence: BSD
36
- url1: https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7.tar.gz
36
+ url1: https://github.com/Kitware/CMake/releases/download/v3.27.9/cmake-3.27.9.tar.gz
37
37
  url2: https://github.com/Kitware/CMake/releases
38
38
  homepage: https://www.cmake.org/
39
39
  prefix: t
@@ -44,4 +44,4 @@ cmake:
44
44
  - sed -i '/"lib64"/s/64//' Modules/GNUInstallDirs.cmake
45
45
  tags:
46
46
  - cmake
47
- last_update: 15 November 2023
47
+ last_update: 29 November 2023
@@ -15,7 +15,7 @@ evolution:
15
15
  Mail stuff for gnome.
16
16
  extra_information: |
17
17
  Compile evolution-dataserver before evolution.
18
- url1: https://download.gnome.org/sources/evolution/3.50/evolution-3.50.1.tar.xz
18
+ url1: https://download.gnome.org/sources/evolution/3.50/evolution-3.50.2.tar.xz
19
19
  url2: https://download.gnome.org/sources/evolution/?C=M&O=D
20
20
  flatpak_url: https://flathub.org/repo/appstream/org.gnome.Evolution.flatpakref
21
21
  symlink_headers: t
@@ -629,4 +629,4 @@ evolution:
629
629
  required_deps_on:
630
630
  - cmake
631
631
  - evolutiondataserver
632
- last_update: 20 October 2023
632
+ last_update: 03 December 2023
@@ -2,12 +2,17 @@ fileroller:
2
2
  binaries:
3
3
  - file-roller
4
4
  description: |
5
+
5
6
  Archive Handler. Can also work with .sit files.
6
- url1: https://download.gnome.org/sources/file-roller/3.41/file-roller-3.41.90.tar.xz
7
+
8
+ url1: https://download.gnome.org/sources/file-roller/43/file-roller-43.1.tar.xz
7
9
  url2: http://ftp.gnome.org/pub/gnome/sources/file-roller/
8
10
  prefix: t
9
11
  keep_extracted: yes
10
12
  use_build_directory: yes
13
+ use_this_build_system: meson
14
+ required_deps_on:
15
+ - libportal
11
16
  tags:
12
17
  - gnome
13
- last_update: 24 February 2022
18
+ last_update: 03 December 2023
@@ -16,8 +16,11 @@ gdb:
16
16
  without-guile
17
17
 
18
18
  short_description: |
19
+
19
20
  The GNU symbolic debugger.
21
+
20
22
  description: |
23
+
21
24
  GDB is the GNU Project debugger. It allows its users to see what is
22
25
  going on "inside" another program while it executes - or what another
23
26
  program was doing at the moment it crashed.
@@ -25,7 +28,8 @@ gdb:
25
28
  GDB is most effective when tracing programs and libraries that were
26
29
  built with debugging symbols - which means that these programs were
27
30
  not stripped.
28
- url1: https://ftp.gnu.org/pub/gnu/gdb/gdb-13.2.tar.xz
31
+
32
+ url1: https://ftp.gnu.org/pub/gnu/gdb/gdb-14.1.tar.xz
29
33
  url2: https://ftp.gnu.org/gnu/gdb/?C=M;O=D
30
34
  homepage: https://www.gnu.org/software/gdb/
31
35
  libraries:
@@ -35,4 +39,5 @@ gdb:
35
39
  prefix: f
36
40
  keep_extracted: yes
37
41
  use_build_directory: yes
38
- last_update: 29 May 2023
42
+ use_this_build_system: configure
43
+ last_update: 03 December 2023
@@ -21,7 +21,7 @@ gjs:
21
21
  description: |
22
22
  Gjs are a set of Javascript binding for GNOME.
23
23
  extra_information: |
24
- url1: https://download.gnome.org/sources/gjs/1.76/gjs-1.76.1.tar.xz
24
+ url1: https://download.gnome.org/sources/gjs/1.78/gjs-1.78.1.tar.xz
25
25
  url2: http://ftp.gnome.org/pub/GNOME/sources/gjs/?C=M;O=D
26
26
  homepage: https://wiki.gnome.org/Projects/Gjs
27
27
  symlink_headers: t
@@ -50,4 +50,4 @@ gjs:
50
50
  use_this_build_system: meson
51
51
  required_deps_on:
52
52
  - gobjectintrospection
53
- last_update: 14 June 2023
53
+ last_update: 03 December 2023
@@ -25,7 +25,7 @@ gpgme:
25
25
  signing, signature verification and key management.
26
26
 
27
27
  licence: GPLv3
28
- url1: https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.22.0.tar.bz2
28
+ url1: https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.23.2.tar.bz2
29
29
  url2: https://www.gnupg.org/ftp/gcrypt/gpgme/
30
30
  homepage: https://www.gnupg.org/software/gpgme/index.html
31
31
  symlink_headers: t
@@ -88,4 +88,4 @@ gpgme:
88
88
  use_this_build_system: configure
89
89
  required_deps_on:
90
90
  - libassuan
91
- last_update: 22 August 2023
91
+ last_update: 03 December 2023
@@ -1,13 +1,17 @@
1
1
  kitemmodels:
2
2
  configure_options: |
3
3
  short_description: |
4
+
4
5
  Models for Qt Model/View system.
6
+
5
7
  description: |
8
+
6
9
  KItemModels provides several models, such as
7
10
  KBreadcrumbSelectionModel, KCheckableProxyModel, KConcatenateRowsProxyModel,
8
11
  KDescendantsProxyModel, KExtraColumnsProxyModel, KLinkItemSelectionModel,
9
12
  KModelIndexProxyMapper, KRearrangeColumnsProxyModel, KRecursiveFilterProxyModel
10
13
  and KSelectionProxyModel.
14
+
11
15
  extra_information: |
12
16
  licence: LGPL
13
17
  url1: https://download.kde.org/stable/frameworks/5.110/kitemmodels-5.110.0.tar.xz
@@ -16,6 +20,7 @@ kitemmodels:
16
20
  prefix: t
17
21
  keep_extracted: yes
18
22
  use_build_directory: no
23
+ use_this_build_system: cmake
19
24
  tags:
20
25
  - kde
21
26
  - kde5
@@ -32,7 +32,7 @@ konsole:
32
32
 
33
33
  https://konsole.kde.org/changelog.html
34
34
 
35
- url1: https://download.kde.org/stable/release-service/23.08.2/src/konsole-23.08.2.tar.xz
35
+ url1: https://download.kde.org/stable/release-service/23.08.3/src/konsole-23.08.3.tar.xz
36
36
  url2: https://download.kde.org/stable/release-service/
37
37
  homepage: https://konsole.kde.org/
38
38
  prefix: t
@@ -53,4 +53,4 @@ konsole:
53
53
  - knewstuffcore
54
54
  - knotifyconfig
55
55
  - kparts
56
- last_update: 12 October 2023
56
+ last_update: 04 December 2023
@@ -10,13 +10,17 @@ libseccomp:
10
10
  disable-static
11
11
 
12
12
  short_description: |
13
- Interface to the Linux Kernel's syscall filtering mechanism.
13
+
14
+ Interface to the Linux Kernel's syscall filtering mechanism.
15
+
14
16
  description: |
17
+
15
18
  The libseccomp package provides an easy to use and platform independent
16
19
  interface to the Linux kernel's syscall filtering mechanism.
20
+
17
21
  extra_information: |
18
22
  licence:
19
- url1: https://github.com/seccomp/libseccomp/releases/download/v2.5.4/libseccomp-2.5.4.tar.gz
23
+ url1: https://github.com/seccomp/libseccomp/releases/download/v2.5.5/libseccomp-2.5.5.tar.gz
20
24
  url2: https://github.com/seccomp/libseccomp/releases
21
25
  homepage: https://github.com/seccomp/libseccomp
22
26
  symlink_headers: t
@@ -31,6 +35,7 @@ libseccomp:
31
35
  - libseccomp.pc
32
36
  prefix: f
33
37
  keep_extracted: yes
38
+ use_this_build_system: configure
34
39
  required_deps_on:
35
40
  use_build_directory: no
36
- last_update: 26 April 2022
41
+ last_update: 03 December 2023
@@ -45,7 +45,7 @@ libvirt:
45
45
  extra_information: |
46
46
  Note that libvirt requires the libdevmapper.h header when you want
47
47
  to compile it.
48
- url1: https://libvirt.org/sources/libvirt-9.9.0.tar.xz
48
+ url1: https://libvirt.org/sources/libvirt-9.10.0.tar.xz
49
49
  url2: https://github.com/libvirt/libvirt/releases
50
50
  homepage: https://github.com/libvirt/libvirt
51
51
  symlink_headers: t
@@ -131,4 +131,4 @@ libvirt:
131
131
  required_deps_on:
132
132
  - xen
133
133
  - meson
134
- last_update: 01 November 2023
134
+ last_update: 02 December 2023
@@ -22,7 +22,7 @@ libxkbcommon:
22
22
  libxkbcommon is a keymap compiler and support library which processes a
23
23
  reduced subset of keymaps as defined by the XKB specification.
24
24
 
25
- url1: https://xkbcommon.org/download/libxkbcommon-1.5.0.tar.xz
25
+ url1: https://xkbcommon.org/download/libxkbcommon-1.6.0.tar.xz
26
26
  url2: https://xkbcommon.org/download/?C=M;O=D
27
27
  homepage: https://github.com/xkbcommon/libxkbcommon
28
28
  symlink_headers: t
@@ -55,4 +55,4 @@ libxkbcommon:
55
55
  use_build_directory: yes
56
56
  required_deps_on:
57
57
  - meson
58
- last_update: 05 January 2023
58
+ last_update: 03 December 2023
@@ -82,7 +82,7 @@ linux:
82
82
  # or
83
83
  update-grub # if you use grub
84
84
 
85
- url1: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.2.tar.xz
85
+ url1: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.4.tar.xz
86
86
  url2: https://www.kernel.org/pub/linux/kernel/
87
87
  homepage: https://www.kernel.org/
88
88
  git_url: https://github.com/torvalds/linux
@@ -1012,4 +1012,4 @@ linux:
1012
1012
  keep_extracted: yes
1013
1013
  use_build_directory: no
1014
1014
  use_this_make_command: make menuconfig
1015
- last_update: 20 November 2023
1015
+ last_update: 03 December 2023
@@ -105,7 +105,7 @@ mesa:
105
105
  enables support for some private codecs. This is recommended
106
106
  as some video-cards require this.
107
107
 
108
- url1: https://mesa.freedesktop.org/archive/mesa-23.2.1.tar.xz
108
+ url1: https://mesa.freedesktop.org/archive/mesa-23.3.0.tar.xz
109
109
  url2: https://www.mesa3d.org/beta/?M=D
110
110
  homepage: https://www.mesa3d.org/
111
111
  # git_url: https://gitlab.freedesktop.org/mesa/mesa
@@ -226,4 +226,4 @@ mesa:
226
226
  - libxshmfence
227
227
  - mako
228
228
  - wayland
229
- last_update: 29 September 2023
229
+ last_update: 03 December 2023