Skip to content

Commit

Permalink
Work on removing steamos-atomupd.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Jul 27, 2024
1 parent 0956874 commit 8d71ff8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD/steamfork-customizations-jupiter/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

pkgname=steamfork-customizations-jupiter
pkgver=2024.07.26
pkgrel=7
pkgrel=10
pkgdesc='SteamFork customizations provider.'
arch=('any')
url='http://www.steamfork.org'
license=('LGPLv2+')
provides=('steamos-customizations-jupiter')
provides=('steamos-customizations-jupiter' 'atomupd-daemon-git' 'steamos-atomupd-client-git' 'steamos-reset')
depends=('base')
makedepends=('file')

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exit 0
10 changes: 6 additions & 4 deletions rootfs/steamfork/presets/rel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export STEAMOS_PKGS="accounts-qml-module
assimp
at-spi2-core
atkmm
atomupd-daemon-git
attr
audit
avahi
Expand Down Expand Up @@ -652,7 +651,6 @@ export STEAMOS_PKGS="accounts-qml-module
p11-kit
p7zip
p8-platform
packagekit-qt5
pacman
pacman-mirrorlist
pam
Expand Down Expand Up @@ -820,14 +818,12 @@ export STEAMOS_PKGS="accounts-qml-module
steam_notif_daemon
steamdeck-dsp
steamdeck-kde-presets
steamos-atomupd-client-git
steamos-devkit-service
steamos-efi
steamos-kdumpst-layer
steamos-log-submitter
steamos-manager
steamos-networking-tools
steamos-reset
steamos-systemreport
steamos-tweak-mtu-probing
strace
Expand Down Expand Up @@ -1025,6 +1021,12 @@ export STEAMOS_PKGS="accounts-qml-module
# xorg-xwayland-jupiter
# zenity-light

# Conflicts with SteamFork update tooling
# atomupd-daemon-git
# steamos-atomupd-client-git
# steamos-reset
# packagekit-qt5

export UI_BOOTSTRAP="${STEAMOS_PKGS}
bc
ectool
Expand Down

0 comments on commit 8d71ff8

Please # to comment.