summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-02 13:38:23 +0000
committerJoão Figueiredo2024-03-02 13:38:23 +0000
commita3f54f5f5b5ce12e043d3c311c2d14b8378ee4c5 (patch)
treecc438d6a92521c774883e001ea94f599aa67b37a
parentf7232502ef2254bb32e55b247094caad5bf72815 (diff)
downloadaur-sonnet-git.tar.gz
Fix missing optdepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 534da217c3ad..7beb12296b1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sonnet-git
pkgdesc = Spelling framework for Qt6
pkgver = 6.0.0_r899.g184e686
- pkgrel = 1
+ pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6-git
@@ -20,6 +20,11 @@ pkgbase = sonnet-git
depends = gcc-libs
depends = glibc
depends = qt6-base
+ optdepends = aspell: spell checking via aspell
+ optdepends = hspell: spell checking for Hebrew
+ optdepends = hunspell: spell checking via hunspell
+ optdepends = libvoikko: Finnish support via Voikko
+ optdepends = qt6-declarative: QML bindings
provides = sonnet
conflicts = sonnet
source = git+https://github.com/KDE/sonnet.git
diff --git a/PKGBUILD b/PKGBUILD
index 7586e3303a3c..9f48c0de2b14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,18 @@
pkgname=sonnet-git
pkgver=6.0.0_r899.g184e686
-pkgrel=1
+pkgrel=2
pkgdesc='Spelling framework for Qt6'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
license=(LGPL-2.0-only LGPL-3.0-only)
depends=(gcc-libs glibc qt6-base)
makedepends=(git aspell doxygen extra-cmake-modules-git hspell hunspell libvoikko qt6-declarative qt6-doc qt6-tools)
+optdepends=('aspell: spell checking via aspell'
+ 'hspell: spell checking for Hebrew'
+ 'hunspell: spell checking via hunspell'
+ 'libvoikko: Finnish support via Voikko'
+ 'qt6-declarative: QML bindings')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(kf6-git)