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.
- checksums.yaml +4 -4
- data/README.md +57 -56
- data/lib/rbt/commandline/commandline.rb +3 -3
- data/lib/rbt/constants/remote_URLs.rb +1 -1
- data/lib/rbt/cookbooks/search_for_tags/search_for_tags.rb +5 -5
- data/lib/rbt/gui/gtk3/statistics/statistics.rb +1 -1
- data/lib/rbt/gui/gtk3/url_action/url_action.rb +1 -1
- data/lib/rbt/gui/unified_gtk/installer/installer.rb +2 -2
- data/lib/rbt/installer/handle_installing_and_compiling_programs.rb +2 -2
- data/lib/rbt/installer/menu.rb +73 -72
- data/lib/rbt/installer/meson_and_ninja_related_code.rb +2 -2
- data/lib/rbt/installer/misc.rb +7 -7
- data/lib/rbt/make/make.rb +2 -1
- data/lib/rbt/misc/map_this_input_to_that_registered_program.rb +1 -1
- data/lib/rbt/misc/sed_wrapper.rb +1 -1
- data/lib/rbt/toplevel_methods/check_this_cookbook_file_for_errors.rb +2 -1
- data/lib/rbt/utility_scripts/expand_cookbooks.rb +5 -4
- data/lib/rbt/utility_scripts/report_the_registered_programs.rb +3 -3
- data/lib/rbt/version/version.rb +2 -2
- data/lib/rbt/yaml/cookbooks/attica.yml +2 -2
- data/lib/rbt/yaml/cookbooks/bluezqt.yml +2 -2
- data/lib/rbt/yaml/cookbooks/breezeicons.yml +2 -2
- data/lib/rbt/yaml/cookbooks/cares.yml +2 -2
- data/lib/rbt/yaml/cookbooks/cmake.yml +2 -2
- data/lib/rbt/yaml/cookbooks/evolution.yml +2 -2
- data/lib/rbt/yaml/cookbooks/fileroller.yml +7 -2
- data/lib/rbt/yaml/cookbooks/gdb.yml +7 -2
- data/lib/rbt/yaml/cookbooks/gjs.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gpgme.yml +2 -2
- data/lib/rbt/yaml/cookbooks/kitemmodels.yml +5 -0
- data/lib/rbt/yaml/cookbooks/konsole.yml +2 -2
- data/lib/rbt/yaml/cookbooks/libseccomp.yml +8 -3
- data/lib/rbt/yaml/cookbooks/libvirt.yml +2 -2
- data/lib/rbt/yaml/cookbooks/libxkbcommon.yml +2 -2
- data/lib/rbt/yaml/cookbooks/linux.yml +2 -2
- data/lib/rbt/yaml/cookbooks/mesa.yml +2 -2
- data/lib/rbt/yaml/cookbooks/mlt.yml +2 -2
- data/lib/rbt/yaml/cookbooks/mupdf.yml +2 -2
- data/lib/rbt/yaml/cookbooks/mutter.yml +2 -2
- data/lib/rbt/yaml/cookbooks/perl.yml +2 -2
- data/lib/rbt/yaml/cookbooks/pipewire.yml +2 -2
- data/lib/rbt/yaml/cookbooks/poppler.yml +3 -3
- data/lib/rbt/yaml/cookbooks/qbittorrent.yml +2 -2
- data/lib/rbt/yaml/cookbooks/rst2html5.yml +5 -0
- data/lib/rbt/yaml/cookbooks/sanebackends.yml +4 -0
- data/lib/rbt/yaml/cookbooks/shadow.yml +2 -2
- data/lib/rbt/yaml/cookbooks/sqliteautoconf.yml +2 -2
- data/lib/rbt/yaml/cookbooks/toml.yml +4 -1
- data/lib/rbt/yaml/cookbooks/tumbler.yml +2 -2
- data/lib/rbt/yaml/cookbooks/unoconv.yml +5 -1
- data/lib/rbt/yaml/cookbooks/xfce4appfinder.yml +3 -0
- data/lib/rbt/yaml/cookbooks/xfce4powermanager.yml +8 -3
- data/lib/rbt/yaml/cookbooks/xfce4settings.yml +2 -2
- data/lib/rbt/yaml/cookbooks/xosd.yml +1 -0
- data/lib/rbt/yaml/cookbooks/zfs.yml +2 -2
- data/lib/rbt/yaml/expanded_cookbooks/attica.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/bluezqt.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/cares.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/cmake.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/evolution.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/fileroller.yml +12 -11
- data/lib/rbt/yaml/expanded_cookbooks/gdb.yml +12 -12
- data/lib/rbt/yaml/expanded_cookbooks/gjs.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/gpgme.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/kitemmodels.yml +3 -3
- data/lib/rbt/yaml/expanded_cookbooks/konsole.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/ksirk.yml +4 -4
- data/lib/rbt/yaml/expanded_cookbooks/libseccomp.yml +12 -12
- data/lib/rbt/yaml/expanded_cookbooks/libvirt.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/libxkbcommon.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/linux.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/mesa.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/mlt.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/mupdf.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/mutter.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/openssl.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/perl.yml +10 -10
- data/lib/rbt/yaml/expanded_cookbooks/pipewire.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/poppler.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/qbittorrent.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/rst2html5.yml +2 -2
- data/lib/rbt/yaml/expanded_cookbooks/sanebackends.yml +5 -3
- data/lib/rbt/yaml/expanded_cookbooks/shadow.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/sqliteautoconf.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/toml.yml +2 -2
- data/lib/rbt/yaml/expanded_cookbooks/tumbler.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/unoconv.yml +7 -7
- data/lib/rbt/yaml/expanded_cookbooks/xfce4appfinder.yml +3 -3
- data/lib/rbt/yaml/expanded_cookbooks/xfce4powermanager.yml +14 -14
- data/lib/rbt/yaml/expanded_cookbooks/xfce4settings.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/xosd.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/zfs.yml +9 -9
- data/lib/rbt/yaml/programs_version/available_programs_versions.md +29 -29
- data/lib/rbt/yaml/programs_version/programs_version.yml +29 -28
- 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 +28 -0
- metadata +3 -3
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 1135544
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/mlt/"
|
@@ -86,7 +86,7 @@
|
|
86
86
|
:installation_steps: []
|
87
87
|
:is_an_active_project: true
|
88
88
|
:keep_extracted: true
|
89
|
-
:last_update:
|
89
|
+
:last_update: 03 December 2023
|
90
90
|
:libexec:
|
91
91
|
:libraries:
|
92
92
|
- libmlt++.so
|
@@ -114,7 +114,7 @@
|
|
114
114
|
:m4_files: []
|
115
115
|
:manual_steps:
|
116
116
|
:may_we_modify_the_configure_options: true
|
117
|
-
:md5sum:
|
117
|
+
:md5sum: 6f6a16856bed35992a40ba095cc937a1
|
118
118
|
:meson_configure_options:
|
119
119
|
:mirror: ''
|
120
120
|
:modify_the_makefile: false
|
@@ -128,14 +128,14 @@
|
|
128
128
|
:pre_configure_steps: []
|
129
129
|
:pre_make_commands: []
|
130
130
|
:pre_make_install_sed: []
|
131
|
-
:prefix: "/home/Programs/Mlt/7.
|
131
|
+
:prefix: "/home/Programs/Mlt/7.22.0/"
|
132
132
|
:preinstall: []
|
133
133
|
:program_compile_name: ''
|
134
|
-
:program_full_name: mlt-7.
|
134
|
+
:program_full_name: mlt-7.22.0.tar.xz
|
135
135
|
:program_name: mlt
|
136
|
-
:program_name_and_program_version: mlt-7.
|
137
|
-
:program_path: "/home/x/src/mlt/mlt-7.
|
138
|
-
:program_version: 7.
|
136
|
+
:program_name_and_program_version: mlt-7.22.0
|
137
|
+
:program_path: "/home/x/src/mlt/mlt-7.22.0.tar.xz"
|
138
|
+
:program_version: 7.22.0
|
139
139
|
:required_deps_on:
|
140
140
|
- ladspasdk
|
141
141
|
:run_configure: true
|
@@ -152,7 +152,7 @@
|
|
152
152
|
:symlink_pkgconfig_files: true
|
153
153
|
:tags:
|
154
154
|
- video
|
155
|
-
:url1: https://github.com/mltframework/mlt/releases/download/v7.
|
155
|
+
:url1: https://github.com/mltframework/mlt/releases/download/v7.22.0/mlt-7.22.0.tar.gz
|
156
156
|
:url2: https://github.com/mltframework/mlt/releases/
|
157
157
|
:use_autoconf: false
|
158
158
|
:use_autogen: false
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 42553784
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/mupdf/"
|
@@ -36,7 +36,7 @@
|
|
36
36
|
:installation_steps: []
|
37
37
|
:is_an_active_project: true
|
38
38
|
:keep_extracted: true
|
39
|
-
:last_update:
|
39
|
+
:last_update: 03 December 2023
|
40
40
|
:libexec:
|
41
41
|
:libraries: []
|
42
42
|
:licence: unknown
|
@@ -44,7 +44,7 @@
|
|
44
44
|
:m4_files: []
|
45
45
|
:manual_steps:
|
46
46
|
:may_we_modify_the_configure_options: true
|
47
|
-
:md5sum:
|
47
|
+
:md5sum: 4ff0297b88a6fbefe620920cf0dc489f
|
48
48
|
:meson_configure_options:
|
49
49
|
:mirror: ''
|
50
50
|
:modify_the_makefile: false
|
@@ -59,11 +59,11 @@
|
|
59
59
|
:prefix: "/usr/"
|
60
60
|
:preinstall: []
|
61
61
|
:program_compile_name: ''
|
62
|
-
:program_full_name: mupdf-1.23.
|
62
|
+
:program_full_name: mupdf-1.23.7.tar.xz
|
63
63
|
:program_name: mupdf
|
64
|
-
:program_name_and_program_version: mupdf-1.23.
|
65
|
-
:program_path: "/home/x/src/mupdf/mupdf-1.23.
|
66
|
-
:program_version: 1.23.
|
64
|
+
:program_name_and_program_version: mupdf-1.23.7
|
65
|
+
:program_path: "/home/x/src/mupdf/mupdf-1.23.7.tar.xz"
|
66
|
+
:program_version: 1.23.7
|
67
67
|
:required_deps_on: []
|
68
68
|
:run_configure: false
|
69
69
|
:run_ldconfig: true
|
@@ -79,7 +79,7 @@
|
|
79
79
|
:symlink_pkgconfig_files: false
|
80
80
|
:tags:
|
81
81
|
- pdf
|
82
|
-
:url1: https://www.mupdf.com/downloads/archive/mupdf-1.23.
|
82
|
+
:url1: https://www.mupdf.com/downloads/archive/mupdf-1.23.7-source.tar.gz
|
83
83
|
:url2: https://www.mupdf.com/releases/
|
84
84
|
:use_autoconf: false
|
85
85
|
:use_autogen: false
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 2849132
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/mutter/"
|
@@ -34,7 +34,7 @@
|
|
34
34
|
:installation_steps: []
|
35
35
|
:is_an_active_project: true
|
36
36
|
:keep_extracted: true
|
37
|
-
:last_update:
|
37
|
+
:last_update: 03 December 2023
|
38
38
|
:libexec:
|
39
39
|
:libraries: []
|
40
40
|
:licence: unknown
|
@@ -42,7 +42,7 @@
|
|
42
42
|
:m4_files: []
|
43
43
|
:manual_steps:
|
44
44
|
:may_we_modify_the_configure_options: true
|
45
|
-
:md5sum:
|
45
|
+
:md5sum: b360d66c97445a618d59856dc1ed8a59
|
46
46
|
:meson_configure_options: "-Dprofiler=false -Dtests=false --buildtype=debugoptimized"
|
47
47
|
:mirror: ''
|
48
48
|
:modify_the_makefile: false
|
@@ -59,14 +59,14 @@
|
|
59
59
|
:pre_configure_steps: []
|
60
60
|
:pre_make_commands: []
|
61
61
|
:pre_make_install_sed: []
|
62
|
-
:prefix: "/home/Programs/Mutter/44.
|
62
|
+
:prefix: "/home/Programs/Mutter/44.7/"
|
63
63
|
:preinstall: []
|
64
64
|
:program_compile_name: ''
|
65
|
-
:program_full_name: mutter-44.
|
65
|
+
:program_full_name: mutter-44.7.tar.xz
|
66
66
|
:program_name: mutter
|
67
|
-
:program_name_and_program_version: mutter-44.
|
68
|
-
:program_path: "/home/x/src/mutter/mutter-44.
|
69
|
-
:program_version: '44.
|
67
|
+
:program_name_and_program_version: mutter-44.7
|
68
|
+
:program_path: "/home/x/src/mutter/mutter-44.7.tar.xz"
|
69
|
+
:program_version: '44.7'
|
70
70
|
:required_deps_on:
|
71
71
|
- meson
|
72
72
|
- libxcomposite
|
@@ -89,7 +89,7 @@
|
|
89
89
|
:symlink_pkgconfig_files: true
|
90
90
|
:tags:
|
91
91
|
- gnome
|
92
|
-
:url1: https://download.gnome.org/sources/mutter/44/mutter-44.
|
92
|
+
:url1: https://download.gnome.org/sources/mutter/44/mutter-44.7.tar.xz
|
93
93
|
:url2: https://download.gnome.org/sources/mutter/?C=M;O=D
|
94
94
|
:use_autoconf: false
|
95
95
|
:use_autogen: false
|
@@ -186,7 +186,7 @@
|
|
186
186
|
:use_build_directory: false
|
187
187
|
:use_glib_schema: false
|
188
188
|
:use_this_build_directory:
|
189
|
-
:use_this_build_system:
|
189
|
+
:use_this_build_system: configure
|
190
190
|
:use_this_make_command: make
|
191
191
|
:use_this_make_install_command:
|
192
192
|
:wikipedia:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 13683376
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/perl/"
|
@@ -99,7 +99,7 @@
|
|
99
99
|
:installation_steps: []
|
100
100
|
:is_an_active_project: true
|
101
101
|
:keep_extracted: true
|
102
|
-
:last_update:
|
102
|
+
:last_update: 26 November 2023
|
103
103
|
:libexec:
|
104
104
|
:libraries: []
|
105
105
|
:licence: unknown
|
@@ -111,7 +111,7 @@
|
|
111
111
|
make
|
112
112
|
make install
|
113
113
|
:may_we_modify_the_configure_options: true
|
114
|
-
:md5sum:
|
114
|
+
:md5sum: 12a6bc9537d94f1a432ac4fa3cf536bd
|
115
115
|
:meson_configure_options:
|
116
116
|
:mirror: ''
|
117
117
|
:modify_the_makefile: false
|
@@ -123,17 +123,17 @@
|
|
123
123
|
- symlink_this_binary pod2man5.9.5 pod2man
|
124
124
|
:pre_configure_steps: []
|
125
125
|
:pre_make_commands:
|
126
|
-
- sh Configure -des -Dprefix=$MY_PROGRAMS/Perl/5.38.
|
126
|
+
- sh Configure -des -Dprefix=$MY_PROGRAMS/Perl/5.38.1 -Dvendorprefix=$MY_PROGRAMS/Perl/5.38.1
|
127
127
|
-Duseshrplib
|
128
128
|
:pre_make_install_sed: []
|
129
|
-
:prefix: "/home/Programs/Perl/5.38.
|
129
|
+
:prefix: "/home/Programs/Perl/5.38.1/"
|
130
130
|
:preinstall: []
|
131
131
|
:program_compile_name: ''
|
132
|
-
:program_full_name: perl-5.38.
|
132
|
+
:program_full_name: perl-5.38.1.tar.xz
|
133
133
|
:program_name: perl
|
134
|
-
:program_name_and_program_version: perl-5.38.
|
135
|
-
:program_path: "/home/x/src/perl/perl-5.38.
|
136
|
-
:program_version: 5.38.
|
134
|
+
:program_name_and_program_version: perl-5.38.1
|
135
|
+
:program_path: "/home/x/src/perl/perl-5.38.1.tar.xz"
|
136
|
+
:program_version: 5.38.1
|
137
137
|
:required_deps_on: []
|
138
138
|
:run_configure: true
|
139
139
|
:run_ldconfig: true
|
@@ -152,7 +152,7 @@
|
|
152
152
|
:tags:
|
153
153
|
- programming_language
|
154
154
|
- perl
|
155
|
-
:url1: https://www.cpan.org/src/5.0/perl-5.38.
|
155
|
+
:url1: https://www.cpan.org/src/5.0/perl-5.38.1.tar.xz
|
156
156
|
:url2: http://ftp.funet.fi/pub/CPAN/src/
|
157
157
|
:use_autoconf: false
|
158
158
|
:use_autogen: false
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 1476256
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/pipewire/"
|
@@ -119,7 +119,7 @@
|
|
119
119
|
:installation_steps: []
|
120
120
|
:is_an_active_project: true
|
121
121
|
:keep_extracted: true
|
122
|
-
:last_update:
|
122
|
+
:last_update: 26 November 2023
|
123
123
|
:libexec:
|
124
124
|
:libraries:
|
125
125
|
- gstreamer-1.0/libgstpipewire.so
|
@@ -154,7 +154,7 @@
|
|
154
154
|
:m4_files: []
|
155
155
|
:manual_steps:
|
156
156
|
:may_we_modify_the_configure_options: true
|
157
|
-
:md5sum:
|
157
|
+
:md5sum: 561a126c0fbe9771012647cc9ff46970
|
158
158
|
:meson_configure_options: "-Dsession-managers= -Dgstreamer=disabled --buildtype=release
|
159
159
|
--wrap-mode=nodownload"
|
160
160
|
:mirror: ''
|
@@ -169,14 +169,14 @@
|
|
169
169
|
:pre_configure_steps: []
|
170
170
|
:pre_make_commands: []
|
171
171
|
:pre_make_install_sed: []
|
172
|
-
:prefix: "/home/Programs/Pipewire/0.
|
172
|
+
:prefix: "/home/Programs/Pipewire/1.0.0/"
|
173
173
|
:preinstall: []
|
174
174
|
:program_compile_name: ''
|
175
|
-
:program_full_name: pipewire-0.
|
175
|
+
:program_full_name: pipewire-1.0.0.tar.xz
|
176
176
|
:program_name: pipewire
|
177
|
-
:program_name_and_program_version: pipewire-0.
|
178
|
-
:program_path: "/home/x/src/pipewire/pipewire-0.
|
179
|
-
:program_version: 0.
|
177
|
+
:program_name_and_program_version: pipewire-1.0.0
|
178
|
+
:program_path: "/home/x/src/pipewire/pipewire-1.0.0.tar.xz"
|
179
|
+
:program_version: 1.0.0
|
180
180
|
:required_deps_on:
|
181
181
|
- meson
|
182
182
|
- bluez
|
@@ -195,7 +195,7 @@
|
|
195
195
|
:symlink_pkgconfig_files: true
|
196
196
|
:tags:
|
197
197
|
- audio
|
198
|
-
:url1: https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/0.
|
198
|
+
:url1: https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.0.0/pipewire-1.0.0.tar.bz2
|
199
199
|
:url2: https://github.com/PipeWire/pipewire/releases
|
200
200
|
:use_autoconf: false
|
201
201
|
:use_autogen: false
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 1895580
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64: t
|
6
6
|
:base_dir: "/home/x/src/poppler/"
|
@@ -91,7 +91,7 @@
|
|
91
91
|
:installation_steps: []
|
92
92
|
:is_an_active_project: true
|
93
93
|
:keep_extracted: true
|
94
|
-
:last_update:
|
94
|
+
:last_update: 02 December 2023
|
95
95
|
:libexec:
|
96
96
|
:libraries:
|
97
97
|
- girepository-1.0/Poppler-0.18.typelib
|
@@ -112,7 +112,7 @@
|
|
112
112
|
:m4_files: []
|
113
113
|
:manual_steps:
|
114
114
|
:may_we_modify_the_configure_options: true
|
115
|
-
:md5sum:
|
115
|
+
:md5sum: 52c84f51f96f981f968d07db29fe8591
|
116
116
|
:meson_configure_options:
|
117
117
|
:mirror: ''
|
118
118
|
:modify_the_makefile: false
|
@@ -130,14 +130,14 @@
|
|
130
130
|
:pre_configure_steps: []
|
131
131
|
:pre_make_commands: []
|
132
132
|
:pre_make_install_sed: []
|
133
|
-
:prefix: "/home/Programs/Poppler/23.
|
133
|
+
:prefix: "/home/Programs/Poppler/23.12.0/"
|
134
134
|
:preinstall: []
|
135
135
|
:program_compile_name: ''
|
136
|
-
:program_full_name: poppler-23.
|
136
|
+
:program_full_name: poppler-23.12.0.tar.xz
|
137
137
|
:program_name: poppler
|
138
|
-
:program_name_and_program_version: poppler-23.
|
139
|
-
:program_path: "/home/x/src/poppler/poppler-23.
|
140
|
-
:program_version: 23.
|
138
|
+
:program_name_and_program_version: poppler-23.12.0
|
139
|
+
:program_path: "/home/x/src/poppler/poppler-23.12.0.tar.xz"
|
140
|
+
:program_version: 23.12.0
|
141
141
|
:required_deps_on:
|
142
142
|
- freetype2
|
143
143
|
- libcairo
|
@@ -158,7 +158,7 @@
|
|
158
158
|
:symlink_headers: true
|
159
159
|
:symlink_pkgconfig_files: true
|
160
160
|
:tags: []
|
161
|
-
:url1: https://poppler.freedesktop.org/poppler-23.
|
161
|
+
:url1: https://poppler.freedesktop.org/poppler-23.12.0.tar.xz
|
162
162
|
:url2: https://poppler.freedesktop.org/
|
163
163
|
:use_autoconf: false
|
164
164
|
:use_autogen: false
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 4506224
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/qbittorrent/"
|
@@ -34,7 +34,7 @@
|
|
34
34
|
:installation_steps: []
|
35
35
|
:is_an_active_project: true
|
36
36
|
:keep_extracted: true
|
37
|
-
:last_update:
|
37
|
+
:last_update: 28 November 2023
|
38
38
|
:libexec:
|
39
39
|
:libraries: []
|
40
40
|
:licence: unknown
|
@@ -42,7 +42,7 @@
|
|
42
42
|
:m4_files: []
|
43
43
|
:manual_steps:
|
44
44
|
:may_we_modify_the_configure_options: true
|
45
|
-
:md5sum:
|
45
|
+
:md5sum: c87f662a8ec67772267ab04411c5ca9f
|
46
46
|
:meson_configure_options:
|
47
47
|
:mirror: ''
|
48
48
|
:modify_the_makefile: false
|
@@ -54,14 +54,14 @@
|
|
54
54
|
:pre_configure_steps: []
|
55
55
|
:pre_make_commands: []
|
56
56
|
:pre_make_install_sed: []
|
57
|
-
:prefix: "/home/Programs/Qbittorrent/4.6.
|
57
|
+
:prefix: "/home/Programs/Qbittorrent/4.6.2/"
|
58
58
|
:preinstall: []
|
59
59
|
:program_compile_name: ''
|
60
|
-
:program_full_name: qbittorrent-4.6.
|
60
|
+
:program_full_name: qbittorrent-4.6.2.tar.xz
|
61
61
|
:program_name: qbittorrent
|
62
|
-
:program_name_and_program_version: qbittorrent-4.6.
|
63
|
-
:program_path: "/home/x/src/qbittorrent/qbittorrent-4.6.
|
64
|
-
:program_version: 4.6.
|
62
|
+
:program_name_and_program_version: qbittorrent-4.6.2
|
63
|
+
:program_path: "/home/x/src/qbittorrent/qbittorrent-4.6.2.tar.xz"
|
64
|
+
:program_version: 4.6.2
|
65
65
|
:required_deps_on:
|
66
66
|
- cmake
|
67
67
|
:run_configure: true
|
@@ -78,7 +78,7 @@
|
|
78
78
|
:symlink_pkgconfig_files: false
|
79
79
|
:tags:
|
80
80
|
- torrent
|
81
|
-
:url1: https://downloads.sourceforge.net/qbittorrent/qbittorrent-4.6.
|
81
|
+
:url1: https://downloads.sourceforge.net/qbittorrent/qbittorrent-4.6.2.tar.xz
|
82
82
|
:url2: https://www.qbittorrent.org/download.php
|
83
83
|
:use_autoconf: false
|
84
84
|
:use_autogen: false
|
@@ -27,7 +27,7 @@
|
|
27
27
|
:configure_options: ''
|
28
28
|
:configure_options_explained: ''
|
29
29
|
:copy_source: false
|
30
|
-
:description: Generates (X)HTML5 documents from standalone reStructuredText sources.
|
30
|
+
:description: " Generates (X)HTML5 documents from standalone reStructuredText sources."
|
31
31
|
:do_not_download: false
|
32
32
|
:do_not_symlink: false
|
33
33
|
:echo_yes: ''
|
@@ -96,7 +96,7 @@
|
|
96
96
|
:use_build_directory: false
|
97
97
|
:use_glib_schema: false
|
98
98
|
:use_this_build_directory:
|
99
|
-
:use_this_build_system:
|
99
|
+
:use_this_build_system: python
|
100
100
|
:use_this_make_command: make
|
101
101
|
:use_this_make_install_command:
|
102
102
|
:wikipedia:
|
@@ -20,13 +20,15 @@
|
|
20
20
|
:configure_options: ''
|
21
21
|
:configure_options_explained: ''
|
22
22
|
:copy_source: false
|
23
|
-
:description: Scanner access now easy - Project to make Linux know about scanner
|
23
|
+
:description: " Scanner access now easy - Project to make Linux know about scanner
|
24
|
+
devices."
|
24
25
|
:do_not_download: false
|
25
26
|
:do_not_symlink: false
|
26
27
|
:echo_yes: ''
|
27
28
|
:enable_shared: false
|
28
29
|
:enable_static: false
|
29
|
-
:extra_information: |
|
30
|
+
:extra_information: |2
|
31
|
+
|
30
32
|
Snapshots from the source can be found here:
|
31
33
|
|
32
34
|
http://www.sane-project.org/snapshots/
|
@@ -455,7 +457,7 @@
|
|
455
457
|
:use_build_directory: true
|
456
458
|
:use_glib_schema: false
|
457
459
|
:use_this_build_directory:
|
458
|
-
:use_this_build_system:
|
460
|
+
:use_this_build_system: configure
|
459
461
|
:use_this_make_command: make
|
460
462
|
:use_this_make_install_command:
|
461
463
|
:wikipedia:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 1799548
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/shadow/"
|
@@ -47,7 +47,7 @@
|
|
47
47
|
:installation_steps: []
|
48
48
|
:is_an_active_project: true
|
49
49
|
:keep_extracted: false
|
50
|
-
:last_update:
|
50
|
+
:last_update: 26 November 2023
|
51
51
|
:libexec:
|
52
52
|
:libraries: []
|
53
53
|
:licence: unknown
|
@@ -55,7 +55,7 @@
|
|
55
55
|
:m4_files: []
|
56
56
|
:manual_steps:
|
57
57
|
:may_we_modify_the_configure_options: true
|
58
|
-
:md5sum:
|
58
|
+
:md5sum: effc1aa17590305647413125b966f1dd
|
59
59
|
:meson_configure_options:
|
60
60
|
:mirror: ''
|
61
61
|
:modify_the_makefile: false
|
@@ -70,11 +70,11 @@
|
|
70
70
|
:prefix: "/usr/"
|
71
71
|
:preinstall: []
|
72
72
|
:program_compile_name: ''
|
73
|
-
:program_full_name: shadow-4.14.
|
73
|
+
:program_full_name: shadow-4.14.2.tar.xz
|
74
74
|
:program_name: shadow
|
75
|
-
:program_name_and_program_version: shadow-4.14.
|
76
|
-
:program_path: "/home/x/src/shadow/shadow-4.14.
|
77
|
-
:program_version: 4.14.
|
75
|
+
:program_name_and_program_version: shadow-4.14.2
|
76
|
+
:program_path: "/home/x/src/shadow/shadow-4.14.2.tar.xz"
|
77
|
+
:program_version: 4.14.2
|
78
78
|
:required_deps_on: []
|
79
79
|
:run_configure: true
|
80
80
|
:run_ldconfig: true
|
@@ -89,7 +89,7 @@
|
|
89
89
|
:symlink_headers: false
|
90
90
|
:symlink_pkgconfig_files: false
|
91
91
|
:tags: []
|
92
|
-
:url1: https://github.com/shadow-maint/shadow/releases/download/4.14.
|
92
|
+
:url1: https://github.com/shadow-maint/shadow/releases/download/4.14.2/shadow-4.14.2.tar.xz
|
93
93
|
:url2: http://www.linuxfromscratch.org/blfs/view/svn/postlfs/shadow.html
|
94
94
|
:url3: http://cross-lfs.org/files/packages/svn/
|
95
95
|
:use_autoconf: false
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 2161276
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/sqliteautoconf/"
|
@@ -58,7 +58,7 @@
|
|
58
58
|
:installation_steps: []
|
59
59
|
:is_an_active_project: true
|
60
60
|
:keep_extracted: true
|
61
|
-
:last_update:
|
61
|
+
:last_update: 26 November 2023
|
62
62
|
:libexec:
|
63
63
|
:libraries:
|
64
64
|
- libsqlite3.so
|
@@ -69,7 +69,7 @@
|
|
69
69
|
:m4_files: []
|
70
70
|
:manual_steps:
|
71
71
|
:may_we_modify_the_configure_options: true
|
72
|
-
:md5sum:
|
72
|
+
:md5sum: 48f90fe5e2992ca01ab8a8ccdb135222
|
73
73
|
:meson_configure_options:
|
74
74
|
:mirror: ''
|
75
75
|
:modify_the_makefile: false
|
@@ -82,14 +82,14 @@
|
|
82
82
|
:pre_configure_steps: []
|
83
83
|
:pre_make_commands: []
|
84
84
|
:pre_make_install_sed: []
|
85
|
-
:prefix: "/home/Programs/Sqliteautoconf/
|
85
|
+
:prefix: "/home/Programs/Sqliteautoconf/3440200/"
|
86
86
|
:preinstall: []
|
87
87
|
:program_compile_name: ''
|
88
|
-
:program_full_name: sqlite-autoconf-
|
88
|
+
:program_full_name: sqlite-autoconf-3440200.tar.xz
|
89
89
|
:program_name: sqlite-autoconf
|
90
|
-
:program_name_and_program_version: sqlite-autoconf-
|
91
|
-
:program_path: "/home/x/src/sqliteautoconf/sqlite-autoconf-
|
92
|
-
:program_version: '
|
90
|
+
:program_name_and_program_version: sqlite-autoconf-3440200
|
91
|
+
:program_path: "/home/x/src/sqliteautoconf/sqlite-autoconf-3440200.tar.xz"
|
92
|
+
:program_version: '3440200'
|
93
93
|
:required_deps_on:
|
94
94
|
- xmlparser
|
95
95
|
- perl
|
@@ -111,7 +111,7 @@
|
|
111
111
|
:symlink_pkgconfig_files: true
|
112
112
|
:tags:
|
113
113
|
- database
|
114
|
-
:url1: https://www.sqlite.org/2023/sqlite-autoconf-
|
114
|
+
:url1: https://www.sqlite.org/2023/sqlite-autoconf-3440200.tar.gz
|
115
115
|
:url2: https://www.sqlite.org/download.html
|
116
116
|
:use_autoconf: false
|
117
117
|
:use_autogen: false
|
@@ -14,7 +14,7 @@
|
|
14
14
|
:configure_options: ''
|
15
15
|
:configure_options_explained: ''
|
16
16
|
:copy_source: false
|
17
|
-
:description: A Python library for parsing and creating TOML.
|
17
|
+
:description: " A Python library for parsing and creating TOML."
|
18
18
|
:do_not_download: false
|
19
19
|
:do_not_symlink: false
|
20
20
|
:echo_yes: ''
|
@@ -85,7 +85,7 @@
|
|
85
85
|
:use_build_directory: false
|
86
86
|
:use_glib_schema: false
|
87
87
|
:use_this_build_directory:
|
88
|
-
:use_this_build_system:
|
88
|
+
:use_this_build_system: python
|
89
89
|
:use_this_make_command: make
|
90
90
|
:use_this_make_install_command:
|
91
91
|
:wikipedia:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 499740
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/tumbler/"
|
@@ -51,7 +51,7 @@
|
|
51
51
|
:installation_steps: []
|
52
52
|
:is_an_active_project: true
|
53
53
|
:keep_extracted: true
|
54
|
-
:last_update:
|
54
|
+
:last_update: 03 December 2023
|
55
55
|
:libexec:
|
56
56
|
:libraries:
|
57
57
|
- libtumbler-1.so
|
@@ -82,7 +82,7 @@
|
|
82
82
|
:m4_files: []
|
83
83
|
:manual_steps:
|
84
84
|
:may_we_modify_the_configure_options: true
|
85
|
-
:md5sum:
|
85
|
+
:md5sum: 9b1df40e89a0abf770dae062fd6cae14
|
86
86
|
:meson_configure_options:
|
87
87
|
:mirror: ''
|
88
88
|
:modify_the_makefile: false
|
@@ -95,14 +95,14 @@
|
|
95
95
|
:pre_configure_steps: []
|
96
96
|
:pre_make_commands: []
|
97
97
|
:pre_make_install_sed: []
|
98
|
-
:prefix: "/home/Programs/Tumbler/4.18.
|
98
|
+
:prefix: "/home/Programs/Tumbler/4.18.2/"
|
99
99
|
:preinstall: []
|
100
100
|
:program_compile_name: ''
|
101
|
-
:program_full_name: tumbler-4.18.
|
101
|
+
:program_full_name: tumbler-4.18.2.tar.xz
|
102
102
|
:program_name: tumbler
|
103
|
-
:program_name_and_program_version: tumbler-4.18.
|
104
|
-
:program_path: "/home/x/src/tumbler/tumbler-4.18.
|
105
|
-
:program_version: 4.18.
|
103
|
+
:program_name_and_program_version: tumbler-4.18.2
|
104
|
+
:program_path: "/home/x/src/tumbler/tumbler-4.18.2.tar.xz"
|
105
|
+
:program_version: 4.18.2
|
106
106
|
:required_deps_on: []
|
107
107
|
:run_configure: true
|
108
108
|
:run_ldconfig: true
|
@@ -118,7 +118,7 @@
|
|
118
118
|
:symlink_pkgconfig_files: true
|
119
119
|
:tags:
|
120
120
|
- xfce
|
121
|
-
:url1: https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.
|
121
|
+
:url1: https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.2.tar.bz2
|
122
122
|
:url2: https://archive.xfce.org/src/xfce/tumbler/
|
123
123
|
:use_autoconf: false
|
124
124
|
:use_autogen: false
|
@@ -15,12 +15,12 @@
|
|
15
15
|
:configure_options: ''
|
16
16
|
:configure_options_explained: ''
|
17
17
|
:copy_source: false
|
18
|
-
:description:
|
19
|
-
It uses OpenOffice'
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
18
|
+
:description: " unoconv converts between any document format that OpenOffice understands.
|
19
|
+
It uses OpenOffice's UNO bindings for non-interactive conversion of documents. Supported
|
20
|
+
document formats include Open Document Format (.odt), MS Word (.doc), MS Office
|
21
|
+
Open/MS OOXML (.xml), Portable Document Format (.pdf), HTML, XHTML, RTF, Docbook
|
22
|
+
(.xml), and more. extra_information: | To convert a .ppt file you can invoke unoconv
|
23
|
+
like this: unoconv -f pdf presentation.odt"
|
24
24
|
:do_not_download: false
|
25
25
|
:do_not_symlink: false
|
26
26
|
:echo_yes: ''
|
@@ -87,7 +87,7 @@
|
|
87
87
|
:use_build_directory: false
|
88
88
|
:use_glib_schema: false
|
89
89
|
:use_this_build_directory:
|
90
|
-
:use_this_build_system:
|
90
|
+
:use_this_build_system: Makefile
|
91
91
|
:use_this_make_command: make
|
92
92
|
:use_this_make_install_command:
|
93
93
|
:wikipedia:
|
@@ -16,8 +16,8 @@
|
|
16
16
|
:configure_options: ''
|
17
17
|
:configure_options_explained: ''
|
18
18
|
:copy_source: false
|
19
|
-
:description: An application finder, which allows you to search, launch and find
|
20
|
-
about applications installed on your system.
|
19
|
+
:description: " An application finder, which allows you to search, launch and find
|
20
|
+
information about applications installed on your system."
|
21
21
|
:do_not_download: false
|
22
22
|
:do_not_symlink: false
|
23
23
|
:echo_yes: ''
|
@@ -85,7 +85,7 @@
|
|
85
85
|
:use_build_directory: false
|
86
86
|
:use_glib_schema: false
|
87
87
|
:use_this_build_directory:
|
88
|
-
:use_this_build_system:
|
88
|
+
:use_this_build_system: configure
|
89
89
|
:use_this_make_command: make
|
90
90
|
:use_this_make_install_command:
|
91
91
|
:wikipedia:
|