Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
power-profiles-daemon


Commits:
403ff3a7 by Peter Jung at 2024-09-06T10:07:18+02:00
power-profiles-daemon: Fix regression with AMDGPUs

Signed-off-by: Peter Jung <[email protected]>

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -25,6 +25,12 @@ checkdepends=(python-dbusmock
 source=(git+https://gitlab.freedesktop.org/upower/$pkgname#tag=$pkgver)
 sha256sums=('1bc3965288d36554fcfa56d3de7dc1b16e09204205cf0af23bd47007a91530ec')
 
+prepare() {
+  cd $pkgname
+  # Fixes AMD GPU Regression
+  # https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/issues/163
+  git cherry-pick -n 21b58819edcbbd87fc161474d1501debfd9b84b7
+}
 build() {
   meson $pkgname build \
     --prefix /usr \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/power-profiles-daemon/-/commit/403ff3a7ce2f7123189a959e599f8c3c7e0a5681

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/power-profiles-daemon/-/commit/403ff3a7ce2f7123189a959e599f8c3c7e0a5681
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to