From 1ae0fb2cf457101e010166db64dc64457fb5291d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:25:40 -0800 Subject: [PATCH 1/4] chore(deps): bump dataaxiom/ghcr-cleanup-action from 1.0.15 to 1.0.16 (#2124) Bumps [dataaxiom/ghcr-cleanup-action](https://github.com/dataaxiom/ghcr-cleanup-action) from 1.0.15 to 1.0.16. - [Release notes](https://github.com/dataaxiom/ghcr-cleanup-action/releases) - [Commits](https://github.com/dataaxiom/ghcr-cleanup-action/compare/v1.0.15...v1.0.16) --- updated-dependencies: - dependency-name: dataaxiom/ghcr-cleanup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/clean.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 9f8e623dcb..5cb65cb9ba 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -14,7 +14,7 @@ jobs: packages: write steps: - name: Delete Images Older Than 90 Days - uses: dataaxiom/ghcr-cleanup-action@v1.0.15 + uses: dataaxiom/ghcr-cleanup-action@v1.0.16 with: token: ${{ secrets.GITHUB_TOKEN }} packages: bazzite,bazzite-ally-budgie,bazzite-asus-nvidia,bazzite-asus-nvidia-open,bazzite-budgie,bazzite-budgie-asus,bazzite-budgie-asus-nvidia,bazzite-budgie-nvidia,bazzite-budgie-surface,bazzite-budgie-surface-nvidia,bazzite-deck,bazzite-deck-budgie,bazzite-deck-gnome,bazzite-deck-gnome-nokmods,bazzite-deck-gnome-nvidia,bazzite-deck-nokmods,bazzite-deck-nvidia,bazzite-framegame-budgie,bazzite-gnome,bazzite-gnome-asus-nvidia,bazzite-gnome-asus-nvidia-open,bazzite-gnome-nokmods,bazzite-gnome-nvidia,bazzite-gnome-nvidia-open,bazzite-nokmods,bazzite-nvidia,bazzite-nvidia-open From f4c77741853000927af3c68e9d06e6d01eb943ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:25:51 -0800 Subject: [PATCH 2/4] chore(deps): bump hhd-dev/rechunk from 1.1.1 to 1.1.2 (#2123) Bumps [hhd-dev/rechunk](https://github.com/hhd-dev/rechunk) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/hhd-dev/rechunk/releases) - [Changelog](https://github.com/hhd-dev/rechunk/blob/master/example_changelog.md) - [Commits](https://github.com/hhd-dev/rechunk/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: hhd-dev/rechunk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29e695b521..d51403b5c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -321,7 +321,7 @@ jobs: # Reprocess raw-img using rechunker which will delete it - name: Run Rechunker id: rechunk - uses: hhd-dev/rechunk@v1.1.1 + uses: hhd-dev/rechunk@v1.1.2 with: rechunk: 'ghcr.io/hhd-dev/rechunk:v1.1.1' ref: 'raw-img' From dd1288f1c175fbcd35029de3613abeb166ec6d55 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 13 Jan 2025 12:27:19 -0800 Subject: [PATCH 3/4] chore(ci): Complete rechunker update --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d51403b5c8..6c3668b972 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -201,7 +201,7 @@ jobs: sudo podman pull ${{ env.PULL_IMAGE_REGISTRY }}/akmods-${{ matrix.target_nvidia_flavor }}:${{ matrix.kernel_flavor}}-${{ matrix.fedora_version }}-${{ matrix.kernel_version }} # Add rechunk as well to remove this source of failure - sudo podman pull ghcr.io/hhd-dev/rechunk:v1.1.1 + sudo podman pull ghcr.io/hhd-dev/rechunk:v1.1.2 - name: Get source versions id: labels @@ -323,7 +323,7 @@ jobs: id: rechunk uses: hhd-dev/rechunk@v1.1.2 with: - rechunk: 'ghcr.io/hhd-dev/rechunk:v1.1.1' + rechunk: 'ghcr.io/hhd-dev/rechunk:v1.1.2' ref: 'raw-img' prev-ref: '${{ steps.generate-prev-ref.outputs.ref }}' version: '${{ steps.generate-version.outputs.tag }}' From 34010df559c10ef7dc55794b8fec68b9c8ab18f0 Mon Sep 17 00:00:00 2001 From: dreamyuki <49896401+dreamyukii@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:20:34 +0700 Subject: [PATCH 4/4] feat: change opentabletdriver installation to flathub version (#2128) --- .../usr/share/ublue-os/just/82-bazzite-apps.just | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/system_files/desktop/shared/usr/share/ublue-os/just/82-bazzite-apps.just b/system_files/desktop/shared/usr/share/ublue-os/just/82-bazzite-apps.just index 0ad51bc5a3..85010ee846 100644 --- a/system_files/desktop/shared/usr/share/ublue-os/just/82-bazzite-apps.just +++ b/system_files/desktop/shared/usr/share/ublue-os/just/82-bazzite-apps.just @@ -131,16 +131,14 @@ install-scrcpy: distrobox-check-fedora install-opentabletdriver: #!/usr/bin/bash source /usr/lib/ujust/ujust.sh - if grep -qvz "arch" <<< $(distrobox list); then \ - Assemble noconfirmcreate "" "arch"; \ - fi && \ - distrobox enter -n arch -- bash -c 'paru -Syu --noconfirm && paru -S opentabletdriver --noconfirm' && \ - mkdir -p ~/.config/systemd/user/ && \ - rm -f ~/.config/systemd/user/arch-opentabletdriver.service && \ - wget https://raw.githubusercontent.com/ublue-os/bazzite/main/post_install_files/OpenTabletDriver/opentabletdriver.service -O ~/.config/systemd/user/arch-opentabletdriver.service && \ + echo "Installing OpenTabletDriver..." + flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \ + flatpak --system install -y flathub net.opentabletdriver.OpenTabletDriver && \ + mkdir -p $HOME/.config/OpenTabletDriver && \ + flatpak override --user --filesystem=xdg-config/OpenTabletDriver net.opentabletdriver.OpenTabletDriver && \ + curl -s https://raw.githubusercontent.com/flathub/net.opentabletdriver.OpenTabletDriver/refs/heads/master/scripts/opentabletdriver.service > ~/.config/systemd/user/opentabletdriver.service && \ systemctl --user daemon-reload && \ - systemctl enable --user --now arch-opentabletdriver.service && \ - distrobox enter -n arch -- bash -c 'distrobox-export --app otd-gui' + systemctl enable --user --now opentabletdriver.service # Install Docker, a platform designed to help developers build, share, and run container applications install-docker: