Merge branch 'issue-change-dependancy-browser-settings' into 'master'
Change dependancy for browser-settings to optional See merge request garuda-linux/themes-and-settings/settings/garuda-common-settings!5
This commit is contained in:
commit
d5d917e52f
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=garuda-common-settings
|
||||
pkgver=2.6.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('any')
|
||||
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
|
||||
license=('GPL')
|
||||
|
@ -12,7 +12,6 @@ sha256sums=('SKIP')
|
|||
pkgdesc='Garuda Linux common settings'
|
||||
depends=('btrfsmaintenance'
|
||||
'garuda-bash-config'
|
||||
'garuda-browser-settings'
|
||||
'garuda-hooks'
|
||||
'garuda-icons'
|
||||
'garuda-migrations'
|
||||
|
@ -22,7 +21,8 @@ depends=('btrfsmaintenance'
|
|||
'zram-generator'
|
||||
'systemd-oomd-defaults'
|
||||
'noto-color-emoji-fontconfig')
|
||||
optdepends=('performance-tweaks: Tuning for best performance'
|
||||
optdepends=('garuda-browser-settings: Garuda Linux Browser settings'
|
||||
'performance-tweaks: Tuning for best performance'
|
||||
'powersave-tweaks: Tuning for lower power usage'
|
||||
'pacutils: Required for garuda-inxi funstuff')
|
||||
makedepends=('polkit')
|
||||
|
|
Loading…
Reference in a new issue