Balló György pushed to branch main at Arch Linux / Packaging / Packages / recoll
Commits:
062461cb by Balló György at 2026-07-15T11:39:13+02:00
upgpkg: 1.44.0-2: Add missing dependency on jsoncpp
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = recoll
pkgdesc = Full text search tool based on Xapian backend
pkgver = 1.44.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.recoll.org
arch = x86_64
license = GPL
@@ -22,6 +22,7 @@ pkgbase = recoll
depends = qt6-webengine
depends = chmlib
depends = aspell
+ depends = jsoncpp
optdepends = libxslt: for XML based formats (fb2,etc)
optdepends = unzip: for the OpenOffice.org documents
optdepends = poppler: for pdf
=====================================
PKGBUILD
=====================================
@@ -6,13 +6,13 @@
pkgname=recoll
pkgver=1.44.0
-pkgrel=1
+pkgrel=2
pkgdesc="Full text search tool based on Xapian backend"
arch=('x86_64')
url="https://www.recoll.org"
license=('GPL')
depends=('xapian-core>=1.0.15-1' 'qt6-base' 'openssl' 'hicolor-icon-theme'
'qt6-webengine'
- 'chmlib' 'aspell')
+ 'chmlib' 'aspell' 'jsoncpp')
makedepends=('python' 'python-setuptools' 'qt6-tools'
'cmake' 'extra-cmake-modules' 'meson'
'kcoreaddons' 'kio' 'krunner' 'knotifications')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/recoll/-/commit/062461cbe413051bf0ee424db70c0f1c2b26c9b6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/recoll/-/commit/062461cbe413051bf0ee424db70c0f1c2b26c9b6
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help