Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
sonnet5
Commits:
a99a3162 by Antonio Rojas at 2025-11-02T12:52:38+01:00
upgpkg: 5.116.0-2: Drop QCH docs
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sonnet5
pkgdesc = Spelling framework for Qt5
pkgver = 5.116.0
- pkgrel = 1
+ pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf5
@@ -9,12 +9,10 @@ pkgbase = sonnet5
makedepends = extra-cmake-modules
makedepends = qt5-declarative
makedepends = qt5-tools
- makedepends = qt5-doc
makedepends = hunspell
makedepends = aspell
makedepends = hspell
makedepends = libvoikko
- makedepends = doxygen
depends = qt5-base
optdepends = hunspell: spell checking via hunspell
optdepends = aspell: spell checking via aspell
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,13 @@
_name=sonnet
pkgname=${_name}5
pkgver=5.116.0
-pkgrel=1
+pkgrel=2
pkgdesc='Spelling framework for Qt5'
arch=(x86_64)
url='https://community.kde.org/Frameworks'
license=(LGPL)
depends=(qt5-base)
-makedepends=(extra-cmake-modules qt5-declarative qt5-tools qt5-doc hunspell
aspell hspell libvoikko doxygen)
+makedepends=(extra-cmake-modules qt5-declarative qt5-tools hunspell aspell
hspell libvoikko)
optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking
via aspell'
'hspell: spell checking for Hebrew' 'libvoikko: Finnish support
via Voikko'
'qt5-declarative: QML bindings')
@@ -25,8 +25,7 @@ validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) #
David Faure <faure@kde
build() {
cmake -B build -S $_name-$pkgver \
- -DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
+ -DBUILD_TESTING=OFF
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sonnet5/-/commit/a99a316290f4caf715af3f85ca2440d21a36e194
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sonnet5/-/commit/a99a316290f4caf715af3f85ca2440d21a36e194
You're receiving this email because of your account on gitlab.archlinux.org.