rbt 0.11.90 → 0.11.91

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rbt might be problematic. Click here for more details.

Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +102 -2
  3. data/doc/README.gen +77 -1
  4. data/doc/deprecated/README.md +3 -3
  5. data/doc/deprecated/deprecated_rbt.cgi +1 -25
  6. data/lib/rbt/installer/misc.rb +1 -1
  7. data/lib/rbt/toplevel_methods/available_programs.rb +1 -1
  8. data/lib/rbt/version/version.rb +2 -2
  9. data/lib/rbt/yaml/chained_programs/chained_programs.yml +20 -17
  10. data/lib/rbt/yaml/configuration/use_porg.yml +1 -1
  11. data/lib/rbt/yaml/cookbook_aliases.yml +2 -0
  12. data/lib/rbt/yaml/cookbooks/a2ps.yml +5 -2
  13. data/lib/rbt/yaml/cookbooks/adwaitaicontheme.yml +4 -1
  14. data/lib/rbt/yaml/cookbooks/atspi2atk.yml +5 -0
  15. data/lib/rbt/yaml/cookbooks/bind.yml +2 -2
  16. data/lib/rbt/yaml/cookbooks/bison.yml +9 -1
  17. data/lib/rbt/yaml/cookbooks/calibre.yml +2 -2
  18. data/lib/rbt/yaml/cookbooks/cracklib.yml +2 -2
  19. data/lib/rbt/yaml/cookbooks/evolution.yml +2 -2
  20. data/lib/rbt/yaml/cookbooks/gcc.yml +6 -4
  21. data/lib/rbt/yaml/cookbooks/geanyplugins.yml +2 -2
  22. data/lib/rbt/yaml/cookbooks/gnomeonlineaccounts.yml +7 -2
  23. data/lib/rbt/yaml/cookbooks/gnomescreenshot.yml +1 -0
  24. data/lib/rbt/yaml/cookbooks/gstpluginsbad.yml +2 -2
  25. data/lib/rbt/yaml/cookbooks/gstpluginsbase.yml +2 -2
  26. data/lib/rbt/yaml/cookbooks/gtk.yml +3 -1
  27. data/lib/rbt/yaml/cookbooks/imlib2.yml +2 -2
  28. data/lib/rbt/yaml/cookbooks/isl.yml +6 -1
  29. data/lib/rbt/yaml/cookbooks/libavif.yml +35 -0
  30. data/lib/rbt/yaml/cookbooks/libdrm.yml +19 -1
  31. data/lib/rbt/yaml/cookbooks/libintlperl.yml +14 -0
  32. data/lib/rbt/yaml/cookbooks/libsecret.yml +18 -0
  33. data/lib/rbt/yaml/cookbooks/libxaw.yml +2 -2
  34. data/lib/rbt/yaml/cookbooks/linux.yml +2 -2
  35. data/lib/rbt/yaml/cookbooks/llvm.yml +16 -20
  36. data/lib/rbt/yaml/cookbooks/matedesktop.yml +2 -2
  37. data/lib/rbt/yaml/cookbooks/nautilus.yml +3 -3
  38. data/lib/rbt/yaml/cookbooks/ncurses.yml +5 -0
  39. data/lib/rbt/yaml/cookbooks/nss.yml +2 -1
  40. data/lib/rbt/yaml/cookbooks/openssh.yml +2 -2
  41. data/lib/rbt/yaml/cookbooks/samtools.yml +2 -2
  42. data/lib/rbt/yaml/cookbooks/sanefrontends.yml +3 -0
  43. data/lib/rbt/yaml/cookbooks/scummvm.yml +3 -3
  44. data/lib/rbt/yaml/cookbooks/sway.yml +7 -4
  45. data/lib/rbt/yaml/cookbooks/tesseract.yml +1 -1
  46. data/lib/rbt/yaml/cookbooks/transmission.yml +2 -2
  47. data/lib/rbt/yaml/cookbooks/unifdef.yml +21 -0
  48. data/lib/rbt/yaml/cookbooks/waylandprotocols.yml +2 -1
  49. data/lib/rbt/yaml/cookbooks/webkitgtk.yml +3 -3
  50. data/lib/rbt/yaml/cookbooks/xvidcore.yml +4 -2
  51. data/lib/rbt/yaml/cookbooks/xz.yml +2 -2
  52. data/lib/rbt/yaml/expanded_cookbooks/a2ps.yml +9 -9
  53. data/lib/rbt/yaml/expanded_cookbooks/adwaitaicontheme.yml +1 -1
  54. data/lib/rbt/yaml/expanded_cookbooks/atspi2atk.yml +5 -4
  55. data/lib/rbt/yaml/expanded_cookbooks/bind.yml +9 -9
  56. data/lib/rbt/yaml/expanded_cookbooks/bison.yml +5 -4
  57. data/lib/rbt/yaml/expanded_cookbooks/calibre.yml +9 -9
  58. data/lib/rbt/yaml/expanded_cookbooks/cracklib.yml +9 -9
  59. data/lib/rbt/yaml/expanded_cookbooks/evolution.yml +8 -8
  60. data/lib/rbt/yaml/expanded_cookbooks/gcc.yml +19 -19
  61. data/lib/rbt/yaml/expanded_cookbooks/geanyplugins.yml +9 -9
  62. data/lib/rbt/yaml/expanded_cookbooks/git.yml +7 -17
  63. data/lib/rbt/yaml/expanded_cookbooks/gnomeonlineaccounts.yml +11 -11
  64. data/lib/rbt/yaml/expanded_cookbooks/gnomescreenshot.yml +1 -1
  65. data/lib/rbt/yaml/expanded_cookbooks/gstpluginsbad.yml +8 -8
  66. data/lib/rbt/yaml/expanded_cookbooks/gstpluginsbase.yml +8 -8
  67. data/lib/rbt/yaml/expanded_cookbooks/gtk.yml +7 -7
  68. data/lib/rbt/yaml/expanded_cookbooks/imlib2.yml +9 -9
  69. data/lib/rbt/yaml/expanded_cookbooks/isl.yml +6 -5
  70. data/lib/rbt/yaml/expanded_cookbooks/kbproto.yml +5 -2
  71. data/lib/rbt/yaml/expanded_cookbooks/libavif.yml +96 -0
  72. data/lib/rbt/yaml/expanded_cookbooks/libdrm.yml +17 -2
  73. data/lib/rbt/yaml/expanded_cookbooks/libintlperl.yml +91 -0
  74. data/lib/rbt/yaml/expanded_cookbooks/libsecret.yml +17 -2
  75. data/lib/rbt/yaml/expanded_cookbooks/libxaw.yml +9 -9
  76. data/lib/rbt/yaml/expanded_cookbooks/linux.yml +9 -9
  77. data/lib/rbt/yaml/expanded_cookbooks/llvm.yml +16 -20
  78. data/lib/rbt/yaml/expanded_cookbooks/matedesktop.yml +8 -8
  79. data/lib/rbt/yaml/expanded_cookbooks/nautilus.yml +10 -10
  80. data/lib/rbt/yaml/expanded_cookbooks/ncurses.yml +3 -3
  81. data/lib/rbt/yaml/expanded_cookbooks/nss.yml +9 -8
  82. data/lib/rbt/yaml/expanded_cookbooks/openldap.yml +8 -9
  83. data/lib/rbt/yaml/expanded_cookbooks/openssh.yml +9 -9
  84. data/lib/rbt/yaml/expanded_cookbooks/openssl.yml +5 -0
  85. data/lib/rbt/yaml/expanded_cookbooks/samtools.yml +9 -9
  86. data/lib/rbt/yaml/expanded_cookbooks/sanefrontends.yml +3 -3
  87. data/lib/rbt/yaml/expanded_cookbooks/scummvm.yml +9 -9
  88. data/lib/rbt/yaml/expanded_cookbooks/sway.yml +17 -16
  89. data/lib/rbt/yaml/expanded_cookbooks/tesseract.yml +1 -1
  90. data/lib/rbt/yaml/expanded_cookbooks/transmission.yml +9 -9
  91. data/lib/rbt/yaml/expanded_cookbooks/unifdef.yml +88 -0
  92. data/lib/rbt/yaml/expanded_cookbooks/waylandprotocols.yml +2 -2
  93. data/lib/rbt/yaml/expanded_cookbooks/webkitgtk.yml +10 -10
  94. data/lib/rbt/yaml/expanded_cookbooks/xvidcore.yml +1 -1
  95. data/lib/rbt/yaml/expanded_cookbooks/xz.yml +9 -9
  96. data/lib/rbt/yaml/programs_version/available_programs_versions.md +25 -22
  97. data/lib/rbt/yaml/programs_version/programs_version.yml +20 -18
  98. data/lib/rbt/yaml/programs_version/the_expanded_coobkook_dataset_was_last_updated_on_this_day.yml +1 -1
  99. data/lib/rbt/yaml/these_programs_were_updated.yml +23 -0
  100. metadata +13 -7
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 3247520
3
+ :archive_size: 3194376
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64: t
6
6
  :base_dir: "/home/x/src/nautilus/"
