mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Add powerdevil-git to depends
This commit is contained in:
parent
3f96c4acf6
commit
9890de382c
2 changed files with 3 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -13,6 +13,7 @@ pkgbase = plasma-bigscreen-git
|
|||
depends = plasma-pa-git
|
||||
depends = plasma-nano-git
|
||||
depends = bluez-qt-git
|
||||
depends = powerdevil-git
|
||||
optdepends = libcec: add USB-CEC support in order to be controlled by TV remotes
|
||||
optdepends = plasma-remotecontrollers-git: add support for remote controllers
|
||||
conflicts = plasma-bigscreen
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -11,7 +11,8 @@ depends=('kdeconnect-git'
|
|||
'plasma-nm-git'
|
||||
'plasma-pa-git'
|
||||
'plasma-nano-git'
|
||||
'bluez-qt-git')
|
||||
'bluez-qt-git',
|
||||
'powerdevil-git')
|
||||
makedepends=('cmake' 'extra-cmake-modules-git' 'git')
|
||||
optdepends=('libcec: add USB-CEC support in order to be controlled by TV remotes'
|
||||
'plasma-remotecontrollers-git: add support for remote controllers')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue