From abdee423ee93fa39fe284a6928fd156b5d9993d7 Mon Sep 17 00:00:00 2001 From: Kevin Diaz Date: Fri, 10 Oct 2025 17:22:00 -0400 Subject: [PATCH] fix: add power profiles daemon as a dependency --- .SRCINFO | 3 ++- PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9b1b6ec3ff7c..e87d5c22839f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = noctalia-shell pkgdesc = A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell. pkgver = 2.16.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/noctalia-dev/noctalia-shell arch = any license = MIT @@ -11,6 +11,7 @@ pkgbase = noctalia-shell depends = gpu-screen-recorder depends = brightnessctl depends = ddcutil + depends = power-profiles-daemon optdepends = cliphist: For clipboard history support optdepends = matugen-bin: Material You color scheme generation optdepends = cava: Audio visualizer component diff --git a/PKGBUILD b/PKGBUILD index fe5d011c784c..928041b9ccc3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=noctalia-shell pkgver=2.16.1 -pkgrel=1 +pkgrel=2 pkgdesc="A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell." arch=('any') url="https://github.com/noctalia-dev/noctalia-shell" @@ -16,6 +16,7 @@ depends=( 'gpu-screen-recorder' 'brightnessctl' 'ddcutil' + 'power-profiles-daemon' ) optdepends=(