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
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 879004
3
+ :archive_size: 898216
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/fileroller/"
@@ -15,7 +15,7 @@
15
15
  :configure_options: ''
16
16
  :configure_options_explained: ''
17
17
  :copy_source: false
18
- :description: Archive Handler. Can also work with .sit files.
18
+ :description: " Archive Handler. Can also work with .sit files."
19
19
  :do_not_download: false
20
20
  :do_not_symlink: false
21
21
  :echo_yes: ''
@@ -32,7 +32,7 @@
32
32
  :installation_steps: []
33
33
  :is_an_active_project: true
34
34
  :keep_extracted: true
35
- :last_update: 24 February 2022
35
+ :last_update: 03 December 2023
36
36
  :libexec:
37
37
  :libraries: []
38
38
  :licence: unknown
@@ -40,7 +40,7 @@
40
40
  :m4_files: []
41
41
  :manual_steps:
42
42
  :may_we_modify_the_configure_options: true
43
- :md5sum: 87608edf4734dd7072f5086c2fe00401
43
+ :md5sum: a36e8f27b0793e044652c5bfa187851d
44
44
  :meson_configure_options:
45
45
  :mirror: ''
46
46
  :modify_the_makefile: false
@@ -55,12 +55,13 @@
55
55
  :prefix: "/usr/"
56
56
  :preinstall: []
57
57
  :program_compile_name: ''
58
- :program_full_name: file-roller-3.41.90.tar.xz
58
+ :program_full_name: file-roller-43.1.tar.xz
59
59
  :program_name: file-roller
60
- :program_name_and_program_version: file-roller-3.41.90
61
- :program_path: "/home/x/src/fileroller/file-roller-3.41.90.tar.xz"
62
- :program_version: 3.41.90
63
- :required_deps_on: []
60
+ :program_name_and_program_version: file-roller-43.1
61
+ :program_path: "/home/x/src/fileroller/file-roller-43.1.tar.xz"
62
+ :program_version: '43.1'
63
+ :required_deps_on:
64
+ - libportal
64
65
  :run_configure: true
65
66
  :run_ldconfig: true
66
67
  :run_make: true
@@ -75,14 +76,14 @@
75
76
  :symlink_pkgconfig_files: false
76
77
  :tags:
77
78
  - gnome
78
- :url1: https://download.gnome.org/sources/file-roller/3.41/file-roller-3.41.90.tar.xz
79
+ :url1: https://download.gnome.org/sources/file-roller/43/file-roller-43.1.tar.xz
79
80
  :url2: http://ftp.gnome.org/pub/gnome/sources/file-roller/
80
81
  :use_autoconf: false
81
82
  :use_autogen: false
82
83
  :use_build_directory: true
83
84
  :use_glib_schema: false
84
85
  :use_this_build_directory:
85
- :use_this_build_system: :infer_automatically
86
+ :use_this_build_system: meson
86
87
  :use_this_make_command: make
87
88
  :use_this_make_install_command:
88
89
  :wikipedia:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 23664644
3
+ :archive_size: 24108624
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/gdb/"
@@ -18,11 +18,11 @@
18
18
  :configure_options: "--enable-shared --disable-static --with-system-readline --without-guile"
19
19
  :configure_options_explained: ''
20
20
  :copy_source: false
21
- :description: GDB is the GNU Project debugger. It allows its users to see what is
21
+ :description: ' GDB is the GNU Project debugger. It allows its users to see what is
22
22
  going on "inside" another program while it executes - or what another program was
23
23
  doing at the moment it crashed. GDB is most effective when tracing programs and
24
24
  libraries that were built with debugging symbols - which means that these programs
25
- were not stripped.
25
+ were not stripped.'
26
26
  :do_not_download: false
27
27
  :do_not_symlink: false
28
28
  :echo_yes: ''
@@ -39,7 +39,7 @@
39
39
  :installation_steps: []
40
40
  :is_an_active_project: true
41
41
  :keep_extracted: true
42
- :last_update: 29 May 2023
42
+ :last_update: 03 December 2023
43
43
  :libexec:
44
44
  :libraries:
45
45
  - libbfd.a
@@ -50,7 +50,7 @@
50
50
  :m4_files: []
