Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libabw
Commits:
92dea0de by Andreas Radke at 2026-02-14T11:24:48+01:00
upgpkg: 0.1.3-6; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libabw
pkgdesc = a library that parses the file format of AbiWord documents
pkgver = 0.1.3
- pkgrel = 5
+ pkgrel = 6
url = https://wiki.documentfoundation.org/DLP/Libraries/libabw
arch = x86_64
license = MPL-2.0
@@ -11,8 +11,9 @@ pkgbase = libabw
depends = librevenge
depends = libxml2
depends = zlib
- depends = gcc-libs
depends = glibc
+ depends = libstdc++
+ depends = libgcc
source = https://dev-www.libreoffice.org/src/libabw/libabw-0.1.3.tar.xz
sha256sums =
e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
pkgname=libabw
pkgver=0.1.3
-pkgrel=5
+pkgrel=6
pkgdesc="a library that parses the file format of AbiWord documents"
arch=('x86_64')
url="https://wiki.documentfoundation.org/DLP/Libraries/libabw"
license=('MPL-2.0')
-depends=('librevenge' 'libxml2' 'zlib' 'gcc-libs' 'glibc')
+depends=('librevenge' 'libxml2' 'zlib' 'glibc' 'libstdc++' 'libgcc')
makedepends=('doxygen' 'gperf' 'boost')
source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
sha256sums=('e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libabw/-/commit/92dea0dec9bef92e880fefbf68551c49a19c0241
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libabw/-/commit/92dea0dec9bef92e880fefbf68551c49a19c0241
You're receiving this email because of your account on gitlab.archlinux.org.