@@ -56,7 +56,7 @@
56
56
  :installation_steps: []
57
57
  :is_an_active_project: true
58
58
  :keep_extracted: true
59
- :last_update: 23 Dec 2022
59
+ :last_update: 18 Mar 2023
60
60
  :libexec:
61
61
  :libraries:
62
62
  - libnautilus-extension.so
@@ -67,8 +67,8 @@
67
67
  :m4_files: []
68
68
  :manual_steps:
69
69
  :may_we_modify_the_configure_options: true
70
- :md5sum: beaf60362666263abca992d00ab9df9b
71
- :meson_configure_options: "-Dselinux=false -Dpackagekit=false -Dlibportal=false"
70
+ :md5sum: 285b33688dea7588638d35cda518a9d5
71
+ :meson_configure_options: "-Dselinux=false -Dpackagekit=false"
72
72
  :mirror: ''
73
73
  :modify_the_makefile: false
74
74
  :optional_start_message: ''
@@ -80,14 +80,14 @@
80
80
  :pre_configure_steps: []
81
81
  :pre_make_commands: []
82
82
  :pre_make_install_sed: []
83
- :prefix: "/home/Programs/Nautilus/42.6/"
83
+ :prefix: "/home/Programs/Nautilus/44.0/"
84
84
  :preinstall: []
85
85
  :program_compile_name: ''
86
- :program_full_name: nautilus-42.6.tar.xz
86
+ :program_full_name: nautilus-44.0.tar.xz
87
87
  :program_name: nautilus
88
- :program_name_and_program_version: nautilus-42.6
89
- :program_path: "/home/x/src/nautilus/nautilus-42.6.tar.xz"
90
- :program_version: '42.6'
88
+ :program_name_and_program_version: nautilus-44.0
89
+ :program_path: "/home/x/src/nautilus/nautilus-44.0.tar.xz"
90
+ :program_version: '44.0'
91
91
  :required_deps_on:
92
92
  - giostandalone
93
93
  - gnomedesktop
@@ -107,7 +107,7 @@
107
107
  :symlink_pkgconfig_files: true
108
108
  :tags:
109
109
  - gnome
110
- :url1: https://download.gnome.org/sources/nautilus/42/nautilus-42.6.tar.xz
110
+ :url1: https://download.gnome.org/sources/nautilus/44/nautilus-44.0.tar.xz
111
111
  :url2: https://download.gnome.org/sources/nautilus/?C=M&O=D
112
112
  :use_autoconf: false
113
113
  :use_autogen: false
@@ -45,14 +45,14 @@
45
45
  This switch disables building and installing most static
46
46
  libraries.
47
47
  :copy_source: false
48
- :description: The Ncurses package contains libraries for terminal-independent handling
49
- of character screens.
48
+ :description: " The Ncurses package contains libraries for terminal-independent handling
49
+ of character screens."
50
50
  :do_not_download: false
51
51
  :do_not_symlink: false
52
52
  :echo_yes: ''
53
53
  :enable_shared: false
54
54
  :enable_static: false
55
- :extra_information: "Libncurses and libcurses refer to the same program (ncurses).
55
+ :extra_information: "\nLibncurses and libcurses refer to the same program (ncurses).
56
56
  \n\ncbreak() is defined in libtinfo. --with-termlib should lead\nto the creation
57
57
  of libtinfo.so.\n\nIf you encounter a problem about -lcurses or -lncurses, but you\ndo
58
58
  have some ncursesw.so file available, these symlinks might\nbe of help:\n\n lns
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  :apply_patch:
3
3
  - https://www.linuxfromscratch.org/patches/blfs/svn/nss-3.88.1-standalone-1.patch
4
- :archive_size: 53578636
4
+ :archive_size: 53573420
5
5
  :archive_type: ".tar.xz"
6
6
  :autosymlink_lib64:
7
7
  :base_dir: "/home/x/src/nss/"
@@ -55,12 +55,13 @@
55
55
  \ chmod -v 644 \n$MY_PROGRAMS/Nss/$VERSION_TO_USE_FOR_NSS/include/nss/*\n
56
56
  \ install -v -m755 Linux*/bin/{certutil,nss-config,pk12util}\n$MY_PROGRAMS/Nss/$VERSION_TO_USE_FOR_NSS/bin\n
57
57
  \ install -v -m644 Linux*/lib/pkgconfig/nss.pc \n$MY_PROGRAMS/Nss/$VERSION_TO_USE_FOR_NSS/lib/pkgconfig/nss.pc\n\nOr,
58
- as confirmed in February 2023, the following instructions will work -\nafter that
59
- all SSL connections I used were working again:\n\n cd nss &&\n make BUILD_OPT=1
60
- \ \\\n NSPR_INCLUDE_DIR=/usr/include/nspr \\\n USE_SYSTEM_ZLIB=1
61
- \ \\\n ZLIB_LIBS=-lz \\\n NSS_ENABLE_WERROR=0
62
- \ \\\n $([ $(uname -m) = x86_64 ] && echo USE_64=1) \\\n $([
63
- -f /usr/include/sqlite3.h ] && echo NSS_USE_SYSTEM_SQLITE=1)\n cd ../dist &&\n
58
+ as confirmed in February 2023 (as well as in March 2023, when I ran\ninto a similar
59
+ problem again), the following instructions will work -\nafter that all SSL connections
60
+ I used were working again:\n\n cd nss &&\n make BUILD_OPT=1 \\\n
61
+ \ NSPR_INCLUDE_DIR=/usr/include/nspr \\\n USE_SYSTEM_ZLIB=1 \\\n
62
+ \ ZLIB_LIBS=-lz \\\n NSS_ENABLE_WERROR=0 \\\n
63
+ \ $([ $(uname -m) = x86_64 ] && echo USE_64=1) \\\n $([ -f /usr/include/sqlite3.h
64
+ ] && echo NSS_USE_SYSTEM_SQLITE=1)\n cd ../dist &&\n
64
65
  \ install -v -m755 Linux*/lib/*.so /usr/lib &&\n install
65
66
  -v -m644 Linux*/lib/{*.chk,libcrmf.a} /usr/lib &&\n install -v -m755
66
67
  -d /usr/include/nss &&\n cp -v -RL {public,private}/nss/*
@@ -373,7 +374,7 @@
373
374
  install -v -m755 Linux*/bin/{certutil,nss-config,pk12util} /usr/bin
374
375
  install -v -m644 Linux*/lib/pkgconfig/nss.pc /usr/lib/pkgconfig
375
376
  :may_we_modify_the_configure_options: true
376
- :md5sum: 8d28cb065a5d070d916e1c62106d2fc8
377
+ :md5sum: bd47907dfd1808692fe08b3bbefade04
377
378
  :meson_configure_options:
378
379
  :mirror: ''
379
380
  :modify_the_makefile: false
@@ -109,15 +109,12 @@
109
109
  :last_update: 14 Feb 2023
110
110
  :libexec:
111
111
  :libraries:
112
- - liblber-2.4.so.2
113
- - liblber-2.4.so.2.10.11
114
112
  - liblber.so
115
- - libldap-2.4.so.2
116
- - libldap-2.4.so.2.10.11
113
+ - liblber.so.2
114
+ - liblber.so.2.0.200
117
115
  - libldap.so
118
- - libldap_r-2.4.so.2
119
- - libldap_r-2.4.so.2.10.11
120
- - libldap_r.so
116
+ - libldap.so.2
117
+ - libldap.so.2.0.200
121
118
  :licence: unknown
122
119
  :localstatedir: false
123
120
  :m4_files: []
@@ -130,7 +127,9 @@
130
127
  :optional_start_message: ''
131
128
  :override: false
132
129
  :parameters_to_make: []
133
- :pkgconfig_files: []
130
+ :pkgconfig_files:
131
+ - lber.pc
132
+ - ldap.pc
134
133
  :postinstall: []
135
134
  :pre_configure_steps: []
136
135
  :pre_make_commands: []
@@ -155,7 +154,7 @@
155
154
  :svn_url: ''
156
155
  :symlink_glib_schema: false
157
156
  :symlink_headers: true
158
- :symlink_pkgconfig_files: false
157
+ :symlink_pkgconfig_files: true
159
158
  :tags: []
160
159
  :url1: https://openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.6.4.tgz
161
160
  :url2: https://openldap.org/software/download/OpenLDAP/
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 1282960
3
+ :archive_size: 1285880
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/openssh/"
@@ -41,7 +41,7 @@
41
41
  :installation_steps: []
42
42
  :is_an_active_project: true
43
43
  :keep_extracted: true
44
- :last_update: 02 Feb 2023
44
+ :last_update: 16 Mar 2023
45
45
  :libexec:
46
46
  :libraries: []
47
47
  :licence: unknown
@@ -49,7 +49,7 @@
49
49
  :m4_files: []
50
50
  :manual_steps:
51
51
  :may_we_modify_the_configure_options: true
52
- :md5sum: 74477d80e0981f0db4de4f95dc46116c
52
+ :md5sum: 84343f62a8a9d629f8468ce77448932f
53
53
  :meson_configure_options:
54
54
  :mirror: ''
55
55
  :modify_the_makefile: false
@@ -61,14 +61,14 @@
61
61
  :pre_configure_steps: []
62
62
  :pre_make_commands: []
63
63
  :pre_make_install_sed: []
64
- :prefix: "/home/Programs/Openssh/9.2p1/"
64
+ :prefix: "/home/Programs/Openssh/9.3p1/"
65
65
  :preinstall: []
66
66
  :program_compile_name: ''
67
- :program_full_name: openssh-9.2p1.tar.xz
67
+ :program_full_name: openssh-9.3p1.tar.xz
68
68
  :program_name: openssh
69
- :program_name_and_program_version: openssh-9.2p1
70
- :program_path: "/home/x/src/openssh/openssh-9.2p1.tar.xz"
71
- :program_version: 9.2p1
69
+ :program_name_and_program_version: openssh-9.3p1
70
+ :program_path: "/home/x/src/openssh/openssh-9.3p1.tar.xz"
71
+ :program_version: 9.3p1
72
72
  :required_deps_on: []
73
73
  :run_configure: true
74
74
  :run_ldconfig: true
@@ -83,7 +83,7 @@
83
83
  :symlink_headers: false
84
84
  :symlink_pkgconfig_files: false
85
85
  :tags: []
86
- :url1: https://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.2p1.tar.gz
86
+ :url1: https://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.3p1.tar.gz
87
87
  :url2: https://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/
88
88
  :use_autoconf: false
89
89
  :use_autogen: false
@@ -105,6 +105,11 @@
105
105
  zlib-dynamic && make && make install
106
106
 
107
107
  libcrypto.so also has some important symbols, such as EVP_idea_cbc.
108
+
109
+ If you get some error that openssl failed to start up, then consider
110
+ having a look at the file called openssl.cnf. This one was faulty
111
+ in my case, in March 2023 - after I removed it and recompiled
112
+ openssl, openssl worked fine.
108
113
  :extract_to: ''
109
114
  :flatpak_url: ''
110
115
  :gir_files: []
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 6709448
3
+ :archive_size: 7035904
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/samtools/"
@@ -55,7 +55,7 @@
55
55
  :installation_steps: []
56
56
  :is_an_active_project: true
57
57
  :keep_extracted: true
58
- :last_update: 16 Sep 2022
58
+ :last_update: 18 Mar 2023
59
59
  :libexec:
60
60
  :libraries: []
61
61
  :licence: unknown
@@ -63,7 +63,7 @@
63
63
  :m4_files: []
64
64
  :manual_steps:
65
65
  :may_we_modify_the_configure_options: true
66
- :md5sum: 83b94402666ac5d62e458a8a08dce0f8
66
+ :md5sum: 1e4223033dab04e438037c3e7e0f2372
67
67
  :meson_configure_options:
68
68
  :mirror: ''
69
69
  :modify_the_makefile: false
@@ -75,14 +75,14 @@
75
75
  :pre_configure_steps: []
76
76
  :pre_make_commands: []
77
77
  :pre_make_install_sed: []
78
- :prefix: "/home/Programs/Samtools/1.16.1/"
78
+ :prefix: "/home/Programs/Samtools/1.17/"
79
79
  :preinstall: []
80
80
  :program_compile_name: ''
81
- :program_full_name: samtools-1.16.1.tar.xz
81
+ :program_full_name: samtools-1.17.tar.xz
82
82
  :program_name: samtools
83
- :program_name_and_program_version: samtools-1.16.1
84
- :program_path: "/home/x/src/samtools/samtools-1.16.1.tar.xz"
85
- :program_version: 1.16.1
83
+ :program_name_and_program_version: samtools-1.17
84
+ :program_path: "/home/x/src/samtools/samtools-1.17.tar.xz"
85
+ :program_version: '1.17'
86
86
  :required_deps_on: []
87
87
  :run_configure: true
88
88
  :run_ldconfig: true
@@ -98,7 +98,7 @@
98
98
  :symlink_pkgconfig_files: false
99
99
  :tags:
100
100
  - science
101
- :url1: https://sourceforge.net/projects/samtools/files/samtools/1.16/samtools-1.16.1.tar.bz2
101
+ :url1: https://github.com/samtools/samtools/releases/download/1.17/samtools-1.17.tar.bz2
102
102
  :url2: https://sourceforge.net/projects/samtools/files/samtools/
103
103
  :use_autoconf: false
104
104
  :use_autogen: false
@@ -15,7 +15,7 @@
15
15
  :configure_options: ''
16
16
  :configure_options_explained: ''
17
17
  :copy_source: false
18
- :description: 'To compile do: ry sanefrontends wdep'
18
+ :description: " To compile do: ry sanefrontends wdep"
19
19
  :do_not_download: false
20
20
  :do_not_symlink: false
21
21
  :echo_yes: ''
@@ -24,7 +24,7 @@
24
24
  :extract_to: ''
25
25
  :flatpak_url: ''
26
26
  :gir_files: []
27
- :git_url:
27
+ :git_url: https://gitlab.com/sane-project/frontends
28
28
  :has_to_be_compiled: true
29
29
  :headers: []
30
30
  :homepage: http://www.sane-project.org/sane-frontends.html
@@ -80,7 +80,7 @@
80
80
  :url2: https://gitlab.com/sane-project/frontends/-/releases
81
81
  :use_autoconf: false
82
82
  :use_autogen: false
83
- :use_build_directory: false
83
+ :use_build_directory: true
84
84
  :use_glib_schema: false
85
85
  :use_this_build_directory:
86
86
  :use_this_build_system: :infer_automatically
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 141354456
3
+ :archive_size: 145171776
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/scummvm/"
@@ -48,7 +48,7 @@
48
48
  :installation_steps: []
49
49
  :is_an_active_project: true
50
50
  :keep_extracted: true
51
- :last_update: 10 Nov 2022
51
+ :last_update: 17 Mar 2023
52
52
  :libexec:
53
53
  :libraries: []
54
54
  :licence: unknown
@@ -56,7 +56,7 @@
56
56
  :m4_files: []
57
57
  :manual_steps:
58
58
  :may_we_modify_the_configure_options: true
59
- :md5sum: efc3b3d97bbe5b746c6623e7662562e6
59
+ :md5sum: 40f6484c655bd7cee2e618b845c641f8
60
60
  :meson_configure_options:
61
61
  :mirror: ''
62
62
  :modify_the_makefile: false
@@ -68,14 +68,14 @@
68
68
  :pre_configure_steps: []
69
69
  :pre_make_commands: []
70
70
  :pre_make_install_sed: []
71
- :prefix: "/home/Programs/Scummvm/2.6.1/"
71
+ :prefix: "/home/Programs/Scummvm/2.7.0/"
72
72
  :preinstall: []
73
73
  :program_compile_name: ''
74
- :program_full_name: scummvm-2.6.1.tar.xz
74
+ :program_full_name: scummvm-2.7.0.tar.xz
75
75
  :program_name: scummvm
76
- :program_name_and_program_version: scummvm-2.6.1
77
- :program_path: "/home/x/src/scummvm/scummvm-2.6.1.tar.xz"
78
- :program_version: 2.6.1
76
+ :program_name_and_program_version: scummvm-2.7.0
77
+ :program_path: "/home/x/src/scummvm/scummvm-2.7.0.tar.xz"
78
+ :program_version: 2.7.0
79
79
  :required_deps_on: []
80
80
  :run_configure: true
81
81
  :run_ldconfig: true
@@ -90,7 +90,7 @@
90
90
  :symlink_headers: false
91
91
  :symlink_pkgconfig_files: false
92
92
  :tags: []
93
- :url1: https://downloads.scummvm.org/frs/scummvm/2.6.1/scummvm-2.6.1.tar.xz
93
+ :url1: https://downloads.scummvm.org/frs/scummvm/2.7.0/scummvm-2.7.0.tar.xz
94
94
  :url2: https://www.scummvm.org/downloads/
95
95
  :use_autoconf: false
96
96
  :use_autogen: false
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 5237212
3
+ :archive_size: 5310740
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/sway/"
@@ -14,12 +14,12 @@
14
14
  :configure_options: ''
15
15
  :configure_options_explained: ''
16
16
  :copy_source: false
17
- :description: Sway is a tiling Wayland compositor and a drop-in replacement for the
18
- i3 window manager for X11. It works with your existing i3 configuration and supports
19
- most of i3's features, plus a few extras. Sway allows you to arrange your application
20
- windows logically, rather than spatially. Windows are arranged into a grid by default
21
- which maximizes the efficiency of your screen and can be quickly manipulated using
22
- only the keyboard.
17
+ :description: " Sway is a tiling Wayland compositor and a drop-in replacement for
18
+ the i3 window manager for X11. It works with your existing i3 configuration and
19
+ supports most of i3's features, plus a few extras. Sway allows you to arrange your
20
+ application windows logically, rather than spatially. Windows are arranged into
21
+ a grid by default which maximizes the efficiency of your screen and can be quickly
22
+ manipulated using only the keyboard."
23
23
  :do_not_download: false
24
24
  :do_not_symlink: false
25
25
  :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: 13 Mar 2019
39
+ :last_update: 16 Mar 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: 4ea6886ac4ae14273e97705893463480
47
+ :md5sum: 8b33f4df1ba46a3d871dc72cfb32e534
48
48
  :meson_configure_options:
49
49
  :mirror: ''
50
50
  :modify_the_makefile: false
@@ -56,16 +56,17 @@
56
56
  :pre_configure_steps: []
57
57
  :pre_make_commands: []
58
58
  :pre_make_install_sed: []
59
- :prefix: "/home/Programs/Sway/1.0/"
59
+ :prefix: "/home/Programs/Sway/1.8.1/"
60
60
  :preinstall: []
61
61
  :program_compile_name: ''
62
- :program_full_name: sway-1.0.tar.xz
62
+ :program_full_name: sway-1.8.1.tar.xz
63
63
  :program_name: sway
64
- :program_name_and_program_version: sway-1.0
65
- :program_path: "/home/x/src/sway/sway-1.0.tar.xz"
66
- :program_version: '1.0'
64
+ :program_name_and_program_version: sway-1.8.1
65
+ :program_path: "/home/x/src/sway/sway-1.8.1.tar.xz"
66
+ :program_version: 1.8.1
67
67
  :required_deps_on:
68
68
  - meson
69
+ - wlroots
69
70
  :run_configure: true
70
71
  :run_ldconfig: true
71
72
  :run_make: true
@@ -80,11 +81,11 @@
80
81
  :symlink_pkgconfig_files: false
81
82
  :tags:
82
83
  - windowmanager
83
- :url1: https://github.com/swaywm/sway/archive/1.0.tar.gz
84
+ :url1: https://github.com/swaywm/sway/releases/download/1.8.1/sway-1.8.1.tar.gz
84
85
  :url2: https://github.com/swaywm/sway/releases
85
86
  :use_autoconf: false
86
87
  :use_autogen: false
87
- :use_build_directory: t
88
+ :use_build_directory: true
88
89
  :use_glib_schema: false
89
90
  :use_this_build_directory:
90
91
  :use_this_build_system: :infer_automatically
@@ -65,7 +65,7 @@
65
65
 
66
66
  Example download via wget:
67
67
 
68
- wget https://github.com/tesseract-ocr/tessdata/blob/main/eng.traineddata
68
+ wget https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata
69
69
  wget https://github.com/tesseract-ocr/tessdata/raw/4.00/deu.traineddata
70
70
  :extract_to: ''
71
71
  :flatpak_url: ''
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 10434832
3
+ :archive_size: 10055708
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/transmission/"
@@ -40,7 +40,7 @@
40
40
  :installation_steps: []
41
41
  :is_an_active_project: true
42
42
  :keep_extracted: true
43
- :last_update: 23 Feb 2023
43
+ :last_update: 16 Mar 2023
44
44
  :libexec:
45
45
  :libraries: []
46
46
  :licence: unknown
@@ -48,7 +48,7 @@
48
48
  :m4_files: []
49
49
  :manual_steps:
50
50
  :may_we_modify_the_configure_options: true
51
- :md5sum: 29521f4373900a3077849e41b16801f9
51
+ :md5sum: 3e2ffe6cec830dc67abd114da60d4772
52
52
  :meson_configure_options:
53
53
  :mirror: ''
54
54
  :modify_the_makefile: false
@@ -61,14 +61,14 @@
61
61
  :pre_configure_steps: []
62
62
  :pre_make_commands: []
63
63
  :pre_make_install_sed: []
64
- :prefix: "/home/Programs/Transmission/4.0.1/"
64
+ :prefix: "/home/Programs/Transmission/4.0.2/"
65
65
  :preinstall: []
66
66
  :program_compile_name: ''
67
- :program_full_name: transmission-4.0.1.tar.xz
67
+ :program_full_name: transmission-4.0.2.tar.xz
68
68
  :program_name: transmission
69
- :program_name_and_program_version: transmission-4.0.1
70
- :program_path: "/home/x/src/transmission/transmission-4.0.1.tar.xz"
71
- :program_version: 4.0.1
69
+ :program_name_and_program_version: transmission-4.0.2
70
+ :program_path: "/home/x/src/transmission/transmission-4.0.2.tar.xz"
71
+ :program_version: 4.0.2
72
72
  :required_deps_on:
73
73
  - curl >= 7.16.3
74
74
  - libevent >= 1.4.9
@@ -87,7 +87,7 @@
87
87
  :tags:
88
88
  - torrent
89
89
  - p2p
90
- :url1: https://github.com/transmission/transmission/releases/download/4.0.1/transmission-4.0.1.tar.xz
90
+ :url1: https://github.com/transmission/transmission/releases/download/4.0.2/transmission-4.0.2.tar.xz
91
91
  :url2: https://transmissionbt.com/download/
92
92
  :use_autoconf: false
93
93
  :use_autogen: false
@@ -0,0 +1,88 @@
1
+ ---
2
+ :apply_patch: false
3
+ :archive_size: 66912
4
+ :archive_type: ".tar.xz"
5
+ :autosymlink_lib64:
6
+ :base_dir: "/home/x/src/unifdef/"
7
+ :binaries: []
8
+ :blfs: []
9
+ :build_static: false
10
+ :can_be_compiled_statically:
11
+ :cmake_configure_options:
12
+ :configure_base_dir: "/"
13
+ :configure_command_to_use: configure
14
+ :configure_options: ''
15
+ :configure_options_explained: ''
16
+ :copy_source: false
17
+ :description: ''
18
+ :do_not_download: false
19
+ :do_not_symlink: false
20
+ :echo_yes: ''
21
+ :enable_shared: false
22
+ :enable_static: false
23
+ :extra_information: ''
24
+ :extract_to: ''
25
+ :flatpak_url: ''
26
+ :gir_files: []
27
+ :git_url:
28
+ :has_to_be_compiled: true
29
+ :headers: []
30
+ :homepage: ''
31
+ :ignore_errors: false
32
+ :installation_steps: []
33
+ :is_an_active_project: true
34
+ :keep_extracted: true
35
+ :last_update: 18 March 2023
36
+ :libexec:
37
+ :libraries: []
38
+ :licence: unknown
39
+ :localstatedir: false
40
+ :m4_files: []
41
+ :manual_steps:
42
+ :may_we_modify_the_configure_options: true
43
+ :md5sum: ae8c0b3b4c43c1f6bc5f32412a820818
44
+ :meson_configure_options:
45
+ :mirror: ''
46
+ :modify_the_makefile: false
47
+ :optional_start_message: ''
48
+ :override: false
49
+ :parameters_to_make: []
50
+ :pkgconfig_files: []
51
+ :postinstall: []
52
+ :pre_configure_steps: []
53
+ :pre_make_commands: []
54
+ :pre_make_install_sed: []
55
+ :prefix: "/home/Programs/Unifdef/2.12/"
56
+ :preinstall: []
57
+ :program_compile_name: ''
58
+ :program_full_name: unifdef-2.12.tar.xz
59
+ :program_name: unifdef
60
+ :program_name_and_program_version: unifdef-2.12
61
+ :program_path: "/home/x/src/unifdef/unifdef-2.12.tar.xz"
62
+ :program_version: '2.12'
63
+ :required_deps_on: []
64
+ :run_configure: true
65
+ :run_ldconfig: true
66
+ :run_make: true
67
+ :run_make_check: false
68
+ :sed: false
69
+ :set_env_variables:
70
+ :short_description: ''
71
+ :short_name: unifdef
72
+ :svn_url: ''
73
+ :symlink_glib_schema: false
74
+ :symlink_headers: false
75
+ :symlink_pkgconfig_files: false
76
+ :tags:
77
+ -
78
+ :url1: https://dotat.at/prog/unifdef/unifdef-2.12.tar.xz
79
+ :url2: https://github.com/htop-dev/htop/releases
80
+ :use_autoconf: false
81
+ :use_autogen: false
82
+ :use_build_directory: true
83
+ :use_glib_schema: false
84
+ :use_this_build_directory:
85
+ :use_this_build_system: :infer_automatically
86
+ :use_this_make_command: make
87
+ :use_this_make_install_command:
88
+ :wikipedia:
@@ -87,11 +87,11 @@
87
87
  :url1: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.31/downloads/wayland-protocols-1.31.tar.xz
