summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgandalf32020-04-05 01:37:23 -0700
committergandalf32020-04-05 01:37:23 -0700
commitd45545098aad4fa556e0a1b4ff525b9f7cc35de8 (patch)
tree9eb78571149d6942fe7d11ac2eec673d31afeb98
parent3edfa0da29f824fbcce08bbc5acba0322704b967 (diff)
downloadaur-d45545098aad4fa556e0a1b4ff525b9f7cc35de8.tar.gz
add libgnomecanvas dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10e053ecf58c..f799ec451a57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = swami
depends = audiofile
depends = fluidsynth
depends = libinstpatch
+ depends = libgnomecanvas
optdepends = libpng
source = https://github.com/swami/swami/archive/v2.2.0.tar.gz
source = cwd.patch
diff --git a/PKGBUILD b/PKGBUILD
index 0bae681c1795..56d3acfe3148 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A SoundFont editor'
arch=('x86_64')
url='http://www.swamiproject.org'
license=('GPL2')
-depends=('gtk2' 'fftw' 'audiofile' 'fluidsynth' 'libinstpatch')
+depends=('gtk2' 'fftw' 'audiofile' 'fluidsynth' 'libinstpatch' 'libgnomecanvas')
makedepends=('cmake')
optdepends=('libpng')
source=("https://github.com/swami/${pkgname}/archive/v${pkgver}.tar.gz" 'cwd.patch')