diff --git a/Packages/qtbase.pkgar b/Packages/qtbase.pkgar new file mode 100644 index 00000000..3a4b712e 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 00000000..d8147423 Binary files /dev/null and b/Packages/qtshadertools.pkgar differ diff --git a/config/redbear-full.toml b/config/redbear-full.toml index a120c48e..93ff2f16 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 00000000..b0ac2894 --- /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 00000000..3a4b712e 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 00000000..2e12bb86 --- /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 00000000..d8147423 Binary files /dev/null and b/local/cache/pkgar/qtshadertools/stage.pkgar differ