Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libvisio
Commits:
77ea9d77 by Andreas Radke at 2026-02-14T13:02:19+01:00
upgpkg: 0.1.10-3; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libvisio
pkgdesc = Library providing ability to interpret and import visio
diagrams
pkgver = 0.1.10
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.documentfoundation.org/DLP/Libraries/libvisio
arch = x86_64
license = MPL-2.0
@@ -12,8 +12,9 @@ pkgbase = libvisio
depends = libxml2
depends = icu
depends = librevenge
- depends = gcc-libs
depends = glibc
+ depends = libstdc++
+ depends = libgcc
source =
https://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.10.tar.xz
sha256sums =
9e9eff75112d4d92d92262ad7fc2599c21e26f8fc5ba54900efdc83c0501e472
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,13 @@
pkgname=libvisio
pkgver=0.1.10
-pkgrel=2
+pkgrel=3
pkgdesc='Library providing ability to interpret and import visio diagrams'
arch=('x86_64')
url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"
license=('MPL-2.0')
depends=('libxml2' 'icu' 'librevenge'
- 'gcc-libs' 'glibc')
+ 'glibc' 'libstdc++' 'libgcc')
makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
sha256sums=('9e9eff75112d4d92d92262ad7fc2599c21e26f8fc5ba54900efdc83c0501e472')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvisio/-/commit/77ea9d772a1537df6ba82df4a78e01cff6c0ecd5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvisio/-/commit/77ea9d772a1537df6ba82df4a78e01cff6c0ecd5
You're receiving this email because of your account on gitlab.archlinux.org.