Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libcdr
Commits:
1c1f3d0c by Andreas Radke at 2026-02-14T11:25:53+01:00
upgpkg: 0.1.8-4; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libcdr
pkgdesc = CorelDraw file format importer library for LibreOffice
pkgver = 0.1.8
- pkgrel = 3
+ pkgrel = 4
url = https://wiki.documentfoundation.org/DLP/Libraries/libcdr
arch = x86_64
license = MPL-2.0
@@ -14,8 +14,9 @@ pkgbase = libcdr
depends = icu
depends = librevenge
depends = zlib
- depends = gcc-libs
depends = glibc
+ depends = libstdc++
+ depends = libgcc
source = https://dev-www.libreoffice.org/src/libcdr/libcdr-0.1.8.tar.xz
sha256sums =
ced677c8300b29c91d3004bb1dddf0b99761bf5544991c26c2ee8f427e87193c
=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
pkgname=libcdr
pkgver=0.1.8
-pkgrel=3
+pkgrel=4
pkgdesc="CorelDraw file format importer library for LibreOffice"
arch=('x86_64')
url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr"
# the only Public Domain source is src/lib/CDRColorProfiles.h
license=('MPL-2.0' 'LicenseRef-libcdr-Public-Domain')
depends=('lcms2' 'icu' 'librevenge'
- 'zlib' 'gcc-libs' 'glibc')
+ 'zlib' 'glibc' 'libstdc++' 'libgcc')
makedepends=('libwpg' 'boost' 'doxygen' 'cppunit')
source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
sha256sums=('ced677c8300b29c91d3004bb1dddf0b99761bf5544991c26c2ee8f427e87193c')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libcdr/-/commit/1c1f3d0cade355f181b1259a40f6e1a882c4354f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libcdr/-/commit/1c1f3d0cade355f181b1259a40f6e1a882c4354f
You're receiving this email because of your account on gitlab.archlinux.org.