summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ef1e0e53fc4..c26ab3bfad62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,8 @@ pkgbase = gammy-git
license = GPL3
makedepends = git
makedepends = imagemagick
- makedepends = libxext
- depends = mesa
depends = qt5-base
+ depends = hicolor-icon-theme
optdepends = plog: library for debug logging
optdepends = qt5ct: recommended on DE without Qt integration
provides = gammy
diff --git a/PKGBUILD b/PKGBUILD
index 9c1cc39f31e0..3a91820112c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="Adaptive screen brightness/temperature tool."
arch=('x86_64')
url="https://getgammy.com"
license=('GPL3')
-depends=('mesa' 'qt5-base')
-makedepends=('git' 'imagemagick' 'libxext')
+depends=('qt5-base' 'hicolor-icon-theme')
+makedepends=('git' 'imagemagick')
optdepends=('plog: library for debug logging'
'qt5ct: recommended on DE without Qt integration')
provides=("${pkgname%-git}")