51
51
  :manual_steps:
52
52
  :may_we_modify_the_configure_options: true
53
- :md5sum: fbd3cdae16c581e8a742cb766ba35076
53
+ :md5sum: 4a084d03915b271f67e9b8ea2ab24972
54
54
  :meson_configure_options:
55
55
  :mirror: ''
56
56
  :modify_the_makefile: false
@@ -62,14 +62,14 @@
62
62
  :pre_configure_steps: []
63
63
  :pre_make_commands: []
64
64
  :pre_make_install_sed: []
65
- :prefix: "/home/Programs/Gdb/13.2/"
65
+ :prefix: "/home/Programs/Gdb/14.1/"
66
66
  :preinstall: []
67
67
  :program_compile_name: ''
68
- :program_full_name: gdb-13.2.tar.xz
68
+ :program_full_name: gdb-14.1.tar.xz
69
69
  :program_name: gdb
70
- :program_name_and_program_version: gdb-13.2
71
- :program_path: "/home/x/src/gdb/gdb-13.2.tar.xz"
72
- :program_version: '13.2'
70
+ :program_name_and_program_version: gdb-14.1
71
+ :program_path: "/home/x/src/gdb/gdb-14.1.tar.xz"
72
+ :program_version: '14.1'
73
73
  :required_deps_on: []
74
74
  :run_configure: true
75
75
  :run_ldconfig: true
@@ -84,14 +84,14 @@
84
84
  :symlink_headers: false
85
85
  :symlink_pkgconfig_files: false
86
86
  :tags: []
87
- :url1: https://ftp.gnu.org/pub/gnu/gdb/gdb-13.2.tar.xz
87
+ :url1: https://ftp.gnu.org/pub/gnu/gdb/gdb-14.1.tar.xz
88
88
  :url2: https://ftp.gnu.org/gnu/gdb/?C=M;O=D
89
89
  :use_autoconf: false
90
90
  :use_autogen: false
91
91
  :use_build_directory: true
92
92
  :use_glib_schema: false
93
93
  :use_this_build_directory:
94
- :use_this_build_system: :infer_automatically
94
+ :use_this_build_system: configure
95
95
  :use_this_make_command: make
96
96
  :use_this_make_install_command:
97
97
  :wikipedia:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 645888
3
+ :archive_size: 654556
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/gjs/"
@@ -42,7 +42,7 @@
42
42
  :installation_steps: []
43
43
  :is_an_active_project: true
44
44
  :keep_extracted: true
45
- :last_update: 14 June 2023
45
+ :last_update: 03 December 2023
46
46
  :libexec:
47
47
  :libraries:
48
48
  - gjs/girepository-1.0/GjsPrivate-1.0.typelib
@@ -57,7 +57,7 @@
57
57
  :m4_files: []
58
58
  :manual_steps:
59
59
  :may_we_modify_the_configure_options: true
60
- :md5sum: 190ddbd9e98aa42c7a1f14b511427ff5
60
+ :md5sum: cdfa9703c48e25d2ab6f61e28c8eff2d
61
61
  :meson_configure_options: "--buildtype=release --wrap-mode=nodownload"
62
62
  :mirror: ''
63
63
  :modify_the_makefile: false
@@ -70,14 +70,14 @@
70
70
  :pre_configure_steps: []
71
71
  :pre_make_commands: []
72
72
  :pre_make_install_sed: []
73
- :prefix: "/home/Programs/Gjs/1.76.1/"
73
+ :prefix: "/home/Programs/Gjs/1.78.1/"
74
74
  :preinstall: []
75
75
  :program_compile_name: ''
76
- :program_full_name: gjs-1.76.1.tar.xz
76
+ :program_full_name: gjs-1.78.1.tar.xz
77
77
  :program_name: gjs
78
- :program_name_and_program_version: gjs-1.76.1
79
- :program_path: "/home/x/src/gjs/gjs-1.76.1.tar.xz"
80
- :program_version: 1.76.1
78
+ :program_name_and_program_version: gjs-1.78.1
79
+ :program_path: "/home/x/src/gjs/gjs-1.78.1.tar.xz"
80
+ :program_version: 1.78.1
81
81
  :required_deps_on:
