Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libzmf
Commits:
ed86086b by Andreas Radke at 2026-02-14T13:11:45+01:00
upgpkg: 0.0.2-20; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libzmf
pkgdesc = a library for import of Zoner drawing and bitmap files
pkgver = 0.0.2
- pkgrel = 19
+ pkgrel = 20
url = https://wiki.documentfoundation.org/DLP/Libraries/libzmf
arch = x86_64
license = MPL-2.0
@@ -12,8 +12,9 @@ pkgbase = libzmf
depends = libpng
depends = zlib
depends = icu
- depends = gcc-libs
depends = glibc
+ depends = libstdc++
+ depends = libgcc
source = https://dev-www.libreoffice.org/src/libzmf/libzmf-0.0.2.tar.xz
source = doxygen-1.14.patch
sha256sums =
27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=libzmf
pkgver=0.0.2
-pkgrel=19
+pkgrel=20
pkgdesc="a library for import of Zoner drawing and bitmap files"
arch=('x86_64')
url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf"
@@ -10,7 +10,7 @@ license=('MPL-2.0')
source=(https://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz
doxygen-1.14.patch)
depends=('librevenge' 'libpng'
- 'zlib' 'icu' 'gcc-libs' 'glibc')
+ 'zlib' 'icu' 'glibc' 'libstdc++' 'libgcc')
makedepends=('boost' 'cppunit' 'doxygen')
sha256sums=('27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22'
'aa70e940c77124ac3bd9e5197b323b409551a95ae5098b3872d869025d0bccf9')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libzmf/-/commit/ed86086b2984c4757d6c3bbc76c9aa3f207faba1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libzmf/-/commit/ed86086b2984c4757d6c3bbc76c9aa3f207faba1
You're receiving this email because of your account on gitlab.archlinux.org.