diff options
| author | kj_sh604 | 2025-12-21 00:28:39 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-21 00:28:39 -0500 |
| commit | 624e6a23ccd3f803e1776680a4a0adecf8c3d5ce (patch) | |
| tree | 9f4508993610c926cf396e2a414c81df8eb6fac8 /archlinux | |
| parent | 152ec47aa09609eab0e93c44116841c96432bfef (diff) | |
refactor: grabc is broken on some distros
Diffstat (limited to 'archlinux')
| -rw-r--r-- | archlinux/.SRCINFO | 1 | ||||
| -rw-r--r-- | archlinux/PKGBUILD | 3 |
2 files changed, 1 insertions, 3 deletions
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 | |||
| 9 | makedepends = git | 9 | makedepends = git |
| 10 | depends = gtk3 | 10 | depends = gtk3 |
| 11 | optdepends = xcolor: for screen color picking | 11 | optdepends = xcolor: for screen color picking |
| 12 | optdepends = grabc: alternative for screen color picking | ||
| 13 | provides = kjagave | 12 | provides = kjagave |
| 14 | conflicts = kjagave | 13 | conflicts = kjagave |
| 15 | source = git+https://github.com/kj-sh604/kjagave.git | 14 | 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') | |||
| 6 | url="https://github.com/kj-sh604/kjagave" | 6 | url="https://github.com/kj-sh604/kjagave" |
| 7 | license=('GPL2') | 7 | license=('GPL2') |
| 8 | depends=('gtk3') | 8 | depends=('gtk3') |
| 9 | optdepends=('xcolor: for screen color picking' | 9 | optdepends=('xcolor: for screen color picking') |
| 10 | 'grabc: alternative for screen color picking') | ||
| 11 | makedepends=('go' 'git') | 10 | makedepends=('go' 'git') |
| 12 | provides=('kjagave') | 11 | provides=('kjagave') |
| 13 | conflicts=('kjagave') | 12 | conflicts=('kjagave') |
