diff --git a/Packages/qtbase.pkgar b/Packages/qtbase.pkgar new file mode 100644 index 0000000000..3a4b712e04 Binary files /dev/null and b/Packages/qtbase.pkgar differ diff --git a/Packages/qtshadertools.pkgar b/Packages/qtshadertools.pkgar new file mode 100644 index 0000000000..d8147423a7 Binary files /dev/null and b/Packages/qtshadertools.pkgar differ diff --git a/config/redbear-full.toml b/config/redbear-full.toml index a120c48ef1..93ff2f1605 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -85,7 +85,7 @@ seatd = {} # Greeter/login stack redbear-authd = {} redbear-session-launch = {} -redbear-greeter = {} +redbear-greeter = "ignore" amdgpu = "ignore" # Core Red Bear umbrella package diff --git a/local/cache/pkgar/qtbase/auto_deps.toml b/local/cache/pkgar/qtbase/auto_deps.toml new file mode 100644 index 0000000000..b0ac28940d --- /dev/null +++ b/local/cache/pkgar/qtbase/auto_deps.toml @@ -0,0 +1 @@ +packages = ["dbus", "glib", "libdrm", "libwayland", "mesa", "relibc", "zlib", "zstd"] diff --git a/local/cache/pkgar/qtbase/stage.pkgar b/local/cache/pkgar/qtbase/stage.pkgar new file mode 100644 index 0000000000..3a4b712e04 Binary files /dev/null and b/local/cache/pkgar/qtbase/stage.pkgar differ diff --git a/local/cache/pkgar/qtshadertools/auto_deps.toml b/local/cache/pkgar/qtshadertools/auto_deps.toml new file mode 100644 index 0000000000..2e12bb869a --- /dev/null +++ b/local/cache/pkgar/qtshadertools/auto_deps.toml @@ -0,0 +1 @@ +packages = ["mesa", "qtbase", "relibc"] diff --git a/local/cache/pkgar/qtshadertools/stage.pkgar b/local/cache/pkgar/qtshadertools/stage.pkgar new file mode 100644 index 0000000000..d8147423a7 Binary files /dev/null and b/local/cache/pkgar/qtshadertools/stage.pkgar differ