Commit Graph

87 Commits

Author SHA1 Message Date
Wildan M
a32eaa6b02
Push more packages as dynamic 2025-11-17 11:06:16 +07:00
Wildan M
cc9e04a955 Apply tidyup and remove warn 2025-11-07 18:09:35 +07:00
Wildan M
1b7b08d6c3 Set default GNU FTP mirror 2025-11-02 18:57:30 +07:00
Wildan M
1eba0467e7 Skip gettext docs 2025-10-05 12:59:32 +07:00
Jeremy Soller
1b29c1e173
Clean up compiler flags 2025-09-07 20:53:28 -06:00
Jeremy Soller
5064d0e02e
Allow fallback to static builds on targets with broken dynamic linking 2025-09-07 17:47:43 -06:00
bjorn3
5f12b87dc0 Move a couple not building recipes to the wip category
And remove the pastel-editor recipe as pastel-editor hasn't had any
updates in years.
2025-09-01 20:22:30 +02:00
Jeremy Soller
4f3b3288c3 cosmic-reader: install icons 2025-08-28 13:49:58 -06:00
Jeremy Soller
d7eb182249 cosmic-reader: install metadata 2025-08-28 13:25:25 -06:00
Jeremy Soller
64d98ed781 Add rustconf 2025 presentation 2025-08-25 15:51:37 -06:00
Wildan M
6d505a649c Push many recipes to be dynamically linked 2025-08-23 18:33:13 +07:00
Bendeguz Pisch
c64fb342b4 Move miniserve to wip/net/http, change it to toml and change source to upstream 2025-08-20 10:12:02 +02:00
Jeremy Soller
a5630017f4
cosmic-reader: use mupdf backend 2025-08-13 09:38:29 -06:00
Wildan Mubarok
3dce7e1a58 Update and make vim usable 2025-08-05 20:59:22 +00:00
auronandace
e207b30767 promote lsd out of wip 2025-07-13 17:48:34 +01:00
auronandace
7bf73db4c9 move onefetch out of wip 2025-07-13 08:12:23 +01:00
Wildan Mubarok
4499e9b688 Rename RUSTC_WRAPPER to CC_WRAPPER 2025-07-05 00:04:22 +00:00
Wildan Mubarok
c03c493bcb Add support for sccache envar handling 2025-07-04 07:31:50 -06:00
Wildan Mubarok
ac3d53cba3 Add terminfo as nano package deps 2025-06-22 17:07:35 +00:00
Jeremy Soller
ab8e300cf6
cosmic-store: depend on libxkbcommon 2025-06-18 20:47:40 -06:00
Jeremy Soller
48766ebaf7
cosmic-files: depend on libxkbcommon 2025-06-18 16:53:00 -06:00
Josh Megnauth
54fe0c5af7
Fix and TOMLize tools/powerline
Part of #174
2025-06-14 02:29:03 -04:00
Jeremy Soller
299d56578c Merge branch 'sed-no-widechar' into 'master'
Fix sed to work in spite of wide character test failing

See merge request redox-os/cookbook!499
2025-06-12 11:11:16 -06:00
Ron Williams
2caa208555 Fix sed to work in spite of wide character test failing 2025-06-12 11:11:16 -06:00
Oleg Pittman
16e3790a50 Recipe conversion 2025-06-12 11:09:34 -06:00
Jeremy Soller
466f13c6f4
bzip2: add more shared library links 2025-05-14 08:40:10 -06:00
Jeremy Soller
9e8c2f6124
libxml2, xz: compile dynamically 2025-05-01 15:01:13 -06:00
Jeremy Soller
b9b8293a96
schismtracker: set sdl prefix to avoid using host SDL 2025-04-22 14:35:52 -06:00
Jeremy Soller
fff70c19c0
vim: fix building for multiple archs 2025-04-21 16:06:44 -06:00
Jeremy Soller
a9f008defb
gettext: remove patch for sigsetjmp 2025-04-18 12:37:00 -06:00
Jeremy Soller
289c3e69b8
Drop COOKBOOK_PREFER_STATIC 2025-04-18 10:52:50 -06:00
Jeremy Soller
6909fdd9b2
Refactor shared dependency handling 2025-04-11 11:15:44 -06:00
Jeremy Soller
4ab7255857
Fix cosmic-settings recipe 2025-04-02 14:52:50 -06:00
Josh Megnauth
174b62bc70 fix: Vim's old FTP server is deprecated 2025-03-07 15:30:49 +00:00
Jeremy Soller
363999822d
Dynamic linking for cosmic-store 2025-03-03 20:29:58 -07:00
Josh Megnauth
8eba85b35a
Build shared bzip2 library if requested 2025-02-17 01:38:13 -05:00
Anhad Singh
9042d5ebd4
fix(cosmic-term): add missing shared-deps
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-09 18:51:46 +11:00
Anhad Singh
d13b4b3fba
feat(cosmic-term): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-09 18:48:02 +11:00
Anhad Singh
038625476b
fix(cosmic-files): set shared-deps instead of package deps
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-01 00:33:33 +11:00
Anhad Singh
d6a499b29f
feat(cosmic-files): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-28 22:13:10 +11:00
Anhad Singh
443b55efd9
feat(gettext): bump to 0.22.5
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-27 20:31:39 +11:00
Anhad Singh
3dc8a10685
feat(gettext): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-27 20:31:15 +11:00
Anhad Singh
a8aec7a510
feat(patchelf)
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-23 21:39:26 +11:00
Anhad Singh
8b663ee368 fix(cookbook): shared dependencies
These shall only be added iff `PREFER_STATIC` is not set.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-23 16:12:12 +11:00
Anhad Singh
61b536c275 feat(gcc13): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00
Anhad Singh
a1c6409153 feat(gnu-binutils): dynamic
* dynamic
* shell to toml recipe

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00
Jeremy Soller
4eff119dd5
xz: use 5.2.13 tar release 2024-12-18 14:50:43 -07:00
Jeremy Soller
557a3c42c6
cosmic-settings: Install default schema 2024-10-23 13:56:49 -06:00
Jeremy Soller
34f328ec0a
Add cosmic-settings 2024-10-23 13:20:01 -06:00
Jeremy Soller
cc2800ddc9
cosmic-files: remove winit feature 2024-10-22 08:23:18 -06:00