summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElijah Gregg2021-02-09 12:19:55 -0700
committerElijah Gregg2021-02-09 12:19:55 -0700
commitabea37832bd9fab4cbba04b491c7a7fd1540975b (patch)
tree900687439ba7dd1ef5a0e0701a764d1352e4f09d /PKGBUILD
parentf7808c3c3d6c800b1824bec27d8c8dd4e97b8d59 (diff)
downloadaur-abea37832bd9fab4cbba04b491c7a7fd1540975b.tar.gz
Add missing dependencies and make dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d197a838ea70..0a24322890fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ pkgdesc='a highly automated and intuitive digital audio workstation'
arch=('x86_64' 'i686')
url="https://www.zrythm.org"
license=('AGPL3')
-depends=('gtk3' 'lilv' 'libx11' 'jack' 'libsndfile'
+depends=('breeze-icons' 'gtk3' 'lilv' 'libx11' 'jack' 'libsndfile'
'libyaml' 'libsamplerate' 'alsa-lib' 'fftw')
makedepends=(
- 'python' 'gettext' 'sed'
+ 'python' 'gettext' 'gtksourceview3' 'sed'
'meson' 'ninja' 'help2man' 'python-sphinx' 'python-sphinx-intl'
'ladspa' 'lv2' 'suil' 'ruby-sass')
optdepends=('portaudio: portaudio backend'