Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
liborcus
Commits:
becf5dd5 by Andreas Radke at 2026-02-14T12:47:49+01:00
upgpkg: 0.21.0-4; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = liborcus
pkgdesc = File import filter library for spreadsheet documents.
pkgver = 0.21.0
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.com/orcus/orcus/blob/master/README.md
arch = x86_64
license = MPL-2.0
@@ -9,8 +9,9 @@ pkgbase = liborcus
makedepends = mdds
depends = libixion
depends = glibc
+ depends = libstdc++
+ depends = libgcc
depends = boost-libs
- depends = gcc-libs
depends = zlib
depends = python
optdepends = python-requests: in tool bugzilla
=====================================
PKGBUILD
=====================================
@@ -3,18 +3,22 @@
pkgname=liborcus
pkgver=0.21.0
-pkgrel=3
+pkgrel=4
pkgdesc="File import filter library for spreadsheet documents."
arch=('x86_64')
url="https://gitlab.com/orcus/orcus/blob/master/README.md"
license=('MPL-2.0')
-depends=('libixion' 'glibc' 'boost-libs' 'gcc-libs' 'zlib' 'python')
+depends=('libixion' 'glibc' 'libstdc++' 'libgcc'
+ 'boost-libs' 'zlib' 'python')
makedepends=('boost' 'mdds')
optdepends=('python-requests: in tool bugzilla')
source=(https://gitlab.com/api/v4/projects/orcus%2Forcus/packages/generic/source/${pkgver}/liborcus-${pkgver}.tar.xz)
# https://gitlab.com/orcus/orcus/-/releases
sha256sums=('1c6e473d6b8a63d61d0e6874a1762d6f0e0e78338d763e48ac93126ecde19b37')
+# labplot usually needs patching to support new liborcus versions, since the
liborcus pc file is versioned.
+# Otherwise it gets silently built without liborcus support
+
build() {
cd "${pkgname}"-${pkgver}
./configure --prefix=/usr
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/liborcus/-/commit/becf5dd56115c2048f6af1f945bef16da0283db0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/liborcus/-/commit/becf5dd56115c2048f6af1f945bef16da0283db0
You're receiving this email because of your account on gitlab.archlinux.org.