summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex2019-01-22 21:08:30 +0000
committeralex2019-01-22 21:08:30 +0000
commit48423bef647f4edde410883b1e106f56c0034b2f (patch)
tree79ae7aa6bc613cbe51bb77b4e7591eabafbeb0d6
parent955c5578f93491969a8dc37284f2d0028f48ff29 (diff)
downloadaur-48423bef647f4edde410883b1e106f56c0034b2f.tar.gz
add breeze icons dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cdb5a2054eb..b1dfcc4eccd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = zrythm-git
depends = libsndfile
depends = libsmf
depends = libdazzle
+ depends = breeze-icons
provides = zrythm
conflicts = zrythm
source = zrythm::git+https://gitlab.com/alextee/zrythm.git
diff --git a/PKGBUILD b/PKGBUILD
index 54be4a358b34..b0ae0546000e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://gitlab.com/alextee/zrythm"
license=('GPL3')
provides=("$_pkgname")
conflicts=("$_pkgname")
-depends=('gtk3' 'lv2' 'lilv' 'suil' 'jack' 'libsndfile' 'libsmf' 'libdazzle')
+depends=('gtk3' 'lv2' 'lilv' 'suil' 'jack' 'libsndfile' 'libsmf' 'libdazzle' 'breeze-icons')
makedepends=('git')
source=("$_pkgname::git+https://gitlab.com/alextee/zrythm.git"
"git+https://github.com/KDE/breeze-icons.git")