Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
bibletime


Commits:
b8ec15c1 by Balló György at 2026-07-15T02:44:40+02:00
upgpkg: 3.2.0-3: Fix build, remove unused qt6-webengine dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = bibletime
        pkgdesc = Bible study tool
        pkgver = 3.2.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://www.bibletime.info/
        arch = x86_64
        license = GPL-2.0-only
@@ -15,7 +15,6 @@ pkgbase = bibletime
        depends = sword
        depends = clucene
        depends = qt6-speech
-       depends = qt6-webengine
        depends = qt6-svg
        source = 
git+https://github.com/bibletime/bibletime.git?signed#tag=v3.2.0
        validpgpkeys = 6C0462117260CA4934F7B3E049D76194699FD9A4


=====================================
PKGBUILD
=====================================
@@ -7,17 +7,24 @@
 
 pkgname=bibletime
 pkgver=3.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Bible study tool'
 arch=('x86_64')
 url='https://www.bibletime.info/'
 license=('GPL-2.0-only')
-depends=('sword' 'clucene' 'qt6-speech' 'qt6-webengine' 'qt6-svg')
+depends=('sword' 'clucene' 'qt6-speech' 'qt6-svg')
 makedepends=('cmake' 'docbook-xsl' 'expac' 'fop' 'git' 'po4a' 'qt6-tools')
 source=("git+https://github.com/bibletime/bibletime.git?signed#tag=v${pkgver}";)
 sha256sums=('8b866b2b9493beaf3a1cb33965f24f318ed84178db2f16fac5cc0aa2b1fb2c81')
 validpgpkeys=('6C0462117260CA4934F7B3E049D76194699FD9A4') # Jaak Ristioja
 
+prepare() {
+  cd $pkgname
+
+  # Fix compilation with C++20 and later
+  git cherry-pick -n 378c83d1fec533a04976b055cf11f2707384f269
+}
+
 build() {
   local xsl_shared=/usr/share/xml/docbook/xsl-stylesheets-$(expac %v 
docbook-xsl | cut -d - -f 1)
   local cmake_options=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bibletime/-/commit/b8ec15c115afeb0664716b3d99aff2274788757b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bibletime/-/commit/b8ec15c115afeb0664716b3d99aff2274788757b
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


Reply via email to