Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libcmis
Commits:
b23b8076 by Andreas Radke at 2026-02-14T11:35:30+01:00
upgpkg: 0.6.2-7; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libcmis
pkgdesc = a C/C++ client library for the CMIS protocol
pkgver = 0.6.2
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/tdf/libcmis
arch = x86_64
license = GPL-2.0-or-later
@@ -13,8 +13,9 @@ pkgbase = libcmis
depends = boost-libs
depends = curl
depends = libxml2
- depends = gcc-libs
depends = glibc
+ depends = libstdc++
+ depends = libgcc
source =
https://github.com/tdf/libcmis/releases/download/v0.6.2/libcmis-0.6.2.tar.xz
source = libxml2-2.12.patch
source = boost-1.86.0.patch
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
pkgname=libcmis
pkgver=0.6.2
-pkgrel=6
+pkgrel=7
pkgdesc="a C/C++ client library for the CMIS protocol"
arch=('x86_64')
url="https://github.com/tdf/libcmis"
license=('GPL-2.0-or-later' 'LGPL-2.1-or-later' 'MPL-1.1')
-depends=('boost-libs' 'curl' 'libxml2' 'gcc-libs' 'glibc')
+depends=('boost-libs' 'curl' 'libxml2' 'glibc' 'libstdc++' 'libgcc')
makedepends=('docbook2x' 'cppunit' 'boost')
source=("https://github.com/tdf/libcmis/releases/download/v${pkgver}/$pkgname-$pkgver.tar.xz"
libxml2-2.12.patch
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libcmis/-/commit/b23b8076addd046aa48fab2f7855fce0cd2ad16c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libcmis/-/commit/b23b8076addd046aa48fab2f7855fce0cd2ad16c
You're receiving this email because of your account on gitlab.archlinux.org.