diff options
| author | kj_sh604 <43.splash@gmail.com> | 2025-12-21 00:28:39 -0500 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2025-12-21 00:28:39 -0500 |
| commit | 624e6a23ccd3f803e1776680a4a0adecf8c3d5ce (patch) | |
| tree | 9f4508993610c926cf396e2a414c81df8eb6fac8 | |
| parent | 152ec47aa09609eab0e93c44116841c96432bfef (diff) | |
refactor: grabc is broken on some distros
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | archlinux/.SRCINFO | 1 | ||||
| -rw-r--r-- | archlinux/PKGBUILD | 3 |
3 files changed, 2 insertions, 4 deletions
@@ -19,7 +19,7 @@ a color picker inspired by agave, but only with the features I actually used - go 1.21 or higher - gtk3 development libraries -- `xcolor` or `grabc` for screen color picking +- `xcolor` ## installation diff --git a/archlinux/.SRCINFO b/archlinux/.SRCINFO index 1e0a3e1..ca27a0f 100644 --- a/archlinux/.SRCINFO +++ b/archlinux/.SRCINFO @@ -9,7 +9,6 @@ pkgbase = kjagave-git makedepends = git depends = gtk3 optdepends = xcolor: for screen color picking - optdepends = grabc: alternative for screen color picking provides = kjagave conflicts = kjagave source = git+https://github.com/kj-sh604/kjagave.git diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index da28996..247894d 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -6,8 +6,7 @@ arch=('x86_64') url="https://github.com/kj-sh604/kjagave" license=('GPL2') depends=('gtk3') -optdepends=('xcolor: for screen color picking' - 'grabc: alternative for screen color picking') +optdepends=('xcolor: for screen color picking') makedepends=('go' 'git') provides=('kjagave') conflicts=('kjagave') |