88
88
  :url2: https://wayland.freedesktop.org/releases/
89
89
  :use_autoconf: false
90
- :use_autogen: true
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: meson
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: 40035972
3
+ :archive_size: 40042140
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64: t
6
6
  :base_dir: "/home/x/src/webkitgtk/"
@@ -29,7 +29,7 @@
29
29
  :extra_information: "\nThis package does not have a working testsuite.\n\nHowever,
30
30
  there are two useable basic graphical web browsers in the\nsource directory:\n\n
31
31
  \ Programs/GtkLauncher and\n Programs/MiniBrowser\n\nIf launching any one fails,
32
- there is a problem with the build. \n\nAs of version 2.5.1, webkitgtk has switched
32
+ there is a problem with the build.\n\nAs of version 2.5.1, webkitgtk has switched
33
33
  to cmake.\n\nIf you have ICU version 59 or greater, you may have to make\nuse of
34
34
  the following sed commands to get webkitgtk compiled:\n\n sed -i 's/unsigned short/char16_t/'
35
35
  Source/JavaScriptCore/API/JSStringRef.h\nSource/WebKit2/Shared/API/c/WKString.h
@@ -262,7 +262,7 @@
262
262
  :installation_steps: []
263
263
  :is_an_active_project: true
264
264
  :keep_extracted: true
265
- :last_update: 04 Mar 2023
265
+ :last_update: 18 Mar 2023
266
266
  :libexec:
267
267
  :libraries:
268
268
  - libjavascriptcoregtk-4.0.so
@@ -290,7 +290,7 @@
290
290
  ninja
291
291
  ninja install
292
292
  :may_we_modify_the_configure_options: true
293
- :md5sum: dbc5f9ebdc5b63ebc702ea0592ca52e9
293
+ :md5sum: ece1da414dcc455ad08c6b5673a125e4
294
294
  :meson_configure_options:
295
295
  :mirror: ''
296
296
  :modify_the_makefile: false
@@ -305,14 +305,14 @@
305
305
  :pre_configure_steps: []
306
306
  :pre_make_commands: []
307
307
  :pre_make_install_sed: []
308
- :prefix: "/home/Programs/Webkitgtk/2.39.90/"
308
+ :prefix: "/home/Programs/Webkitgtk/2.40.0/"
309
309
  :preinstall: []
310
310
  :program_compile_name: ''
311
- :program_full_name: webkitgtk-2.39.90.tar.xz
311
+ :program_full_name: webkitgtk-2.40.0.tar.xz
312
312
  :program_name: webkitgtk
313
- :program_name_and_program_version: webkitgtk-2.39.90
314
- :program_path: "/home/x/src/webkitgtk/webkitgtk-2.39.90.tar.xz"
315
- :program_version: 2.39.90
313
+ :program_name_and_program_version: webkitgtk-2.40.0
314
+ :program_path: "/home/x/src/webkitgtk/webkitgtk-2.40.0.tar.xz"
315
+ :program_version: 2.40.0
316
316
  :required_deps_on:
317
317
  - cmake
318
318
  - gperf
@@ -340,7 +340,7 @@
340
340
  :symlink_pkgconfig_files: true
341
341
  :tags:
342
342
  - internet
343
- :url1: https://webkitgtk.org/releases/webkitgtk-2.39.90.tar.xz
343
+ :url1: https://webkitgtk.org/releases/webkitgtk-2.40.0.tar.xz
344
344
  :url2: https://webkitgtk.org/releases/?C=M;O=D
345
345
  :use_autoconf: false
346
346
  :use_autogen: false