82
82
  - gobjectintrospection
83
83
  :run_configure: true
@@ -93,7 +93,7 @@
93
93
  :symlink_headers: true
94
94
  :symlink_pkgconfig_files: true
95
95
  :tags: []
96
- :url1: https://download.gnome.org/sources/gjs/1.76/gjs-1.76.1.tar.xz
96
+ :url1: https://download.gnome.org/sources/gjs/1.78/gjs-1.78.1.tar.xz
97
97
  :url2: http://ftp.gnome.org/pub/GNOME/sources/gjs/?C=M;O=D
98
98
  :use_autoconf: false
99
99
  :use_autogen: false
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 1221080
3
+ :archive_size: 1367272
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/gpgme/"
@@ -77,7 +77,7 @@
77
77
  :installation_steps: []
78
78
  :is_an_active_project: true
79
79
  :keep_extracted: true
80
- :last_update: 22 August 2023
80
+ :last_update: 03 December 2023
81
81
  :libexec:
82
82
  :libraries:
83
83
  - cmake/Gpgmepp/GpgmeppConfig.cmake
@@ -93,7 +93,7 @@
93
93
  :m4_files: []
94
94
  :manual_steps:
95
95
  :may_we_modify_the_configure_options: true
96
- :md5sum: d29ca5c2494bd004a666ff42b560816f
96
+ :md5sum: dccf9709184f37e191279a41ade06def
97
97
  :meson_configure_options:
98
98
  :mirror: ''
99
99
  :modify_the_makefile: false
@@ -107,14 +107,14 @@
107
107
  :pre_configure_steps: []
108
108
  :pre_make_commands: []
109
109
  :pre_make_install_sed: []
110
- :prefix: "/home/Programs/Gpgme/1.22.0/"
110
+ :prefix: "/home/Programs/Gpgme/1.23.2/"
111
111
  :preinstall: []
112
112
  :program_compile_name: ''
113
- :program_full_name: gpgme-1.22.0.tar.xz
113
+ :program_full_name: gpgme-1.23.2.tar.xz
114
114
  :program_name: gpgme
115
- :program_name_and_program_version: gpgme-1.22.0
116
- :program_path: "/home/x/src/gpgme/gpgme-1.22.0.tar.xz"
117
- :program_version: 1.22.0
115
+ :program_name_and_program_version: gpgme-1.23.2
116
+ :program_path: "/home/x/src/gpgme/gpgme-1.23.2.tar.xz"
117
+ :program_version: 1.23.2
118
118
  :required_deps_on:
119
119
  - libassuan
120
120
  :run_configure: true
@@ -130,7 +130,7 @@
130
130
  :symlink_headers: true
131
131
  :symlink_pkgconfig_files: true
132
132
  :tags: []
133
- :url1: https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.22.0.tar.bz2
133
+ :url1: https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.23.2.tar.bz2
134
134
  :url2: https://www.gnupg.org/ftp/gcrypt/gpgme/
135
135
  :use_autoconf: false
136
136
  :use_autogen: false
@@ -14,10 +14,10 @@
14
14
  :configure_options: ''
15
15
  :configure_options_explained: ''
16
16
  :copy_source: false
17
- :description: KItemModels provides several models, such as KBreadcrumbSelectionModel,
17
+ :description: " KItemModels provides several models, such as KBreadcrumbSelectionModel,
18
18
  KCheckableProxyModel, KConcatenateRowsProxyModel, KDescendantsProxyModel, KExtraColumnsProxyModel,
19
19
  KLinkItemSelectionModel, KModelIndexProxyMapper, KRearrangeColumnsProxyModel, KRecursiveFilterProxyModel
20
- and KSelectionProxyModel.
20
+ and KSelectionProxyModel."
21
21
  :do_not_download: false
22
22
  :do_not_symlink: false
23
23
  :echo_yes: ''
@@ -88,7 +88,7 @@
88
88
  :use_build_directory: false
89
89
  :use_glib_schema: false
90
90
  :use_this_build_directory:
91
- :use_this_build_system: :infer_automatically
91
+ :use_this_build_system: cmake
92
92
  :use_this_make_command: make
