Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / docparser
Commits:
7e0d7336 by Felix Yan at 2026-05-05T13:04:14+00:00
upgpkg: 1.0.22-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = docparser
pkgdesc = A document parser library ported from document2html
- pkgver = 1.0.21
+ pkgver = 1.0.22
pkgrel = 1
url = https://github.com/linuxdeepin/docparser
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = docparser
depends = util-linux-libs
depends = tinyxml2
depends = file
- source = git+https://github.com/linuxdeepin/docparser.git#tag=1.0.21
- b2sums =
8c3e8d280cdf4dee48f309eed9f31d8fba1db2299ce346562bd2da95590f81519693b925f66ea30f5c27ab52d8f9d19163bce738ce3df419d0d43b9e9e0e3f5e
+ source = git+https://github.com/linuxdeepin/docparser.git#tag=1.0.22
+ b2sums =
2050a7e1fabea52e2972b424c1b69e749343a4a10250cd76b6e402616f3fce794bc551b6ef4ecd48c36234f1aedfc67c4d4af861603339cf97a410dc8f844a18
pkgname = docparser
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=docparser
-pkgver=1.0.21
+pkgver=1.0.22
pkgrel=1
pkgdesc='A document parser library ported from document2html'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('poppler' 'libzip' 'pugixml' 'freetype2' 'libxml2'
'util-linux-libs' 't
makedepends=('git' 'cmake')
groups=('deepin')
source=("git+https://github.com/linuxdeepin/docparser.git#tag=$pkgver")
-b2sums=('8c3e8d280cdf4dee48f309eed9f31d8fba1db2299ce346562bd2da95590f81519693b925f66ea30f5c27ab52d8f9d19163bce738ce3df419d0d43b9e9e0e3f5e')
+b2sums=('2050a7e1fabea52e2972b424c1b69e749343a4a10250cd76b6e402616f3fce794bc551b6ef4ecd48c36234f1aedfc67c4d4af861603339cf97a410dc8f844a18')
prepare() {
cd docparser
@@ -22,7 +22,8 @@ build() {
cd docparser
cmake -B build -S . \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DBUILD_TESTS=OFF
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/docparser/-/commit/7e0d7336dbf5572c4bf5c641c3a2b976d3dfc3c8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/docparser/-/commit/7e0d7336dbf5572c4bf5c641c3a2b976d3dfc3c8
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