summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSmail Barkouch2022-01-23 12:57:03 -0500
committerGitHub2022-01-23 12:57:03 -0500
commitb68c3b3d944e1ce2faa214071ee0c9c42b1f011d (patch)
treed2e93e4022e1cc9eb1edd62a4b6c079269b450bd
parent23803fd4c08cb2bbc28e5f489f31d844b2f4f3d0 (diff)
parent43ba1eb8a477551294abb408a106e5ec8e6657f9 (diff)
downloadaur-b68c3b3d944e1ce2faa214071ee0c9c42b1f011d.tar.gz
Merge pull request #1 from lockbook/spell-check
Spell check dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 14 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 415277ed96f2..553d71719371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,12 @@ pkgbase = lockbook-desktop
depends = atk
depends = gobject-introspection-runtime
depends = libepoxy
+ depends = gspell
+ optdepends = aspell-en: english dictionary for spellcheck
+ optdepends = aspell-es: spanish dictionary for spellcheck
+ optdepends = aspell-fr: french dictionary for spellcheck
+ optdepends = aspell-de: german dictionary for spellcheck
+ optdepends = aspell-ru: russian dictionary for spellcheck
provides = lockbook-desktop
conflicts = lockbook-desktop
source = git+https://github.com/lockbook/aur-lockbook-desktop.git
diff --git a/PKGBUILD b/PKGBUILD
index bfdbba7f40dd..7ca4e988ccec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,14 @@ url="https://github.com/lockbook/lockbook"
pkgdesc="A secure, private, minimal, cross-platform document editor."
license=('BSD-3-Clause')
makedepends=('rust' 'cargo' 'git')
-depends=('gtksourceview3' 'gtk3' 'pango' 'glib2' 'gdk-pixbuf2' 'atk' 'gobject-introspection-runtime' 'libepoxy')
+depends=('gtksourceview3' 'gtk3' 'pango' 'glib2' 'gdk-pixbuf2' 'atk' 'gobject-introspection-runtime' 'libepoxy' 'gspell')
+optdepends=(
+ 'aspell-en: english dictionary for spellcheck'
+ 'aspell-es: spanish dictionary for spellcheck'
+ 'aspell-fr: french dictionary for spellcheck'
+ 'aspell-de: german dictionary for spellcheck'
+ 'aspell-ru: russian dictionary for spellcheck'
+)
provides=('lockbook-desktop')
conflicts=('lockbook-desktop')
source=("git+https://github.com/lockbook/aur-lockbook-desktop.git" "git+https://github.com/lockbook/lockbook.git")