rbt 0.11.90 → 0.11.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of rbt might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +102 -2
- data/doc/README.gen +77 -1
- data/doc/deprecated/README.md +3 -3
- data/doc/deprecated/deprecated_rbt.cgi +1 -25
- data/lib/rbt/installer/misc.rb +1 -1
- data/lib/rbt/toplevel_methods/available_programs.rb +1 -1
- data/lib/rbt/version/version.rb +2 -2
- data/lib/rbt/yaml/chained_programs/chained_programs.yml +20 -17
- data/lib/rbt/yaml/configuration/use_porg.yml +1 -1
- data/lib/rbt/yaml/cookbook_aliases.yml +2 -0
- data/lib/rbt/yaml/cookbooks/a2ps.yml +5 -2
- data/lib/rbt/yaml/cookbooks/adwaitaicontheme.yml +4 -1
- data/lib/rbt/yaml/cookbooks/atspi2atk.yml +5 -0
- data/lib/rbt/yaml/cookbooks/bind.yml +2 -2
- data/lib/rbt/yaml/cookbooks/bison.yml +9 -1
- data/lib/rbt/yaml/cookbooks/calibre.yml +2 -2
- data/lib/rbt/yaml/cookbooks/cracklib.yml +2 -2
- data/lib/rbt/yaml/cookbooks/evolution.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gcc.yml +6 -4
- data/lib/rbt/yaml/cookbooks/geanyplugins.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gnomeonlineaccounts.yml +7 -2
- data/lib/rbt/yaml/cookbooks/gnomescreenshot.yml +1 -0
- data/lib/rbt/yaml/cookbooks/gstpluginsbad.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gstpluginsbase.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gtk.yml +3 -1
- data/lib/rbt/yaml/cookbooks/imlib2.yml +2 -2
- data/lib/rbt/yaml/cookbooks/isl.yml +6 -1
- data/lib/rbt/yaml/cookbooks/libavif.yml +35 -0
- data/lib/rbt/yaml/cookbooks/libdrm.yml +19 -1
- data/lib/rbt/yaml/cookbooks/libintlperl.yml +14 -0
- data/lib/rbt/yaml/cookbooks/libsecret.yml +18 -0
- data/lib/rbt/yaml/cookbooks/libxaw.yml +2 -2
- data/lib/rbt/yaml/cookbooks/linux.yml +2 -2
- data/lib/rbt/yaml/cookbooks/llvm.yml +16 -20
- data/lib/rbt/yaml/cookbooks/matedesktop.yml +2 -2
- data/lib/rbt/yaml/cookbooks/nautilus.yml +3 -3
- data/lib/rbt/yaml/cookbooks/ncurses.yml +5 -0
- data/lib/rbt/yaml/cookbooks/nss.yml +2 -1
- data/lib/rbt/yaml/cookbooks/openssh.yml +2 -2
- data/lib/rbt/yaml/cookbooks/samtools.yml +2 -2
- data/lib/rbt/yaml/cookbooks/sanefrontends.yml +3 -0
- data/lib/rbt/yaml/cookbooks/scummvm.yml +3 -3
- data/lib/rbt/yaml/cookbooks/sway.yml +7 -4
- data/lib/rbt/yaml/cookbooks/tesseract.yml +1 -1
- data/lib/rbt/yaml/cookbooks/transmission.yml +2 -2
- data/lib/rbt/yaml/cookbooks/unifdef.yml +21 -0
- data/lib/rbt/yaml/cookbooks/waylandprotocols.yml +2 -1
- data/lib/rbt/yaml/cookbooks/webkitgtk.yml +3 -3
- data/lib/rbt/yaml/cookbooks/xvidcore.yml +4 -2
- data/lib/rbt/yaml/cookbooks/xz.yml +2 -2
- data/lib/rbt/yaml/expanded_cookbooks/a2ps.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/adwaitaicontheme.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/atspi2atk.yml +5 -4
- data/lib/rbt/yaml/expanded_cookbooks/bind.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/bison.yml +5 -4
- data/lib/rbt/yaml/expanded_cookbooks/calibre.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/cracklib.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/evolution.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/gcc.yml +19 -19
- data/lib/rbt/yaml/expanded_cookbooks/geanyplugins.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/git.yml +7 -17
- data/lib/rbt/yaml/expanded_cookbooks/gnomeonlineaccounts.yml +11 -11
- data/lib/rbt/yaml/expanded_cookbooks/gnomescreenshot.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/gstpluginsbad.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/gstpluginsbase.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/gtk.yml +7 -7
- data/lib/rbt/yaml/expanded_cookbooks/imlib2.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/isl.yml +6 -5
- data/lib/rbt/yaml/expanded_cookbooks/kbproto.yml +5 -2
- data/lib/rbt/yaml/expanded_cookbooks/libavif.yml +96 -0
- data/lib/rbt/yaml/expanded_cookbooks/libdrm.yml +17 -2
- data/lib/rbt/yaml/expanded_cookbooks/libintlperl.yml +91 -0
- data/lib/rbt/yaml/expanded_cookbooks/libsecret.yml +17 -2
- data/lib/rbt/yaml/expanded_cookbooks/libxaw.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/linux.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/llvm.yml +16 -20
- data/lib/rbt/yaml/expanded_cookbooks/matedesktop.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/nautilus.yml +10 -10
- data/lib/rbt/yaml/expanded_cookbooks/ncurses.yml +3 -3
- data/lib/rbt/yaml/expanded_cookbooks/nss.yml +9 -8
- data/lib/rbt/yaml/expanded_cookbooks/openldap.yml +8 -9
- data/lib/rbt/yaml/expanded_cookbooks/openssh.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/openssl.yml +5 -0
- data/lib/rbt/yaml/expanded_cookbooks/samtools.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/sanefrontends.yml +3 -3
- data/lib/rbt/yaml/expanded_cookbooks/scummvm.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/sway.yml +17 -16
- data/lib/rbt/yaml/expanded_cookbooks/tesseract.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/transmission.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/unifdef.yml +88 -0
- data/lib/rbt/yaml/expanded_cookbooks/waylandprotocols.yml +2 -2
- data/lib/rbt/yaml/expanded_cookbooks/webkitgtk.yml +10 -10
- data/lib/rbt/yaml/expanded_cookbooks/xvidcore.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/xz.yml +9 -9
- data/lib/rbt/yaml/programs_version/available_programs_versions.md +25 -22
- data/lib/rbt/yaml/programs_version/programs_version.yml +20 -18
- data/lib/rbt/yaml/programs_version/the_expanded_coobkook_dataset_was_last_updated_on_this_day.yml +1 -1
- data/lib/rbt/yaml/these_programs_were_updated.yml +23 -0
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65b2672483a1d004399685e34a8718d786e0dbe5fb728a8239f7dc780196fadf
|
4
|
+
data.tar.gz: 4bf2fe4cf0bb5135a71c0d0fa4249228542ca8b2a7e6276c9bf060760a4b9691
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 590f0f8d24ca2edd6163a0955234b18701832b1c38f875af87958d9ee555139a47c3a0fd704f83a1f47fc4fc16e9307c47a3402bcb26080050718deec24829f6
|
7
|
+
data.tar.gz: 603ac2e4b4264510cdb3e497cd1c3891844eec40ab94a246d7732421c34d68de383cf28e0a848e04280db74b0bf79372a0410d6314a341cd37cd5a875772b332
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
[](https://www.ruby-lang.org/en/)
|
6
6
|
[](https://badge.fury.io/rb/rbt)
|
7
7
|
|
8
|
-
This gem was <b>last updated</b> on the <span style="color: darkblue; font-weight: bold">
|
8
|
+
This gem was <b>last updated</b> on the <span style="color: darkblue; font-weight: bold">18.03.2023</span> (dd.mm.yyyy notation), at <span style="color: steelblue; font-weight: bold">21:33:52</span> o'clock.
|
9
9
|
|
10
10
|
## RBT - The "Ruby Build Tools" Project
|
11
11
|
|
@@ -987,6 +987,60 @@ the RBT project" was added as a separate subsection closer
|
|
987
987
|
to the top of this page. That way new users can quickly
|
988
988
|
read and learn how I use the RBT project.
|
989
989
|
|
990
|
+
## New users and how to "onboard" them, as far as the RBT project is concerned: policy and strategy
|
991
|
+
|
992
|
+
This subsection was added in <b>March 2023</b>, as one tiny step
|
993
|
+
towards trying to teach newcomers how to use the RBT project.
|
994
|
+
|
995
|
+
This subsection only explains a few policies, though - the background
|
996
|
+
context, so to say.
|
997
|
+
|
998
|
+
The subsection before pointed out that the <b>rbt gem</b> is quite complex,
|
999
|
+
and to some extent complicated. In the past the rbt gem was even
|
1000
|
+
more complicated - and this was one primary reason as to why this
|
1001
|
+
subsection was added. I want to keep things simple, at the least
|
1002
|
+
for new users; to some extent also at a later time.
|
1003
|
+
|
1004
|
+
At any rate, before <b>March 2023</b> the rbt gem made use of various
|
1005
|
+
add-ons, such as <b>ccache</b> or <b>porg</b>. In the event that you
|
1006
|
+
do not know projects like these: ccache is useful when you have to
|
1007
|
+
compile many different programs from source. It will use a cache,
|
1008
|
+
which can really help speed up subsequent recompilation efforts -
|
1009
|
+
very useful really. <b>porg</b> on the other hand can be used to
|
1010
|
+
trace as to which files are installed onto the target computer.
|
1011
|
+
This functionality is especially useful when you wish to be able
|
1012
|
+
to provide a package manager, e. g. by providing an <b>uninstall</b>
|
1013
|
+
functionality.
|
1014
|
+
|
1015
|
+
So, before <b>March 2023</b>, the configuration I would use for the
|
1016
|
+
rbt gem, typically mandated that porg and ccache are to be used -
|
1017
|
+
and the assumption here was that both projects are installed on
|
1018
|
+
the target computer, and that they will work, too. These assumptions
|
1019
|
+
may turn out to be incorrect. I noticed this problem in particular
|
1020
|
+
when I set up a new computer with a semi-broken toolchain. I can
|
1021
|
+
typically "uncripple" this eventually, by recompiling what I need,
|
1022
|
+
but how should a new user know any of this? That takes experience
|
1023
|
+
and at the least a bit of knowledge.
|
1024
|
+
|
1025
|
+
Thus, as I realised that mandating ccache and porg "out of the
|
1026
|
+
box" isn't that useful for new users, on a freshly installed
|
1027
|
+
(random) computer system, I decided that a new policy had to be
|
1028
|
+
added for RBT. This policy states that the rbt gem will try to
|
1029
|
+
be <b>minimal</b>, whenever possible, in regards to depending
|
1030
|
+
on external projects such as ccache or porg. That way the rbt
|
1031
|
+
gem no longer distributes configuration settings that are not
|
1032
|
+
so useful for new users.
|
1033
|
+
|
1034
|
+
What is the long term benefit of this approach?
|
1035
|
+
|
1036
|
+
It is hoped that this new policy in place will make it easier
|
1037
|
+
for genuinely new users to give the project a try. As it is,
|
1038
|
+
the project is catering too much to my own use cases - while
|
1039
|
+
that is acceptable for a project that has not yet reached
|
1040
|
+
a stable release, I believe we should slowly begin to help
|
1041
|
+
new users more, should they wish to make use of the rbt
|
1042
|
+
gem. Less frustration, more happiness. \o/
|
1043
|
+
|
990
1044
|
## @source_base_directory
|
991
1045
|
|
992
1046
|
The very important instance variable **@source_base_directory**, defined
|
@@ -2299,7 +2353,7 @@ of guide or tutor that can properly explain some cave-eats
|
|
2299
2353
|
or problems and make some "semi-seducated guesses", in
|
2300
2354
|
order to fix this. But this is a long-term goal - for
|
2301
2355
|
now, the primary purpose of the compile-shell is to aid
|
2302
|
-
in batch-compiling programs
|
2356
|
+
in <b>batch-compiling programs</b>.
|
2303
2357
|
|
2304
2358
|
Since as of March 2018, an autocompile-option exists in
|
2305
2359
|
the shell. This is currently unfinished but in the future
|
@@ -9265,6 +9319,30 @@ that can occur during compilation.
|
|
9265
9319
|
The following programs were updated with this release,
|
9266
9320
|
compared to the previous release:
|
9267
9321
|
|
9322
|
+
bind was updated to program version 9.19.0 (on: 15.03.2023-18:10:22)<br>
|
9323
|
+
bind was updated to program version 9.19.11 (on: 15.03.2023-18:11:18)<br>
|
9324
|
+
openssh was updated to program version 9.3p1 (on: 16.03.2023-02:14:21)<br>
|
9325
|
+
matedesktop was updated to program version 1.26.1 (on: 16.03.2023-02:14:56)<br>
|
9326
|
+
transmission was updated to program version 4.0.2 (on: 16.03.2023-02:16:23)<br>
|
9327
|
+
calibre was updated to program version 6.14.1 (on: 16.03.2023-14:58:29)<br>
|
9328
|
+
sway was updated to program version 1.8.1 (on: 16.03.2023-19:58:33)<br>
|
9329
|
+
scummvm was updated to program version 2.7.0 (on: 17.03.2023-03:15:15)<br>
|
9330
|
+
evolution was updated to program version 3.48.0 (on: 17.03.2023-08:39:43)<br>
|
9331
|
+
a2ps was updated to program version 4.15.1 (on: 18.03.2023-02:33:15)<br>
|
9332
|
+
libxaw was updated to program version 1.0.15 (on: 18.03.2023-02:52:30)<br>
|
9333
|
+
libxaw was updated to program version 1.0.15 (on: 18.03.2023-02:54:07)<br>
|
9334
|
+
cracklib was updated to program version 2.9.10 (on: 18.03.2023-03:07:31)<br>
|
9335
|
+
imlib2 was updated to program version 1.10.0 (on: 18.03.2023-03:10:09)<br>
|
9336
|
+
imlib2 was updated to program version 1.11.0 (on: 18.03.2023-03:10:32)<br>
|
9337
|
+
webkitgtk was updated to program version 2.40.0 (on: 18.03.2023-03:19:32)<br>
|
9338
|
+
samtools was updated to program version 1.17 (on: 18.03.2023-04:08:43)<br>
|
9339
|
+
gstpluginsbase was updated to program version 1.22.1 (on: 18.03.2023-06:00:40)<br>
|
9340
|
+
gstpluginsbad was updated to program version 1.22.1 (on: 18.03.2023-06:06:55)<br>
|
9341
|
+
nautilus was updated to program version 44.0 (on: 18.03.2023-18:05:39)<br>
|
9342
|
+
linux was updated to program version 6.2.7 (on: 18.03.2023-18:41:20)<br>
|
9343
|
+
xz was updated to program version 5.4.2 (on: 18.03.2023-20:33:52)<br>
|
9344
|
+
geanyplugins was updated to program version 1.38 (on: 18.03.2023-21:25:03)<br>
|
9345
|
+
|
9268
9346
|
|
9269
9347
|
## Available program versions
|
9270
9348
|
|
@@ -9516,6 +9594,28 @@ actually to see whether I have to update some programs on the
|
|
9516
9594
|
given computer system (on Linux typically). See the commandline
|
9517
9595
|
option <b>--really-everything</b> to obtain that information.
|
9518
9596
|
|
9597
|
+
## Batch Compiling and Chain compiling
|
9598
|
+
|
9599
|
+
You can batch-compile several programs in one go.
|
9600
|
+
|
9601
|
+
The syntax is:
|
9602
|
+
|
9603
|
+
rbt --batch-compile=mate
|
9604
|
+
rbt --batch-compile=ruby_addons
|
9605
|
+
rbt --batch-compile=xorg_protos
|
9606
|
+
|
9607
|
+
The first example will compile all of mate; the last example will
|
9608
|
+
compile all xorg-protos.
|
9609
|
+
|
9610
|
+
Note that for this to work, you first must have defined a compile-chain
|
9611
|
+
in the file chained_programs.yml, which is part of the RBT project.
|
9612
|
+
|
9613
|
+
Alternatively, you can just specify the programs that you wish to
|
9614
|
+
compile, separated by a "," character, such as shown by the
|
9615
|
+
following commandline example:
|
9616
|
+
|
9617
|
+
rbt --batch-compile=python,php,perl,ruby
|
9618
|
+
|
9519
9619
|
## Batch-downloading all source archives
|
9520
9620
|
|
9521
9621
|
You can download all registered **source archives** by calling
|
data/doc/README.gen
CHANGED
@@ -983,6 +983,60 @@ the RBT project" was added as a separate subsection closer
|
|
983
983
|
to the top of this page. That way new users can quickly
|
984
984
|
read and learn how I use the RBT project.
|
985
985
|
|
986
|
+
## New users and how to "onboard" them, as far as the RBT project is concerned: policy and strategy
|
987
|
+
|
988
|
+
This subsection was added in <b>March 2023</b>, as one tiny step
|
989
|
+
towards trying to teach newcomers how to use the RBT project.
|
990
|
+
|
991
|
+
This subsection only explains a few policies, though - the background
|
992
|
+
context, so to say.
|
993
|
+
|
994
|
+
The subsection before pointed out that the <b>rbt gem</b> is quite complex,
|
995
|
+
and to some extent complicated. In the past the rbt gem was even
|
996
|
+
more complicated - and this was one primary reason as to why this
|
997
|
+
subsection was added. I want to keep things simple, at the least
|
998
|
+
for new users; to some extent also at a later time.
|
999
|
+
|
1000
|
+
At any rate, before <b>March 2023</b> the rbt gem made use of various
|
1001
|
+
add-ons, such as <b>ccache</b> or <b>porg</b>. In the event that you
|
1002
|
+
do not know projects like these: ccache is useful when you have to
|
1003
|
+
compile many different programs from source. It will use a cache,
|
1004
|
+
which can really help speed up subsequent recompilation efforts -
|
1005
|
+
very useful really. <b>porg</b> on the other hand can be used to
|
1006
|
+
trace as to which files are installed onto the target computer.
|
1007
|
+
This functionality is especially useful when you wish to be able
|
1008
|
+
to provide a package manager, e. g. by providing an <b>uninstall</b>
|
1009
|
+
functionality.
|
1010
|
+
|
1011
|
+
So, before <b>March 2023</b>, the configuration I would use for the
|
1012
|
+
rbt gem, typically mandated that porg and ccache are to be used -
|
1013
|
+
and the assumption here was that both projects are installed on
|
1014
|
+
the target computer, and that they will work, too. These assumptions
|
1015
|
+
may turn out to be incorrect. I noticed this problem in particular
|
1016
|
+
when I set up a new computer with a semi-broken toolchain. I can
|
1017
|
+
typically "uncripple" this eventually, by recompiling what I need,
|
1018
|
+
but how should a new user know any of this? That takes experience
|
1019
|
+
and at the least a bit of knowledge.
|
1020
|
+
|
1021
|
+
Thus, as I realised that mandating ccache and porg "out of the
|
1022
|
+
box" isn't that useful for new users, on a freshly installed
|
1023
|
+
(random) computer system, I decided that a new policy had to be
|
1024
|
+
added for RBT. This policy states that the rbt gem will try to
|
1025
|
+
be <b>minimal</b>, whenever possible, in regards to depending
|
1026
|
+
on external projects such as ccache or porg. That way the rbt
|
1027
|
+
gem no longer distributes configuration settings that are not
|
1028
|
+
so useful for new users.
|
1029
|
+
|
1030
|
+
What is the long term benefit of this approach?
|
1031
|
+
|
1032
|
+
It is hoped that this new policy in place will make it easier
|
1033
|
+
for genuinely new users to give the project a try. As it is,
|
1034
|
+
the project is catering too much to my own use cases - while
|
1035
|
+
that is acceptable for a project that has not yet reached
|
1036
|
+
a stable release, I believe we should slowly begin to help
|
1037
|
+
new users more, should they wish to make use of the rbt
|
1038
|
+
gem. Less frustration, more happiness. \o/
|
1039
|
+
|
986
1040
|
## @source_base_directory
|
987
1041
|
|
988
1042
|
The very important instance variable **@source_base_directory**, defined
|
@@ -2295,7 +2349,7 @@ of guide or tutor that can properly explain some cave-eats
|
|
2295
2349
|
or problems and make some "semi-seducated guesses", in
|
2296
2350
|
order to fix this. But this is a long-term goal - for
|
2297
2351
|
now, the primary purpose of the compile-shell is to aid
|
2298
|
-
in batch-compiling programs
|
2352
|
+
in <b>batch-compiling programs</b>.
|
2299
2353
|
|
2300
2354
|
Since as of March 2018, an autocompile-option exists in
|
2301
2355
|
the shell. This is currently unfinished but in the future
|
@@ -9324,6 +9378,28 @@ actually to see whether I have to update some programs on the
|
|
9324
9378
|
given computer system (on Linux typically). See the commandline
|
9325
9379
|
option <b>--really-everything</b> to obtain that information.
|
9326
9380
|
|
9381
|
+
## Batch Compiling and Chain compiling
|
9382
|
+
|
9383
|
+
You can batch-compile several programs in one go.
|
9384
|
+
|
9385
|
+
The syntax is:
|
9386
|
+
|
9387
|
+
rbt --batch-compile=mate
|
9388
|
+
rbt --batch-compile=ruby_addons
|
9389
|
+
rbt --batch-compile=xorg_protos
|
9390
|
+
|
9391
|
+
The first example will compile all of mate; the last example will
|
9392
|
+
compile all xorg-protos.
|
9393
|
+
|
9394
|
+
Note that for this to work, you first must have defined a compile-chain
|
9395
|
+
in the file chained_programs.yml, which is part of the RBT project.
|
9396
|
+
|
9397
|
+
Alternatively, you can just specify the programs that you wish to
|
9398
|
+
compile, separated by a "," character, such as shown by the
|
9399
|
+
following commandline example:
|
9400
|
+
|
9401
|
+
rbt --batch-compile=python,php,perl,ruby
|
9402
|
+
|
9327
9403
|
## Batch-downloading all source archives
|
9328
9404
|
|
9329
9405
|
You can download all registered **source archives** by calling
|
data/doc/deprecated/README.md
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
This directory will eventually be removed, as soon as the
|
2
|
-
|
3
|
-
|
1
|
+
This directory will eventually be removed, as soon as the old
|
2
|
+
documentation has been integrated into the new format
|
3
|
+
(README.gen).
|
@@ -892,31 +892,7 @@ This will create a symlink, for example, at
|
|
892
892
|
|
893
893
|
The reason it was added was because GoboLinux uses semi-upcased
|
894
894
|
directory names; and this makes things a bit more complicated
|
895
|
-
sometimes.
|
896
|
-
|
897
|
-
# ======================================================================= #
|
898
|
-
# === Batch Compiling / Chain compiling.
|
899
|
-
# ======================================================================= #
|
900
|
-
|
901
|
-
You can batch-compile several programs in one go.'
|
902
|
-
|
903
|
-
The syntax is:
|
904
|
-
|
905
|
-
rbt --batch-compile=mate'
|
906
|
-
rbt --batch-compile=ruby_addons'
|
907
|
-
rbt --batch-compile=xorg_protos'
|
908
|
-
|
909
|
-
The first example will compile all of mate; the last example
|
910
|
-
will compile all xorg-protos.'
|
911
|
-
|
912
|
-
Note that for this to work, you first must have defined
|
913
|
-
a compile-chain in the file cookbook_chained_programs.yml,
|
914
|
-
which is part of the RBT project.'
|
915
|
-
|
916
|
-
Alternatively, you can just specify the programs that you
|
917
|
-
wish to compile, separated by a "," character, such as:
|
918
|
-
|
919
|
-
rbt --batch-compile=python,php,perl,ruby'
|
895
|
+
sometimes.
|
920
896
|
|
921
897
|
# ======================================================================= #
|
922
898
|
# === UpdateEntry
|
data/lib/rbt/installer/misc.rb
CHANGED
@@ -7929,7 +7929,7 @@ EOF
|
|
7929
7929
|
# file sync.rb for this.
|
7930
7930
|
# ======================================================================= #
|
7931
7931
|
new_target_prefix = rds(
|
7932
|
-
"#{programs_directory?}/#{compile_which_program?.capitalize}/#{i}/"
|
7932
|
+
"#{programs_directory?}/#{compile_which_program?.to_s.capitalize}/#{i}/"
|
7933
7933
|
)
|
7934
7934
|
# ======================================================================= #
|
7935
7935
|
# We will also modify the original program_path.
|
@@ -250,7 +250,7 @@ module RBT
|
|
250
250
|
# ===================================================================== #
|
251
251
|
result.update(
|
252
252
|
YAML.load_file(FILE_COOKBOOK_ALIASES)
|
253
|
-
)
|
253
|
+
) if result
|
254
254
|
end
|
255
255
|
# ======================================================================= #
|
256
256
|
# Merge in the file "windows_cookbook.yml".
|
data/lib/rbt/version/version.rb
CHANGED
@@ -13,7 +13,7 @@ module RBT
|
|
13
13
|
# just an alias to it - stick to using VERSION instead "officially"
|
14
14
|
# whenever possible.
|
15
15
|
# ========================================================================= #
|
16
|
-
VERSION = '0.11.
|
16
|
+
VERSION = '0.11.91'
|
17
17
|
RBT_VERSION_NUMBER = VERSION # === RBT_VERSION_NUMBER
|
18
18
|
PROGRAM_VERSION = VERSION # === PROGRAM_VERSION
|
19
19
|
|
@@ -23,7 +23,7 @@ module RBT
|
|
23
23
|
# This specifies when the RBT project was last updated. It should be
|
24
24
|
# updated whenever the VERSION constant changes.
|
25
25
|
# ========================================================================= #
|
26
|
-
LAST_UPDATE = '
|
26
|
+
LAST_UPDATE = '18.03.2023' # ← Keep this constant in DD.MM.YYYY notation.
|
27
27
|
|
28
28
|
# ========================================================================= #
|
29
29
|
# === URL_TO_THE_DOCUMENTATION
|
@@ -156,7 +156,7 @@ graphics_suite:
|
|
156
156
|
- processing
|
157
157
|
- svgalib
|
158
158
|
- gimp
|
159
|
-
- figlet
|
159
|
+
- figlet
|
160
160
|
|
161
161
|
# =========================================================================== #
|
162
162
|
# IRC tag
|
@@ -169,7 +169,7 @@ irc:
|
|
169
169
|
- weechat
|
170
170
|
|
171
171
|
# =========================================================================== #
|
172
|
-
# === SDL SUITE
|
172
|
+
# === SDL SUITE (sdl tag)
|
173
173
|
# Make sure to have libpng installed before trying with SDL.
|
174
174
|
# chained sdl
|
175
175
|
# =========================================================================== #
|
@@ -214,8 +214,10 @@ xml:
|
|
214
214
|
#
|
215
215
|
# Personally, I use this for testing some apps.
|
216
216
|
#
|
217
|
-
# To compile it just do this:
|
217
|
+
# To compile it just do this:
|
218
|
+
#
|
218
219
|
# chained x
|
220
|
+
#
|
219
221
|
# =========================================================================== #
|
220
222
|
x:
|
221
223
|
- barcode
|
@@ -278,7 +280,7 @@ audio_suite:
|
|
278
280
|
|
279
281
|
# =========================================================================== #
|
280
282
|
# === Games (games tag, game tag)
|
281
|
-
#
|
283
|
+
#
|
282
284
|
# There is another listing, at games.yml, which is not distributed with
|
283
285
|
# this project since it refers only to games that I find elegant or
|
284
286
|
# interesting.
|
@@ -443,7 +445,7 @@ games:
|
|
443
445
|
# Xorg tag, x11 tag, X tag.
|
444
446
|
# =========================================================================== #
|
445
447
|
# Good URL resources can be found here:
|
446
|
-
# http://www.linuxfromscratch.org/blfs/view/svn/x/xorg7.html
|
448
|
+
# http://www.linuxfromscratch.org/blfs/view/svn/x/xorg7.html
|
447
449
|
# =========================================================================== #
|
448
450
|
# All components:
|
449
451
|
#
|
@@ -498,7 +500,7 @@ alsa:
|
|
498
500
|
science:
|
499
501
|
- pbbam
|
500
502
|
|
501
|
-
# =========================================================================== #
|
503
|
+
# =========================================================================== #
|
502
504
|
# === Number 6 (driver tag)
|
503
505
|
#
|
504
506
|
# Releases hier:
|
@@ -526,7 +528,7 @@ xorg_fonts:
|
|
526
528
|
# =========================================================================== #
|
527
529
|
# === RUBY TAG RUB TAG RUY TAG RB TAG
|
528
530
|
#
|
529
|
-
# The Ruby package installs ruby add ons. Please list in a manner which
|
531
|
+
# The Ruby package installs ruby add ons. Please list in a manner which
|
530
532
|
# lets the compile easily. (214 ruby addons as of 2020)
|
531
533
|
#
|
532
534
|
# crubyaddons
|
@@ -768,6 +770,7 @@ perl_addons:
|
|
768
770
|
- termreadkey # ry termreadkey
|
769
771
|
# - modperl # ry modperl # This one is not well-behaving. Commented out in March 2023.
|
770
772
|
- error # ry error
|
773
|
+
- libintlperl # ry libintlperl
|
771
774
|
|
772
775
|
# =========================================================================== #
|
773
776
|
# === XFCE TAG:
|
@@ -809,7 +812,7 @@ xfce:
|
|
809
812
|
#
|
810
813
|
# http://ftp.acc.umu.se/pub/GNOME/sources/?C=M;O=D
|
811
814
|
# http://ftp.gnome.org/pub/GNOME/desktop/2.19/2.19.91/sources/
|
812
|
-
#
|
815
|
+
#
|
813
816
|
# Example for compilation:
|
814
817
|
#
|
815
818
|
# chained gnome
|
@@ -950,10 +953,10 @@ gnome:
|
|
950
953
|
- gnomecommander
|
951
954
|
- gnomepowermanager
|
952
955
|
- gnomevoicecontrol
|
953
|
-
- gnomemount
|
954
|
-
- deskbarapplet
|
955
|
-
- gnomebluetooth
|
956
|
-
- gob2
|
956
|
+
- gnomemount # trad gnomemount
|
957
|
+
- deskbarapplet # trad deskbarapplet
|
958
|
+
- gnomebluetooth # trad gnomebluetooth
|
959
|
+
- gob2 # trad gob2
|
957
960
|
- ghex # trad ghex
|
958
961
|
- gtkvnc # trad gtkvnc
|
959
962
|
- totem # trad totem
|
@@ -1047,7 +1050,7 @@ kde5_foundation:
|
|
1047
1050
|
- kcmutils # ckde46
|
1048
1051
|
- knewstuff # ckde47
|
1049
1052
|
- frameworkintegration # ckde48
|
1050
|
-
- kinit # ckde49
|
1053
|
+
- kinit # ckde49
|
1051
1054
|
- knotifyconfig # ckde50
|
1052
1055
|
- kparts # ckde51
|
1053
1056
|
- kactivities # ckde52
|
@@ -1473,7 +1476,7 @@ all_of_the_mate_desktop:
|
|
1473
1476
|
- mateterminal # cmate21
|
1474
1477
|
- mateindicatorapplet # cmate22
|
1475
1478
|
|
1476
|
-
# =========================================================================== #
|
1479
|
+
# =========================================================================== #
|
1477
1480
|
# === Number 7
|
1478
1481
|
#
|
1479
1482
|
# This section contains component that can be installed after the xorg-server
|
@@ -1555,7 +1558,7 @@ xorg_utils:
|
|
1555
1558
|
- xcbutil # trad xcbutil
|
1556
1559
|
- xpyb # trad xpyb
|
1557
1560
|
|
1558
|
-
# =========================================================================== #
|
1561
|
+
# =========================================================================== #
|
1559
1562
|
# === Number 3 (xorg libs)
|
1560
1563
|
#
|
1561
1564
|
# http://xorg.freedesktop.org/releases/individual/lib/?C=M;O=D
|
@@ -1565,7 +1568,7 @@ xorg_utils:
|
|
1565
1568
|
# xkbcomp is not really a library but needed to continue at this point.
|
1566
1569
|
# =========================================================================== #
|
1567
1570
|
# rbt --batch-compile=xorg_libraries
|
1568
|
-
# =========================================================================== #
|
1571
|
+
# =========================================================================== #
|
1569
1572
|
xorg_libraries:
|
1570
1573
|
- xtrans # trad xtrans
|
1571
1574
|
- libxau # trad libxau
|
@@ -1798,7 +1801,7 @@ lxqt:
|
|
1798
1801
|
- screengrab # clxqt30
|
1799
1802
|
- lxqtarchiver # clxqt31
|
1800
1803
|
|
1801
|
-
# =========================================================================== #
|
1804
|
+
# =========================================================================== #
|
1802
1805
|
# === python tag
|
1803
1806
|
#
|
1804
1807
|
# chained python_addons
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
false
|
@@ -178,6 +178,7 @@ exiv: exiv2
|
|
178
178
|
# =========================================================================== #
|
179
179
|
# === f tig, f tag
|
180
180
|
# =========================================================================== #
|
181
|
+
fdo: wpebackendfdo
|
181
182
|
farstream: farstreem
|
182
183
|
ffpmeg: ffmpeg
|
183
184
|
ffmpg: ffmpeg
|
@@ -654,6 +655,7 @@ sis: xf86videosis
|
|
654
655
|
# =========================================================================== #
|
655
656
|
# === t tig, t tag
|
656
657
|
# =========================================================================== #
|
658
|
+
tess: tesseract
|
657
659
|
twolamer: twolame
|
658
660
|
tesserect: tesseract
|
659
661
|
tlc: tcl
|
@@ -9,16 +9,19 @@ a2ps:
|
|
9
9
|
enable-so
|
10
10
|
|
11
11
|
short_description: |
|
12
|
+
|
12
13
|
Any to PostScript filter.
|
14
|
+
|
13
15
|
description: |
|
14
16
|
|
15
17
|
GNU a2ps is an Any to PostScript filter. Of course it processes plain
|
16
18
|
text files, but also pretty prints quite a few popular languages.
|
17
19
|
|
18
|
-
url1: https://ftp.gnu.org/pub/gnu/a2ps/a2ps-4.15.tar.gz
|
20
|
+
url1: https://ftp.gnu.org/pub/gnu/a2ps/a2ps-4.15.1.tar.gz
|
19
21
|
url2: http://ftp.gnu.org/gnu/a2ps/
|
20
22
|
homepage: https://www.gnu.org/software/a2ps/
|
21
23
|
prefix: f
|
22
24
|
keep_extracted: no
|
25
|
+
use_build_directory: no
|
23
26
|
required_deps_on:
|
24
|
-
last_update:
|
27
|
+
last_update: 18 Mar 2023
|
@@ -2,8 +2,10 @@ adwaitaicontheme:
|
|
2
2
|
blfs:
|
3
3
|
- https://www.linuxfromscratch.org/blfs/view/svn/x/adwaita-icon-theme.html
|
4
4
|
description: |
|
5
|
+
|
5
6
|
The Adwaita Icon Theme package contains an icon theme for
|
6
|
-
Gtk+ 3 applications.
|
7
|
+
Gtk+ 3 applications.
|
8
|
+
|
7
9
|
extra_information: |
|
8
10
|
url1: http://ftp.acc.umu.se/pub/GNOME/sources/adwaita-icon-theme/42/adwaita-icon-theme-42.0.tar.xz
|
9
11
|
url2: http://ftp.acc.umu.se/pub/GNOME/sources/adwaita-icon-theme/?C=M;O=D
|
@@ -13,6 +15,7 @@ adwaitaicontheme:
|
|
13
15
|
- adwaita-icon-theme.pc
|
14
16
|
prefix: t
|
15
17
|
keep_extracted: yes
|
18
|
+
use_build_directory: no
|
16
19
|
tags:
|
17
20
|
- gnome
|
18
21
|
required_deps_on:
|
@@ -6,9 +6,12 @@ atspi2atk:
|
|
6
6
|
--wrap-mode=nodownload
|
7
7
|
|
8
8
|
description: |
|
9
|
+
|
9
10
|
The At-Spi2 Atk package contains a library
|
10
11
|
that bridges ATK to At-Spi2 D-Bus service.
|
12
|
+
|
11
13
|
extra_information: |
|
14
|
+
|
12
15
|
This is also known as the atk-bridge library.
|
13
16
|
|
14
17
|
If you happen to get an error related to atspi, such as an
|
@@ -16,6 +19,7 @@ atspi2atk:
|
|
16
19
|
then the culprit may be in distcc/ccache. At the least when I
|
17
20
|
disabled/removed the use of the latter two, at-spi2-atk and
|
18
21
|
at-spi2-core suddenly compiled.
|
22
|
+
|
19
23
|
url1: http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.38/at-spi2-atk-2.38.0.tar.xz
|
20
24
|
url2: http://ftp.gnome.org/pub/GNOME/sources/at-spi2-atk/?C=M;O=D
|
21
25
|
homepage: https://github.com/GNOME/at-spi2-atk
|
@@ -35,6 +39,7 @@ atspi2atk:
|
|
35
39
|
prefix: f
|
36
40
|
keep_extracted: yes
|
37
41
|
use_build_directory: yes
|
42
|
+
use_this_build_system: meson
|
38
43
|
required_deps_on:
|
39
44
|
- meson
|
40
45
|
- atk >= 2.9.4
|
@@ -38,7 +38,7 @@ bind:
|
|
38
38
|
|
39
39
|
The BIND package provides a DNS server and client utilities.
|
40
40
|
|
41
|
-
url1: https://ftp.isc.org/isc/bind9/9.
|
41
|
+
url1: https://ftp.isc.org/isc/bind9/9.19.11/bind-9.19.11.tar.xz
|
42
42
|
url2: http://www.isc.org/index.pl?/sw/bind/index.php
|
43
43
|
homepage: https://www.isc.org/downloads/bind/
|
44
44
|
symlink_headers: t
|
@@ -327,4 +327,4 @@ bind:
|
|
327
327
|
prefix: f
|
328
328
|
keep_extracted: yes
|
329
329
|
use_build_directory: no
|
330
|
-
last_update: 15
|
330
|
+
last_update: 15 Mar 2023
|
@@ -8,8 +8,11 @@ bison:
|
|
8
8
|
build_static: t
|
9
9
|
can_be_compiled_statically: yes
|
10
10
|
short_description: |
|
11
|
+
|
11
12
|
parser generator similar to yacc
|
13
|
+
|
12
14
|
description: |
|
15
|
+
|
13
16
|
Bison is a general-purpose parser generator that converts
|
14
17
|
an annotated context-free grammar into a deterministic
|
15
18
|
LR or generalized LR (GLR) parser employing LALR
|
@@ -22,14 +25,17 @@ bison:
|
|
22
25
|
|
23
26
|
Bison is upward compatible with Yacc: all properly-written Yacc
|
24
27
|
grammars ought to work with Bison with no change. Anyone familiar
|
25
|
-
with Yacc should be able to use Bison with little trouble.
|
28
|
+
with Yacc should be able to use Bison with little trouble.
|
29
|
+
|
26
30
|
extra_information: |
|
31
|
+
|
27
32
|
Bison also includes yacc. Yacc provides a general tool for
|
28
33
|
describing the input to a computer program.
|
29
34
|
|
30
35
|
The bison package also includes a library called "liby.a".
|
31
36
|
|
32
37
|
This package can be compiled statically.
|
38
|
+
|
33
39
|
url1: ftp://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz
|
34
40
|
url2: ftp://prep.ai.mit.edu/pub/gnu/bison/
|
35
41
|
homepage: https://www.gnu.org/software/bison/
|
@@ -37,6 +43,8 @@ bison:
|
|
37
43
|
- liby.a
|
38
44
|
prefix: f
|
39
45
|
keep_extracted: yes
|
46
|
+
use_build_directory: no
|
47
|
+
use_this_build_system: configure
|
40
48
|
sed:
|
41
49
|
- sed -i '9327 s/mv/cp/' Makefile.in
|
42
50
|
required_deps_on:
|
@@ -4,7 +4,7 @@ calibre:
|
|
4
4
|
description: |
|
5
5
|
extra_information: |
|
6
6
|
licence: GPL-3
|
7
|
-
url1: https://download.calibre-ebook.com/6.14.
|
7
|
+
url1: https://download.calibre-ebook.com/6.14.1/calibre-6.14.1.tar.xz
|
8
8
|
url2: https://download.calibre-ebook.com/
|
9
9
|
homepage: https://calibre-ebook.com/
|
10
10
|
prefix: f
|
@@ -15,4 +15,4 @@ calibre:
|
|
15
15
|
- python
|
16
16
|
- pyqt
|
17
17
|
- podofo
|
18
|
-
last_update:
|
18
|
+
last_update: 16 Mar 2023
|
@@ -23,7 +23,7 @@ cracklib:
|
|
23
23
|
--with-default-dict=/some_dict_location
|
24
24
|
|
25
25
|
during build time.
|
26
|
-
url1: https://github.com/cracklib/cracklib/releases/download/v2.9.
|
26
|
+
url1: https://github.com/cracklib/cracklib/releases/download/v2.9.10/cracklib-2.9.10.tar.gz
|
27
27
|
url2: https://github.com/cracklib/cracklib/releases/
|
28
28
|
homepage: https://github.com/cracklib/cracklib
|
29
29
|
symlink_headers: t
|
@@ -36,4 +36,4 @@ cracklib:
|
|
36
36
|
- libcrack.so.2.9.0
|
37
37
|
prefix: f
|
38
38
|
keep_extracted: yes
|
39
|
-
last_update:
|
39
|
+
last_update: 18 Mar 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.
|
18
|
+
url1: https://download.gnome.org/sources/evolution/3.48/evolution-3.48.0.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:
|
632
|
+
last_update: 17 Mar 2023
|