93
93
  :use_this_make_install_command:
94
94
  :wikipedia:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 1827860
3
+ :archive_size: 1833456
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/konsole/"
@@ -49,7 +49,7 @@
49
49
  :installation_steps: []
50
50
  :is_an_active_project: true
51
51
  :keep_extracted: true
52
- :last_update: 12 October 2023
52
+ :last_update: 04 December 2023
53
53
  :libexec:
54
54
  :libraries: []
55
55
  :licence: unknown
@@ -57,7 +57,7 @@
57
57
  :m4_files: []
58
58
  :manual_steps:
59
59
  :may_we_modify_the_configure_options: true
60
- :md5sum: 5cd9724bc52d0a9c99035d3693452bcd
60
+ :md5sum: c389ba116f4f05fa006fb81afb1c6bf3
61
61
  :meson_configure_options:
62
62
  :mirror: ''
63
63
  :modify_the_makefile: false
@@ -72,11 +72,11 @@
72
72
  :prefix: "/usr/"
73
73
  :preinstall: []
74
74
  :program_compile_name: ''
75
- :program_full_name: konsole-23.08.2.tar.xz
75
+ :program_full_name: konsole-23.08.3.tar.xz
76
76
  :program_name: konsole
77
- :program_name_and_program_version: konsole-23.08.2
78
- :program_path: "/home/x/src/konsole/konsole-23.08.2.tar.xz"
79
- :program_version: 23.08.2
77
+ :program_name_and_program_version: konsole-23.08.3
78
+ :program_path: "/home/x/src/konsole/konsole-23.08.3.tar.xz"
79
+ :program_version: 23.08.3
80
80
  :required_deps_on:
81
81
  - cmake
82
82
  - extracmakemodules
@@ -103,7 +103,7 @@
103
103
  - kde5
104
104
  - kde_application
105
105
  - terminal
106
- :url1: https://download.kde.org/stable/release-service/23.08.2/src/konsole-23.08.2.tar.xz
106
+ :url1: https://download.kde.org/stable/release-service/23.08.3/src/konsole-23.08.3.tar.xz
107
107
  :url2: https://download.kde.org/stable/release-service/
108
108
  :use_autoconf: false
109
109
  :use_autogen: false
@@ -14,9 +14,9 @@
14
14
  :configure_options: ''
15
15
  :configure_options_explained: ''
16
16
  :copy_source: false
17
- :description: 'KsirK is a computerized version of the well known strategic board game
18
- Risk. The goal of the game is simply to conquer the world by attacking your neighbors
19
- with your armies. '
17
+ :description: " KsirK is a computerized version of the well known strategic board
18
+ game Risk. The goal of the game is simply to conquer the world by attacking your
19
+ neighbors with your armies."
20
20
  :do_not_download: false
21
21
  :do_not_symlink: false
22
22
  :echo_yes: ''
@@ -91,7 +91,7 @@
91
91
  :use_build_directory: true
92
92
  :use_glib_schema: false
93
93
  :use_this_build_directory:
94
- :use_this_build_system: :infer_automatically
94
+ :use_this_build_system: cmake
95
95
  :use_this_make_command: make
96
96
  :use_this_make_install_command:
97
97
  :wikipedia:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 386920
3
+ :archive_size: 394392
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/libseccomp/"
@@ -16,8 +16,8 @@
16
16
  :configure_options: "--enable-shared --disable-static"
17
17
  :configure_options_explained: ''
18
18
  :copy_source: false
19
- :description: The libseccomp package provides an easy to use and platform independent
20
- interface to the Linux kernel's syscall filtering mechanism.
19
+ :description: " The libseccomp package provides an easy to use and platform independent
20
+ interface to the Linux kernel's syscall filtering mechanism."
21
21
  :do_not_download: false
22
22
  :do_not_symlink: false
23
23
  :echo_yes: ''
@@ -36,7 +36,7 @@
36
36
  :installation_steps: []
37
37
  :is_an_active_project: true
38
38
  :keep_extracted: true
39
- :last_update: 26 April 2022
39
+ :last_update: 03 December 2023
40
40
  :libexec:
41
41
  :libraries:
