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
@@ -12,7 +12,7 @@ mlt:
|
|
12
12
|
A video playout server for television broadcasting.
|
13
13
|
description: |
|
14
14
|
A video playout server for television broadcasting.
|
15
|
-
url1: https://github.com/mltframework/mlt/releases/download/v7.
|
15
|
+
url1: https://github.com/mltframework/mlt/releases/download/v7.22.0/mlt-7.22.0.tar.gz
|
16
16
|
url2: https://github.com/mltframework/mlt/releases/
|
17
17
|
homepage: https://github.com/mltframework/mlt/releases/
|
18
18
|
symlink_headers: t
|
@@ -103,4 +103,4 @@ mlt:
|
|
103
103
|
- video
|
104
104
|
required_deps_on:
|
105
105
|
- ladspasdk
|
106
|
-
last_update:
|
106
|
+
last_update: 03 December 2023
|
@@ -20,7 +20,7 @@ mupdf:
|
|
20
20
|
MuPDF is a lightweight PDF and XPS viewer.
|
21
21
|
|
22
22
|
extra_information: |
|
23
|
-
url1: https://www.mupdf.com/downloads/archive/mupdf-1.23.
|
23
|
+
url1: https://www.mupdf.com/downloads/archive/mupdf-1.23.7-source.tar.gz
|
24
24
|
url2: https://www.mupdf.com/releases/
|
25
25
|
homepage: https://www.mupdf.com/
|
26
26
|
run_configure: no
|
@@ -31,4 +31,4 @@ mupdf:
|
|
31
31
|
tags:
|
32
32
|
- pdf
|
33
33
|
required_deps_on:
|
34
|
-
last_update:
|
34
|
+
last_update: 03 December 2023
|
@@ -22,7 +22,7 @@ mutter:
|
|
22
22
|
directly, but from GNOME Session (on a machine with a
|
23
23
|
hardware accelerated video driver).
|
24
24
|
|
25
|
-
url1: https://download.gnome.org/sources/mutter/44/mutter-44.
|
25
|
+
url1: https://download.gnome.org/sources/mutter/44/mutter-44.7.tar.xz
|
26
26
|
url2: https://download.gnome.org/sources/mutter/?C=M;O=D
|
27
27
|
homepage: https://gitlab.gnome.org/GNOME/mutter
|
28
28
|
symlink_headers: t
|
@@ -48,4 +48,4 @@ mutter:
|
|
48
48
|
- zenity
|
49
49
|
- gsettingsdesktopschemas
|
50
50
|
- gnomesettingsdaemon
|
51
|
-
last_update:
|
51
|
+
last_update: 03 December 2023
|
@@ -83,7 +83,7 @@ perl:
|
|
83
83
|
make
|
84
84
|
make install
|
85
85
|
|
86
|
-
url1: https://www.cpan.org/src/5.0/perl-5.38.
|
86
|
+
url1: https://www.cpan.org/src/5.0/perl-5.38.1.tar.xz
|
87
87
|
url2: http://ftp.funet.fi/pub/CPAN/src/
|
88
88
|
prefix: f
|
89
89
|
keep_extracted: yes
|
@@ -106,4 +106,4 @@ perl:
|
|
106
106
|
tags:
|
107
107
|
- programming_language
|
108
108
|
- perl
|
109
|
-
last_update:
|
109
|
+
last_update: 26 November 2023
|
@@ -28,7 +28,7 @@ pipewire:
|
|
28
28
|
|
29
29
|
extra_information: |
|
30
30
|
licence:
|
31
|
-
url1: https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/0.
|
31
|
+
url1: https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.0.0/pipewire-1.0.0.tar.bz2
|
32
32
|
url2: https://github.com/PipeWire/pipewire/releases
|
33
33
|
homepage: https://github.com/PipeWire/pipewire/
|
34
34
|
symlink_headers: t
|
@@ -154,4 +154,4 @@ pipewire:
|
|
154
154
|
- meson
|
155
155
|
- bluez
|
156
156
|
- sbc
|
157
|
-
last_update:
|
157
|
+
last_update: 26 November 2023
|
@@ -15,7 +15,7 @@ poppler:
|
|
15
15
|
- pdftops
|
16
16
|
- pdftotext
|
17
17
|
- pdfunite
|
18
|
-
|
18
|
+
|
19
19
|
cmake_configure_options: |
|
20
20
|
|
21
21
|
-DCMAKE_BUILD_TYPE=Release
|
@@ -53,7 +53,7 @@ poppler:
|
|
53
53
|
If you need the old xpdf headers, such as CharTypes.h, you
|
54
54
|
can pass the configure switch --enable-xpdf-headers to popler.
|
55
55
|
|
56
|
-
url1: https://poppler.freedesktop.org/poppler-23.
|
56
|
+
url1: https://poppler.freedesktop.org/poppler-23.12.0.tar.xz
|
57
57
|
url2: https://poppler.freedesktop.org/
|
58
58
|
homepage: https://poppler.freedesktop.org/
|
59
59
|
git_url: https://gitlab.freedesktop.org/poppler/poppler
|
@@ -132,4 +132,4 @@ poppler:
|
|
132
132
|
- fontconfig
|
133
133
|
- cmake
|
134
134
|
- openjpeg
|
135
|
-
last_update:
|
135
|
+
last_update: 02 December 2023
|
@@ -10,7 +10,7 @@ qbittorrent:
|
|
10
10
|
|
11
11
|
extra_information: |
|
12
12
|
licence:
|
13
|
-
url1: https://downloads.sourceforge.net/qbittorrent/qbittorrent-4.6.
|
13
|
+
url1: https://downloads.sourceforge.net/qbittorrent/qbittorrent-4.6.2.tar.xz
|
14
14
|
url2: https://www.qbittorrent.org/download.php
|
15
15
|
homepage: https://www.qbittorrent.org/
|
16
16
|
prefix: f
|
@@ -21,4 +21,4 @@ qbittorrent:
|
|
21
21
|
- torrent
|
22
22
|
required_deps_on:
|
23
23
|
- cmake
|
24
|
-
last_update:
|
24
|
+
last_update: 28 November 2023
|
@@ -14,11 +14,15 @@ rst2html5:
|
|
14
14
|
- rst2xml.py
|
15
15
|
- rstpep2html.py
|
16
16
|
short_description: |
|
17
|
+
|
17
18
|
Generates (X)HTML5 documents from standalone reStructuredText
|
18
19
|
sources.
|
20
|
+
|
19
21
|
description: |
|
22
|
+
|
20
23
|
Generates (X)HTML5 documents from standalone reStructuredText
|
21
24
|
sources.
|
25
|
+
|
22
26
|
extra_information: |
|
23
27
|
licence:
|
24
28
|
url1: https://files.pythonhosted.org/packages/90/3f/523f70fd0f4dbe6539776155b1189f144263fa3dc436421337038e17e4c1/rst2html5-2.0.tar.gz
|
@@ -27,6 +31,7 @@ rst2html5:
|
|
27
31
|
keep_extracted: no
|
28
32
|
use_build_directory: no
|
29
33
|
has_to_be_compiled: no
|
34
|
+
use_this_build_system: python
|
30
35
|
tags:
|
31
36
|
- python
|
32
37
|
required_deps_on:
|
@@ -8,9 +8,12 @@ sanebackends:
|
|
8
8
|
- sane-find-scanner
|
9
9
|
- scanimage
|
10
10
|
description: |
|
11
|
+
|
11
12
|
Scanner access now easy - Project to make Linux know about
|
12
13
|
scanner devices.
|
14
|
+
|
13
15
|
extra_information: |
|
16
|
+
|
14
17
|
Snapshots from the source can be found here:
|
15
18
|
|
16
19
|
http://www.sane-project.org/snapshots/
|
@@ -388,6 +391,7 @@ sanebackends:
|
|
388
391
|
prefix: f
|
389
392
|
keep_extracted: yes
|
390
393
|
use_build_directory: yes
|
394
|
+
use_this_build_system: configure
|
391
395
|
set_env_variables: |
|
392
396
|
BACKENDS: canon pixma
|
393
397
|
tags:
|
@@ -28,10 +28,10 @@ shadow:
|
|
28
28
|
If you have installed Linux-PAM, reinstalling Shadow will allow
|
29
29
|
programs such as login and su to utilize PAM.
|
30
30
|
enable_shared: t
|
31
|
-
url1: https://github.com/shadow-maint/shadow/releases/download/4.14.
|
31
|
+
url1: https://github.com/shadow-maint/shadow/releases/download/4.14.2/shadow-4.14.2.tar.xz
|
32
32
|
url2: http://www.linuxfromscratch.org/blfs/view/svn/postlfs/shadow.html
|
33
33
|
url3: http://cross-lfs.org/files/packages/svn/
|
34
34
|
homepage: https://github.com/shadow-maint/shadow
|
35
35
|
prefix: t
|
36
36
|
# apply_patch: patch -Np1 -i $SRC/PATCHES/shadow-4.0.18.1-useradd_fix-2.patch
|
37
|
-
last_update:
|
37
|
+
last_update: 26 November 2023
|
@@ -40,7 +40,7 @@ sqliteautoconf:
|
|
40
40
|
-DSQLITE_ENABLE_FTS3_TOKENIZER=1
|
41
41
|
|
42
42
|
licence: Public Domain
|
43
|
-
url1: https://www.sqlite.org/2023/sqlite-autoconf-
|
43
|
+
url1: https://www.sqlite.org/2023/sqlite-autoconf-3440200.tar.gz
|
44
44
|
url2: https://www.sqlite.org/download.html
|
45
45
|
homepage: https://www.sqlite.org/
|
46
46
|
symlink_headers: t
|
@@ -66,4 +66,4 @@ sqliteautoconf:
|
|
66
66
|
- xmlparser
|
67
67
|
- perl
|
68
68
|
- libxml2
|
69
|
-
last_update:
|
69
|
+
last_update: 26 November 2023
|
@@ -1,15 +1,18 @@
|
|
1
1
|
toml:
|
2
2
|
description: |
|
3
|
+
|
3
4
|
A Python library for parsing and creating TOML.
|
5
|
+
|
4
6
|
url1: https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c/toml-0.10.2.tar.gz
|
5
7
|
url2: https://pypi.org/project/toml/#files
|
6
8
|
homepage: https://pypi.org/project/toml/
|
7
9
|
prefix: t
|
8
10
|
keep_extracted: yes
|
11
|
+
use_this_build_system: python
|
9
12
|
installation_steps:
|
10
13
|
- PINSTALL1
|
11
14
|
tags:
|
12
15
|
- python
|
13
16
|
required_deps_on:
|
14
|
-
- python
|
17
|
+
- python
|
15
18
|
last_update: 02 December 2021
|
@@ -11,7 +11,7 @@ tumbler:
|
|
11
11
|
on the thumbnail management D-Bus specification. This is useful
|
12
12
|
for generating thumbnail images of files.
|
13
13
|
|
14
|
-
url1: https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.
|
14
|
+
url1: https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.2.tar.bz2
|
15
15
|
url2: https://archive.xfce.org/src/xfce/tumbler/
|
16
16
|
symlink_headers: t
|
17
17
|
headers:
|
@@ -65,4 +65,4 @@ tumbler:
|
|
65
65
|
tags:
|
66
66
|
- xfce
|
67
67
|
required_deps_on:
|
68
|
-
last_update:
|
68
|
+
last_update: 03 December 2023
|
@@ -2,6 +2,7 @@ unoconv:
|
|
2
2
|
binaries:
|
3
3
|
- unoconv
|
4
4
|
description: |
|
5
|
+
|
5
6
|
unoconv converts between any document format that OpenOffice
|
6
7
|
understands. It uses OpenOffice's UNO bindings for non-interactive
|
7
8
|
conversion of documents.
|
@@ -9,8 +10,10 @@ unoconv:
|
|
9
10
|
Supported document formats include Open Document Format (.odt),
|
10
11
|
MS Word (.doc), MS Office Open/MS OOXML (.xml), Portable
|
11
12
|
Document Format (.pdf), HTML, XHTML, RTF, Docbook (.xml),
|
12
|
-
and more.
|
13
|
+
and more.
|
14
|
+
|
13
15
|
extra_information: |
|
16
|
+
|
14
17
|
To convert a .ppt file you can invoke unoconv like this:
|
15
18
|
|
16
19
|
unoconv -f pdf presentation.odt
|
@@ -20,6 +23,7 @@ unoconv:
|
|
20
23
|
homepage: http://dag.wiee.rs/home-made/unoconv/
|
21
24
|
prefix: f
|
22
25
|
keep_extracted: yes
|
26
|
+
use_this_build_system: Makefile
|
23
27
|
required_deps_on:
|
24
28
|
- python
|
25
29
|
last_update: 15 January 2019
|
@@ -3,12 +3,15 @@ xfce4appfinder:
|
|
3
3
|
- xfce4-appfinder
|
4
4
|
- xfrun4
|
5
5
|
description: |
|
6
|
+
|
6
7
|
An application finder, which allows you to search, launch and
|
7
8
|
find information about applications installed on your system.
|
9
|
+
|
8
10
|
url1: https://archive.xfce.org/src/xfce/xfce4-appfinder/4.16/xfce4-appfinder-4.16.1.tar.bz2
|
9
11
|
url2: http://archive.xfce.org/src/xfce/xfce4-appfinder/
|
10
12
|
prefix: t
|
11
13
|
keep_extracted: yes
|
14
|
+
use_this_build_system: configure
|
12
15
|
tags:
|
13
16
|
- xfce
|
14
17
|
required_deps_on:
|
@@ -1,8 +1,11 @@
|
|
1
1
|
xfce4powermanager:
|
2
2
|
configure_options: |
|
3
3
|
short_description: |
|
4
|
+
|
4
5
|
A power manager for the XFCE desktop.
|
6
|
+
|
5
7
|
description: |
|
8
|
+
|
6
9
|
This software is a power manager for the Xfce desktop, Xfce power
|
7
10
|
manager manages the power sources on the computer and the devices
|
8
11
|
that can be controlled to reduce their power consumption (such
|
@@ -15,16 +18,18 @@ xfce4powermanager:
|
|
15
18
|
interface which allows applications to prevent automatic sleep
|
16
19
|
actions via the power manager; as an example, the operating
|
17
20
|
system's package manager should make use of this interface
|
18
|
-
while it is performing update operations.
|
19
|
-
|
21
|
+
while it is performing update operations.
|
22
|
+
|
23
|
+
url1: https://archive.xfce.org/src/xfce/xfce4-power-manager/4.18/xfce4-power-manager-4.18.3.tar.bz2
|
20
24
|
url2: http://archive.xfce.org/src/xfce/xfce4-power-manager/
|
21
25
|
homepage: http://goodies.xfce.org/projects/applications/xfce4-power-manager
|
22
26
|
libraries:
|
23
27
|
- xfce4/panel/plugins/libxfce4powermanager.so
|
24
28
|
prefix: f
|
25
29
|
keep_extracted: yes
|
30
|
+
use_this_build_system: configure
|
26
31
|
tags:
|
27
32
|
- xfce
|
28
33
|
required_deps_on:
|
29
34
|
- upower
|
30
|
-
last_update:
|
35
|
+
last_update: 03 December 2023
|
@@ -14,7 +14,7 @@ xfce4settings:
|
|
14
14
|
- xfce4-settings-manager
|
15
15
|
- xfsettingsd
|
16
16
|
description: |
|
17
|
-
url1: https://archive.xfce.org/src/xfce/xfce4-settings/4.18/xfce4-settings-4.18.
|
17
|
+
url1: https://archive.xfce.org/src/xfce/xfce4-settings/4.18/xfce4-settings-4.18.4.tar.bz2
|
18
18
|
url2: https://archive.xfce.org/src/xfce/xfce4-settings/
|
19
19
|
homepage: https://docs.xfce.org/xfce/xfce4-settings/start
|
20
20
|
libraries:
|
@@ -25,4 +25,4 @@ xfce4settings:
|
|
25
25
|
use_this_build_system: configure
|
26
26
|
tags:
|
27
27
|
- xfce
|
28
|
-
last_update:
|
28
|
+
last_update: 01 December 2023
|
@@ -10,7 +10,7 @@ zfs:
|
|
10
10
|
|
11
11
|
extra_information: |
|
12
12
|
licence: CDDL
|
13
|
-
url1: https://github.com/openzfs/zfs/releases/download/zfs-2.2.
|
13
|
+
url1: https://github.com/openzfs/zfs/releases/download/zfs-2.2.2/zfs-2.2.2.tar.gz
|
14
14
|
url2: https://github.com/openzfs/zfs/releases
|
15
15
|
homepage: https://zfsonlinux.org/
|
16
16
|
prefix: f
|
@@ -18,4 +18,4 @@ zfs:
|
|
18
18
|
use_build_directory: no
|
19
19
|
use_this_build_system: configure
|
20
20
|
required_deps_on:
|
21
|
-
last_update:
|
21
|
+
last_update: 01 December 2023
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 69480
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/attica/"
|
@@ -33,7 +33,7 @@
|
|
33
33
|
:installation_steps: []
|
34
34
|
:is_an_active_project: true
|
35
35
|
:keep_extracted: true
|
36
|
-
:last_update:
|
36
|
+
:last_update: 04 December 2023
|
37
37
|
:libexec:
|
38
38
|
:libraries: []
|
39
39
|
:licence: LGPL
|
@@ -41,7 +41,7 @@
|
|
41
41
|
:m4_files: []
|
42
42
|
:manual_steps:
|
43
43
|
:may_we_modify_the_configure_options: true
|
44
|
-
:md5sum:
|
44
|
+
:md5sum: e05bcbb0f9a1b89e0de85e9aa7f9e59d
|
45
45
|
:meson_configure_options:
|
46
46
|
:mirror: ''
|
47
47
|
:modify_the_makefile: false
|
@@ -56,11 +56,11 @@
|
|
56
56
|
:prefix: "/usr/"
|
57
57
|
:preinstall: []
|
58
58
|
:program_compile_name: ''
|
59
|
-
:program_full_name: attica-5.
|
59
|
+
:program_full_name: attica-5.112.0.tar.xz
|
60
60
|
:program_name: attica
|
61
|
-
:program_name_and_program_version: attica-5.
|
62
|
-
:program_path: "/home/x/src/attica/attica-5.
|
63
|
-
:program_version: 5.
|
61
|
+
:program_name_and_program_version: attica-5.112.0
|
62
|
+
:program_path: "/home/x/src/attica/attica-5.112.0.tar.xz"
|
63
|
+
:program_version: 5.112.0
|
64
64
|
:required_deps_on:
|
65
65
|
- cmake
|
66
66
|
:run_configure: true
|
@@ -79,7 +79,7 @@
|
|
79
79
|
- kde
|
80
80
|
- kde5
|
81
81
|
- kde_framework
|
82
|
-
:url1: https://download.kde.org/stable/frameworks/5.
|
82
|
+
:url1: https://download.kde.org/stable/frameworks/5.112/attica-5.112.0.tar.xz
|
83
83
|
:url2: https://download.kde.org/stable/frameworks/
|
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: 114800
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/bluezqt/"
|
@@ -31,7 +31,7 @@
|
|
31
31
|
:installation_steps: []
|
32
32
|
:is_an_active_project: true
|
33
33
|
:keep_extracted: false
|
34
|
-
:last_update:
|
34
|
+
:last_update: 04 December 2023
|
35
35
|
:libexec:
|
36
36
|
:libraries: []
|
37
37
|
:licence: unknown
|
@@ -39,7 +39,7 @@
|
|
39
39
|
:m4_files: []
|
40
40
|
:manual_steps:
|
41
41
|
:may_we_modify_the_configure_options: true
|
42
|
-
:md5sum:
|
42
|
+
:md5sum: 24213adcbeb177c7e923e2ca3d19d99a
|
43
43
|
:meson_configure_options:
|
44
44
|
:mirror: ''
|
45
45
|
:modify_the_makefile: false
|
@@ -54,11 +54,11 @@
|
|
54
54
|
:prefix: "/usr/"
|
55
55
|
:preinstall: []
|
56
56
|
:program_compile_name: ''
|
57
|
-
:program_full_name: bluez-qt-5.
|
57
|
+
:program_full_name: bluez-qt-5.112.0.tar.xz
|
58
58
|
:program_name: bluez-qt
|
59
|
-
:program_name_and_program_version: bluez-qt-5.
|
60
|
-
:program_path: "/home/x/src/bluezqt/bluez-qt-5.
|
61
|
-
:program_version: 5.
|
59
|
+
:program_name_and_program_version: bluez-qt-5.112.0
|
60
|
+
:program_path: "/home/x/src/bluezqt/bluez-qt-5.112.0.tar.xz"
|
61
|
+
:program_version: 5.112.0
|
62
62
|
:required_deps_on:
|
63
63
|
- cmake
|
64
64
|
:run_configure: true
|
@@ -77,7 +77,7 @@
|
|
77
77
|
- kde
|
78
78
|
- kde5
|
79
79
|
- kde_framework
|
80
|
-
:url1: https://download.kde.org/stable/frameworks/5.
|
80
|
+
:url1: https://download.kde.org/stable/frameworks/5.112/bluez-qt-5.112.0.tar.xz
|
81
81
|
:url2: https://download.kde.org/stable/frameworks/
|
82
82
|
:use_autoconf: false
|
83
83
|
:use_autogen: false
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 919736
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/cares/"
|
@@ -39,7 +39,7 @@
|
|
39
39
|
:installation_steps: []
|
40
40
|
:is_an_active_project: true
|
41
41
|
:keep_extracted: true
|
42
|
-
:last_update:
|
42
|
+
:last_update: 03 December 2023
|
43
43
|
:libexec:
|
44
44
|
:libraries:
|
45
45
|
- libcares.so
|
@@ -50,7 +50,7 @@
|
|
50
50
|
:m4_files: []
|
51
51
|
:manual_steps:
|
52
52
|
:may_we_modify_the_configure_options: true
|
53
|
-
:md5sum:
|
53
|
+
:md5sum: 30600e1b4d14657ea9e3e4890dc11fed
|
54
54
|
:meson_configure_options:
|
55
55
|
:mirror: ''
|
56
56
|
:modify_the_makefile: false
|
@@ -63,14 +63,14 @@
|
|
63
63
|
:pre_configure_steps: []
|
64
64
|
:pre_make_commands: []
|
65
65
|
:pre_make_install_sed: []
|
66
|
-
:prefix: "/home/Programs/Cares/1.
|
66
|
+
:prefix: "/home/Programs/Cares/1.23.0/"
|
67
67
|
:preinstall: []
|
68
68
|
:program_compile_name: ''
|
69
|
-
:program_full_name: c-ares-1.
|
69
|
+
:program_full_name: c-ares-1.23.0.tar.xz
|
70
70
|
:program_name: c-ares
|
71
|
-
:program_name_and_program_version: c-ares-1.
|
72
|
-
:program_path: "/home/x/src/cares/c-ares-1.
|
73
|
-
:program_version: 1.
|
71
|
+
:program_name_and_program_version: c-ares-1.23.0
|
72
|
+
:program_path: "/home/x/src/cares/c-ares-1.23.0.tar.xz"
|
73
|
+
:program_version: 1.23.0
|
74
74
|
:required_deps_on: []
|
75
75
|
:run_configure: true
|
76
76
|
:run_ldconfig: true
|
@@ -85,7 +85,7 @@
|
|
85
85
|
:symlink_headers: true
|
86
86
|
:symlink_pkgconfig_files: true
|
87
87
|
:tags: []
|
88
|
-
:url1: https://c-ares.haxx.se/download/c-ares-1.
|
88
|
+
:url1: https://c-ares.haxx.se/download/c-ares-1.23.0.tar.gz
|
89
89
|
:url2: https://c-ares.haxx.se/download/
|
90
90
|
:use_autoconf: false
|
91
91
|
:use_autogen: false
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 7699120
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/cmake/"
|
@@ -44,7 +44,7 @@
|
|
44
44
|
:installation_steps: []
|
45
45
|
:is_an_active_project: true
|
46
46
|
:keep_extracted: true
|
47
|
-
:last_update:
|
47
|
+
:last_update: 29 November 2023
|
48
48
|
:libexec:
|
49
49
|
:libraries: []
|
50
50
|
:licence: BSD
|
@@ -52,7 +52,7 @@
|
|
52
52
|
:m4_files: []
|
53
53
|
:manual_steps:
|
54
54
|
:may_we_modify_the_configure_options: true
|
55
|
-
:md5sum:
|
55
|
+
:md5sum: 188a86fbe8402ea97897b4179e9db442
|
56
56
|
:meson_configure_options:
|
57
57
|
:mirror: ''
|
58
58
|
:modify_the_makefile: false
|
@@ -67,11 +67,11 @@
|
|
67
67
|
:prefix: "/usr/"
|
68
68
|
:preinstall: []
|
69
69
|
:program_compile_name: ''
|
70
|
-
:program_full_name: cmake-3.27.
|
70
|
+
:program_full_name: cmake-3.27.9.tar.xz
|
71
71
|
:program_name: cmake
|
72
|
-
:program_name_and_program_version: cmake-3.27.
|
73
|
-
:program_path: "/home/x/src/cmake/cmake-3.27.
|
74
|
-
:program_version: 3.27.
|
72
|
+
:program_name_and_program_version: cmake-3.27.9
|
73
|
+
:program_path: "/home/x/src/cmake/cmake-3.27.9.tar.xz"
|
74
|
+
:program_version: 3.27.9
|
75
75
|
:required_deps_on: []
|
76
76
|
:run_configure: true
|
77
77
|
:run_ldconfig: true
|
@@ -88,7 +88,7 @@
|
|
88
88
|
:symlink_pkgconfig_files: false
|
89
89
|
:tags:
|
90
90
|
- cmake
|
91
|
-
:url1: https://github.com/Kitware/CMake/releases/download/v3.27.
|
91
|
+
:url1: https://github.com/Kitware/CMake/releases/download/v3.27.9/cmake-3.27.9.tar.gz
|
92
92
|
:url2: https://github.com/Kitware/CMake/releases
|
93
93
|
:use_autoconf: false
|
94
94
|
:use_autogen: false
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 13510112
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/evolution/"
|
@@ -547,7 +547,7 @@
|
|
547
547
|
:installation_steps: []
|
548
548
|
:is_an_active_project: true
|
549
549
|
:keep_extracted: true
|
550
|
-
:last_update:
|
550
|
+
:last_update: 03 December 2023
|
551
551
|
:libexec:
|
552
552
|
:libraries:
|
553
553
|
- evolution/libeabutil.so
|
@@ -637,7 +637,7 @@
|
|
637
637
|
:m4_files: []
|
638
638
|
:manual_steps:
|
639
639
|
:may_we_modify_the_configure_options: true
|
640
|
-
:md5sum:
|
640
|
+
:md5sum: 4d743733ef7dcc51875e0cad236f8617
|
641
641
|
:meson_configure_options:
|
642
642
|
:mirror: ''
|
643
643
|
:modify_the_makefile: false
|
@@ -656,11 +656,11 @@
|
|
656
656
|
:prefix: "/usr/"
|
657
657
|
:preinstall: []
|
658
658
|
:program_compile_name: ''
|
659
|
-
:program_full_name: evolution-3.50.
|
659
|
+
:program_full_name: evolution-3.50.2.tar.xz
|
660
660
|
:program_name: evolution
|
661
|
-
:program_name_and_program_version: evolution-3.50.
|
662
|
-
:program_path: "/home/x/src/evolution/evolution-3.50.
|
663
|
-
:program_version: 3.50.
|
661
|
+
:program_name_and_program_version: evolution-3.50.2
|
662
|
+
:program_path: "/home/x/src/evolution/evolution-3.50.2.tar.xz"
|
663
|
+
:program_version: 3.50.2
|
664
664
|
:required_deps_on:
|
665
665
|
- cmake
|
666
666
|
- evolutiondataserver
|
@@ -679,7 +679,7 @@
|
|
679
679
|
:tags:
|
680
680
|
- mail
|
681
681
|
- internet
|
682
|
-
:url1: https://download.gnome.org/sources/evolution/3.50/evolution-3.50.
|
682
|
+
:url1: https://download.gnome.org/sources/evolution/3.50/evolution-3.50.2.tar.xz
|
683
683
|
:url2: https://download.gnome.org/sources/evolution/?C=M&O=D
|
684
684
|
:use_autoconf: false
|
685
685
|
:use_autogen: false
|