Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
okular
Commits:
ec8d54cc by Antonio Rojas at 2025-10-02T22:23:49+02:00
upgpkg: 25.08.1-2: plasma-activities 6.5 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = okular
pkgdesc = Document Viewer
pkgver = 25.08.1
- pkgrel = 1
+ pkgrel = 2
url = https://apps.kde.org/okular/
arch = x86_64
groups = kde-applications
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=okular
pkgver=25.08.1
-pkgrel=1
+pkgrel=2
pkgdesc='Document Viewer'
arch=(x86_64)
url='https://apps.kde.org/okular/'
@@ -64,6 +64,10 @@ validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 #
Albert Astals Cid <aac
D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
options=(!zipman)
+prepare() {
+ find -name index.docbook | xargs sed -e 's|aliasing "|aliasing"|' -i # Fix
build with libxml2 2.15
+}
+
build() {
cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/okular/-/commit/ec8d54cc232408580c10bb300ce9ba3b7d5cf74c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/okular/-/commit/ec8d54cc232408580c10bb300ce9ba3b7d5cf74c
You're receiving this email because of your account on gitlab.archlinux.org.