42
42
  - libseccomp.so
@@ -47,7 +47,7 @@
47
47
  :m4_files: []
48
48
  :manual_steps:
49
49
  :may_we_modify_the_configure_options: true
50
- :md5sum: 96ac4806b49e1d8cde7b5b7e62105b1d
50
+ :md5sum: 0c115b6710daf8d9fa0e4699c0a474af
51
51
  :meson_configure_options:
52
52
  :mirror: ''
53
53
  :modify_the_makefile: false
@@ -60,14 +60,14 @@
60
60
  :pre_configure_steps: []
61
61
  :pre_make_commands: []
62
62
  :pre_make_install_sed: []
63
- :prefix: "/home/Programs/Libseccomp/2.5.4/"
63
+ :prefix: "/home/Programs/Libseccomp/2.5.5/"
64
64
  :preinstall: []
65
65
  :program_compile_name: ''
66
- :program_full_name: libseccomp-2.5.4.tar.xz
66
+ :program_full_name: libseccomp-2.5.5.tar.xz
67
67
  :program_name: libseccomp
68
- :program_name_and_program_version: libseccomp-2.5.4
69
- :program_path: "/home/x/src/libseccomp/libseccomp-2.5.4.tar.xz"
70
- :program_version: 2.5.4
68
+ :program_name_and_program_version: libseccomp-2.5.5
69
+ :program_path: "/home/x/src/libseccomp/libseccomp-2.5.5.tar.xz"
70
+ :program_version: 2.5.5
71
71
  :required_deps_on: []
72
72
  :run_configure: true
73
73
  :run_ldconfig: true
@@ -82,14 +82,14 @@
82
82
  :symlink_headers: true
83
83
  :symlink_pkgconfig_files: true
84
84
  :tags: []
85
- :url1: https://github.com/seccomp/libseccomp/releases/download/v2.5.4/libseccomp-2.5.4.tar.gz
85
+ :url1: https://github.com/seccomp/libseccomp/releases/download/v2.5.5/libseccomp-2.5.5.tar.gz
86
86
  :url2: https://github.com/seccomp/libseccomp/releases
87
87
  :use_autoconf: false
88
88
  :use_autogen: false
89
89
  :use_build_directory: false
90
90
  :use_glib_schema: false
91
91
  :use_this_build_directory:
92
- :use_this_build_system: :infer_automatically
92
+ :use_this_build_system: configure
93
93
  :use_this_make_command: make
94
94
  :use_this_make_install_command:
95
95
  :wikipedia:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 9321556
3
+ :archive_size: 9350372
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/libvirt/"
@@ -77,7 +77,7 @@
77
77
  :installation_steps: []
78
78
  :is_an_active_project: true
79
79
  :keep_extracted: true
80
- :last_update: 01 November 2023
80
+ :last_update: 02 December 2023
81
81
  :libexec:
82
82
  :libraries:
83
83
  - firewalld/zones/libvirt.xml
@@ -135,7 +135,7 @@
135
135
  :m4_files: []
136
136
  :manual_steps:
137
137
  :may_we_modify_the_configure_options: true
138
- :md5sum: 484a649183652f84b60517062e6616de
138
+ :md5sum: c546d8745508bd95147bc749dea82ff1
139
139
  :meson_configure_options: ''
140
140
  :mirror: ''
141
141
  :modify_the_makefile: false
@@ -151,14 +151,14 @@
151
151
  :pre_configure_steps: []
152
152
  :pre_make_commands: []
153
153
  :pre_make_install_sed: []
154
- :prefix: "/home/Programs/Libvirt/9.9.0/"
154
+ :prefix: "/home/Programs/Libvirt/9.10.0/"
155
155
  :preinstall: []
156
156
  :program_compile_name: ''
157
- :program_full_name: libvirt-9.9.0.tar.xz
157
+ :program_full_name: libvirt-9.10.0.tar.xz
158
158
  :program_name: libvirt
159
- :program_name_and_program_version: libvirt-9.9.0
160
- :program_path: "/home/x/src/libvirt/libvirt-9.9.0.tar.xz"
161
- :program_version: 9.9.0
159
+ :program_name_and_program_version: libvirt-9.10.0
160
+ :program_path: "/home/x/src/libvirt/libvirt-9.10.0.tar.xz"
161
+ :program_version: 9.10.0
162
162
  :required_deps_on:
163
163
  - xen
164
164
  - meson
@@ -175,7 +175,7 @@
175
175
  :symlink_headers: true
176
176
  :symlink_pkgconfig_files: true
177
177
  :tags: []
178
- :url1: https://libvirt.org/sources/libvirt-9.9.0.tar.xz
178
+ :url1: https://libvirt.org/sources/libvirt-9.10.0.tar.xz
179
179
  :url2: https://github.com/libvirt/libvirt/releases
180
180
  :use_autoconf: false
181
181
  :use_autogen: false
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 472700
3
+ :archive_size: 510456
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/libxkbcommon/"
@@ -41,7 +41,7 @@
41
41
  :installation_steps: []
42
42
  :is_an_active_project: true
43
43
  :keep_extracted: true
44
- :last_update: 05 January 2023
44
+ :last_update: 03 December 2023
45
45
  :libexec:
46
46
  :libraries:
47
47
  - libxkbcommon-x11.so
@@ -58,7 +58,7 @@
58
58
  :m4_files: []
59
59
  :manual_steps:
60
60
  :may_we_modify_the_configure_options: true
61
- :md5sum: 40f0486b4eb491928ec6616c2ff85120
61
+ :md5sum: 90079ab4a0c6fa56dc75abffef9b1bc6
62
62
  :meson_configure_options: "--buildtype=release -Denable-docs=false -Denable-wayland=false"
63
63
  :mirror: ''
64
64
  :modify_the_makefile: false
@@ -73,14 +73,14 @@
73
73
  :pre_configure_steps: []
74
74
  :pre_make_commands: []
75
75
  :pre_make_install_sed: []
76
- :prefix: "/home/Programs/Libxkbcommon/1.5.0/"
76
+ :prefix: "/home/Programs/Libxkbcommon/1.6.0/"
77
77
  :preinstall: []
78
78
  :program_compile_name: ''
79
- :program_full_name: libxkbcommon-1.5.0.tar.xz
79
+ :program_full_name: libxkbcommon-1.6.0.tar.xz
80
80
  :program_name: libxkbcommon
81
- :program_name_and_program_version: libxkbcommon-1.5.0
82
- :program_path: "/home/x/src/libxkbcommon/libxkbcommon-1.5.0.tar.xz"
83
- :program_version: 1.5.0
81
+ :program_name_and_program_version: libxkbcommon-1.6.0
82
+ :program_path: "/home/x/src/libxkbcommon/libxkbcommon-1.6.0.tar.xz"
83
+ :program_version: 1.6.0
84
84
  :required_deps_on:
85
85
  - meson
86
86
  :run_configure: true
@@ -96,7 +96,7 @@
96
96
  :symlink_headers: true
97
97
  :symlink_pkgconfig_files: true
98
98
  :tags: []
99
- :url1: https://xkbcommon.org/download/libxkbcommon-1.5.0.tar.xz
99
+ :url1: https://xkbcommon.org/download/libxkbcommon-1.6.0.tar.xz
100
100
  :url2: https://xkbcommon.org/download/?C=M;O=D
101
101
  :use_autoconf: false
102
102
  :use_autogen: false
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 140047368
3
+ :archive_size: 140014580
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/linux/"
@@ -1036,7 +1036,7 @@
1036
1036
  :installation_steps: []
1037
1037
  :is_an_active_project: true
1038
1038
  :keep_extracted: true
1039
- :last_update: 20 November 2023
1039
+ :last_update: 03 December 2023
1040
1040
  :libexec:
1041
1041
  :libraries: []
1042
1042
  :licence: unknown
@@ -1044,7 +1044,7 @@
1044
1044
  :m4_files: []
1045
1045
  :manual_steps:
1046
1046
  :may_we_modify_the_configure_options: true
1047
- :md5sum: ed7af4ee62c054680315181a428a3e5a
1047
+ :md5sum: 45bc7af2dc71e925f67ef5a42d41ad9d
1048
1048
  :meson_configure_options:
1049
1049
  :mirror: ''
