From cc3f639f5f47322fa876b78fa7faf7d086e334bb Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 11 Mar 2023 16:56:49 +0000 Subject: [PATCH 1/5] Add packages on x86_64 demo build. --- config/x86_64/demo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/x86_64/demo.toml b/config/x86_64/demo.toml index 0a6e2d6..c8febd4 100644 --- a/config/x86_64/demo.toml +++ b/config/x86_64/demo.toml @@ -69,6 +69,13 @@ uutils = {} # Apps periodictable = {} sodium = {} +git = {} +gnu-grep = {} +bash = {} +binutils = {} +curl = {} +ripgrep = {} + # Games dosbox = {} @@ -84,6 +91,7 @@ acid = {} orbclient = {} pixelcannon = {} rodioplay = {} +gears = {} # MIDI freepats = {} From d43080272ce8a6beaba64666cf73dce11e22a5ad Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 14 Mar 2023 00:02:21 +0000 Subject: [PATCH 2/5] Enable recipes on CI. --- config/x86_64/ci.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index e4f465a..aba9b62 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -20,7 +20,7 @@ ca-certificates = {} cairo = {} cairodemo = {} #calculator = {} -#cargo = {} # curl-config not found +cargo = {} cleye = {} #cmatrix = {} # needs ncursesw now contain = {} @@ -93,7 +93,7 @@ libvorbis = {} libxml2 = {} llvm = {} logd = {} -#lua = {} # tmpnam +lua = {} #mdp = {} # ncursesw mesa = {} mesa_glu = {} @@ -138,7 +138,7 @@ periodictable = {} pixelcannon = {} pixman = {} #pkgar = {} # uses virtual Cargo.toml, needs recipe update -#pkg-config = {} # linker errors +pkg-config = {} pkgutils = {} #powerline = {} # dirs prboom = {} @@ -149,11 +149,11 @@ ramfs = {} randd = {} readline = {} redoxerd = {} -#redox-fatfs = {} +redox-fatfs = {} redoxfs = {} -#redox-ssh = {} +redox-ssh = {} relibc = {} -#relibc-tests = {} +relibc-tests = {} resist = {} retroarch = {} ripgrep = {} @@ -181,7 +181,7 @@ sed = {} #servo = {} # some more crates to port #shared-mime-info = {} # intltool-update out of date shellstorm = {} -smith = {} +clsmith = {} sodium = {} sopwith = {} #ssh = {} From 3a43bda50fa77e708a4e581100fa70a253ddf6b2 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 14 Mar 2023 00:04:55 +0000 Subject: [PATCH 3/5] Add recipes on CI. --- config/x86_64/ci.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index aba9b62..e12fc8f 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -135,6 +135,8 @@ patch = {} pcre = {} periodictable = {} #perl = {} # ctermid, tempnam, ttyname +perg = {} +procedural-wallpapers-rs = {} pixelcannon = {} pixman = {} #pkgar = {} # uses virtual Cargo.toml, needs recipe update @@ -181,6 +183,7 @@ sed = {} #servo = {} # some more crates to port #shared-mime-info = {} # intltool-update out of date shellstorm = {} +shellharden = {} clsmith = {} sodium = {} sopwith = {} From 933e73f203217490a9946f0488314a3c58965229 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 14 Mar 2023 16:17:19 +0000 Subject: [PATCH 4/5] Organize recipes in alphabetical order. --- config/x86_64/ci.toml | 6 +++--- config/x86_64/demo.toml | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index e12fc8f..e1cca2d 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -133,10 +133,9 @@ patch = {} #pathfinder = {} # servo-fontconfig #pciids = {} pcre = {} +perg = {} periodictable = {} #perl = {} # ctermid, tempnam, ttyname -perg = {} -procedural-wallpapers-rs = {} pixelcannon = {} pixman = {} #pkgar = {} # uses virtual Cargo.toml, needs recipe update @@ -144,6 +143,7 @@ pkg-config = {} pkgutils = {} #powerline = {} # dirs prboom = {} +procedural-wallpapers-rs = {} ptyd = {} #python = {} # getaddrinfo #qemu = {} @@ -182,8 +182,8 @@ sdl_ttf = {} sed = {} #servo = {} # some more crates to port #shared-mime-info = {} # intltool-update out of date -shellstorm = {} shellharden = {} +shellstorm = {} clsmith = {} sodium = {} sopwith = {} diff --git a/config/x86_64/demo.toml b/config/x86_64/demo.toml index c8febd4..7fc27db 100644 --- a/config/x86_64/demo.toml +++ b/config/x86_64/demo.toml @@ -68,14 +68,15 @@ uutils = {} # Apps periodictable = {} -sodium = {} -git = {} -gnu-grep = {} + +# Shell Apps bash = {} binutils = {} curl = {} +git = {} +gnu-grep = {} ripgrep = {} - +sodium = {} # Games dosbox = {} From cfa08ac360f8a51b47907c7e160de8c9c9d1c119 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 14 Mar 2023 16:25:56 +0000 Subject: [PATCH 5/5] Fix typo. --- config/x86_64/ci.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index e1cca2d..cf90574 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -184,7 +184,7 @@ sed = {} #shared-mime-info = {} # intltool-update out of date shellharden = {} shellstorm = {} -clsmith = {} +smith = {} sodium = {} sopwith = {} #ssh = {}