summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbtd13372019-09-10 15:12:49 -0300
committerbtd13372019-09-10 15:12:49 -0300
commitaf5d26d11b914d959f2f5ae83ae617b20c3e37d3 (patch)
treec4442b0fab843653a357a69c2d4605a57d9df100
parent6cee51ed8f93a58a9a152eddedd90bf374fdc019 (diff)
downloadaur-af5d26d11b914d959f2f5ae83ae617b20c3e37d3.tar.gz
add marble dependency
-rwxr-xr-x[-rw-r--r--].SRCINFO1
-rwxr-xr-x[-rw-r--r--].gitignore0
-rwxr-xr-x[-rw-r--r--]PKGBUILD3
3 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42ed1ff875ad..1d846615fe0c 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = proton-ide-git
depends = gtksourceview4
depends = json-glib
depends = libdazzle
+ depends = marble
depends = vte3-git
provides = proton-ide
conflicts = proton-ide
diff --git a/.gitignore b/.gitignore
index b25c15b81fae..b25c15b81fae 100644..100755
--- a/.gitignore
+++ b/.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index bcaf6de3b4f8..e7a3e2b46238 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ pkgdesc="A new IDE made with Vala."
arch=('i686' 'x86_64')
url="https://gitlab.com/${_author}/${_gitname}"
license=('GPL3')
-depends=('gtk3' 'granite' 'glib2' 'gtksourceview4' 'json-glib' 'libdazzle' 'vte3-git')
+depends=('gtk3' 'granite' 'glib2' 'gtksourceview4' 'json-glib' 'libdazzle'
+ 'marble' 'vte3-git')
optdepends=('')
makedepends=('git' 'meson' 'vala')
provides=("${_gitname}-ide")