Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libmspub
Commits:
08bb94af by Andreas Radke at 2026-02-14T11:51:35+01:00
upgpkg: 0.1.4-19; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libmspub
pkgdesc = Microsoft Publisher file format parser library (latest
snapshot)
pkgver = 0.1.4
- pkgrel = 18
+ pkgrel = 19
url = https://wiki.documentfoundation.org/DLP/Libraries/libmspub
arch = x86_64
license = MPL-2.0
@@ -12,8 +12,9 @@ pkgbase = libmspub
depends = icu
depends = librevenge
depends = zlib
- depends = gcc-libs
depends = glibc
+ depends = libstdc++
+ depends = libgcc
source =
https://dev-www.libreoffice.org/src/libmspub/libmspub-0.1.4.tar.xz
source = buildfix.diff
source = includes.patch
=====================================
PKGBUILD
=====================================
@@ -3,13 +3,13 @@
pkgname=libmspub
pkgver=0.1.4
-pkgrel=18
+pkgrel=19
pkgdesc="Microsoft Publisher file format parser library (latest snapshot)"
arch=('x86_64')
url="https://wiki.documentfoundation.org/DLP/Libraries/libmspub"
license=('MPL-2.0')
depends=('libwpd' 'icu' 'librevenge'
- 'zlib' 'gcc-libs' 'glibc')
+ 'zlib' 'glibc' 'libstdc++' 'libgcc')
makedepends=('libwpg' 'boost' 'doxygen')
source=(https://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz
buildfix.diff
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmspub/-/commit/08bb94af72e314dc7616bffc5c9bbabbf08e1ecb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmspub/-/commit/08bb94af72e314dc7616bffc5c9bbabbf08e1ecb
You're receiving this email because of your account on gitlab.archlinux.org.