1050
1050
  :modify_the_makefile: false
@@ -1056,14 +1056,14 @@
1056
1056
  :pre_configure_steps: []
1057
1057
  :pre_make_commands: []
1058
1058
  :pre_make_install_sed: []
1059
- :prefix: "/home/Programs/Linux/6.6.2/"
1059
+ :prefix: "/home/Programs/Linux/6.6.4/"
1060
1060
  :preinstall: []
1061
1061
  :program_compile_name: ''
1062
- :program_full_name: linux-6.6.2.tar.xz
1062
+ :program_full_name: linux-6.6.4.tar.xz
1063
1063
  :program_name: linux
1064
- :program_name_and_program_version: linux-6.6.2
1065
- :program_path: "/home/x/src/linux/linux-6.6.2.tar.xz"
1066
- :program_version: 6.6.2
1064
+ :program_name_and_program_version: linux-6.6.4
1065
+ :program_path: "/home/x/src/linux/linux-6.6.4.tar.xz"
1066
+ :program_version: 6.6.4
1067
1067
  :required_deps_on: []
1068
1068
  :run_configure: true
1069
1069
  :run_ldconfig: true
@@ -1078,7 +1078,7 @@
1078
1078
  :symlink_headers: true
1079
1079
  :symlink_pkgconfig_files: false
1080
1080
  :tags: []
1081
- :url1: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.2.tar.xz
1081
+ :url1: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.4.tar.xz
1082
1082
  :url2: https://www.kernel.org/pub/linux/kernel/
1083
1083
  :use_autoconf: false
1084
1084
  :use_autogen: false
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 18855304
3
+ :archive_size: 19234688
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/mesa/"
@@ -117,7 +117,7 @@
117
117
  :installation_steps: []
118
118
  :is_an_active_project: true
119
119
  :keep_extracted: true
120
- :last_update: 29 September 2023
120
+ :last_update: 03 December 2023
121
121
  :libexec:
122
122
  :libraries:
123
123
  - dri/i915_dri.so
@@ -178,7 +178,7 @@
178
178
  :m4_files: []
179
179
  :manual_steps:
180
180
  :may_we_modify_the_configure_options: true
181
- :md5sum: 0d89ec154ac9f06a1e876214114ed9af
181
+ :md5sum: 30e60f8c466fee52034f303f1afeece2
182
182
  :meson_configure_options: --buildtype=release -Dplatforms=x11,wayland -Dgallium-drivers=auto
183
183
  -Dvulkan-drivers="" -Dglx=dri -Dvalgrind=disabled -Dlibunwind=disabled -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec
184
184
  :mirror: ''
@@ -199,14 +199,14 @@
199
199
  :pre_configure_steps: []
200
200
  :pre_make_commands: []
201
201
  :pre_make_install_sed: []
202
- :prefix: "/home/Programs/Mesa/23.2.1/"
202
+ :prefix: "/home/Programs/Mesa/23.3.0/"
203
203
  :preinstall: []
204
204
  :program_compile_name: ''
205
- :program_full_name: mesa-23.2.1.tar.xz
205
+ :program_full_name: mesa-23.3.0.tar.xz
206
206
  :program_name: mesa
207
- :program_name_and_program_version: mesa-23.2.1
208
- :program_path: "/home/x/src/mesa/mesa-23.2.1.tar.xz"
209
- :program_version: 23.2.1
207
+ :program_name_and_program_version: mesa-23.3.0
208
+ :program_path: "/home/x/src/mesa/mesa-23.3.0.tar.xz"
209
+ :program_version: 23.3.0
210
210
  :required_deps_on:
211
211
  - glproto
212
212
  - libdrm
@@ -231,7 +231,7 @@
231
231
  :symlink_headers: true
232
232
  :symlink_pkgconfig_files: true
233
233
  :tags: []
234
- :url1: https://mesa.freedesktop.org/archive/mesa-23.2.1.tar.xz
234
+ :url1: https://mesa.freedesktop.org/archive/mesa-23.3.0.tar.xz
235
235
  :url2: https://www.mesa3d.org/beta/?M=D
236
236
  :use_autoconf: false
237
237
  :use_autogen: false