Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libfreehand
Commits:
0971a47a by Andreas Radke at 2026-02-14T11:46:02+01:00
upgpkg: 0.1.2-6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libfreehand
pkgdesc = a library for import of Aldus/Macromedia/Adobe FreeHand
documents
pkgver = 0.1.2
- pkgrel = 5
+ pkgrel = 6
url = https://wiki.documentfoundation.org/DLP/Libraries/libfreehand
arch = x86_64
license = MPL-2.0
@@ -12,8 +12,9 @@ pkgbase = libfreehand
depends = librevenge
depends = lcms2
depends = zlib
- depends = gcc-libs
depends = glibc
+ depends = libstdc++
+ depends = libgcc
source =
https://dev-www.libreoffice.org/src/libfreehand/libfreehand-0.1.2.tar.xz
source = libfreehand-0.1.2-icu-fix.patch
sha256sums =
0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
pkgname=libfreehand
pkgver=0.1.2
-pkgrel=5
+pkgrel=6
pkgdesc="a library for import of Aldus/Macromedia/Adobe FreeHand documents"
arch=('x86_64')
url="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand"
license=('MPL-2.0')
-depends=('librevenge' 'lcms2' 'zlib' 'gcc-libs' 'glibc')
+depends=('librevenge' 'lcms2' 'zlib' 'glibc' 'libstdc++' 'libgcc')
makedepends=('boost' 'cppunit' 'gperf' 'doxygen')
source=("https://dev-www.libreoffice.org/src/libfreehand/$pkgname-$pkgver.tar.xz"
'libfreehand-0.1.2-icu-fix.patch')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libfreehand/-/commit/0971a47ac7bc08419776f6b99d9cf5f21c0493ee
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libfreehand/-/commit/0971a47ac7bc08419776f6b99d9cf5f21c0493ee
You're receiving this email because of your account on gitlab.archlinux.org.