Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libqxp


Commits:
622ee889 by Andreas Radke at 2026-02-14T12:53:29+01:00
upgpkg: 0.0.2-15; gcc-libs deprecation

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = libqxp
        pkgdesc = a library that parses the file format of QuarkXPress documents
        pkgver = 0.0.2
-       pkgrel = 14
+       pkgrel = 15
        url = https://wiki.documentfoundation.org/DLP/Libraries/libqxp
        arch = x86_64
        license = MPL-2.0
@@ -10,8 +10,9 @@ pkgbase = libqxp
        makedepends = doxygen
        depends = librevenge
        depends = icu
-       depends = gcc-libs
        depends = glibc
+       depends = libstdc++
+       depends = libgcc
        source = https://dev-www.libreoffice.org/src/libqxp/libqxp-0.0.2.tar.xz
        sha256sums = 
e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c
 


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
 
 pkgname=libqxp
 pkgver=0.0.2
-pkgrel=14
+pkgrel=15
 pkgdesc="a library that parses the file format of QuarkXPress documents"
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libqxp";
 license=('MPL-2.0')
-depends=('librevenge' 'icu' 'gcc-libs' 'glibc')
+depends=('librevenge' 'icu' 'glibc' 'libstdc++' 'libgcc')
 makedepends=('boost' 'cppunit' 'doxygen')
 source=("https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz";)
 sha256sums=('e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libqxp/-/commit/622ee88991c9a903b261a02d325ab1436bfc60dd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libqxp/-/commit/622ee88991c9a903b261a02d325ab1436bfc60dd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to