mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
add cmake for setup dep
This commit is contained in:
parent
d3a5eb75c4
commit
d826b74f30
2 changed files with 9 additions and 0 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -6,6 +6,8 @@ pkgbase = hyprwhspr
|
|||
install = hyprwhspr.install
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
depends = cmake
|
||||
depends = git
|
||||
depends = python
|
||||
depends = python-pip
|
||||
depends = python-setuptools
|
||||
|
|
@ -18,6 +20,8 @@ pkgbase = hyprwhspr
|
|||
depends = python-psutil
|
||||
depends = python-pyudev
|
||||
depends = python-rich
|
||||
depends = python-gobject
|
||||
depends = python-dbus
|
||||
depends = ydotool
|
||||
depends = pipewire
|
||||
depends = pipewire-alsa
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -9,6 +9,8 @@ url="https://github.com/goodroot/hyprwhspr"
|
|||
license=('MIT')
|
||||
makedepends=()
|
||||
depends=(
|
||||
'cmake'
|
||||
'git'
|
||||
'python'
|
||||
'python-pip'
|
||||
'python-setuptools'
|
||||
|
|
@ -21,6 +23,9 @@ depends=(
|
|||
'python-psutil'
|
||||
'python-pyudev'
|
||||
'python-rich'
|
||||
'python-gobject'
|
||||
'python-pulsectl'
|
||||
'python-dbus'
|
||||
'ydotool'
|
||||
'pipewire' 'pipewire-alsa' 'pipewire-pulse'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue