Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / libcdr
Commits: 0dc7fe69 by Andreas Radke at 2023-12-10T20:56:23+01:00 upgpkg: 0.1.7-7; icu rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = libcdr + pkgdesc = CorelDraw file format importer library for LibreOffice + pkgver = 0.1.7 + pkgrel = 7 + url = https://wiki.documentfoundation.org/DLP/Libraries/libcdr + arch = x86_64 + license = GPL2 + license = LGPL2.1 + license = MPL + makedepends = libwpg + makedepends = boost + makedepends = doxygen + makedepends = cppunit + depends = lcms2 + depends = icu + depends = librevenge + depends = zlib + depends = gcc-libs + depends = glibc + source = https://dev-www.libreoffice.org/src/libcdr/libcdr-0.1.7.tar.xz + sha256sums = 5666249d613466b9aa1e987ea4109c04365866e9277d80f6cd9663e86b8ecdd4 + +pkgname = libcdr ===================================== PKGBUILD ===================================== @@ -4,12 +4,13 @@ pkgname=libcdr pkgver=0.1.7 -pkgrel=6 +pkgrel=7 pkgdesc="CorelDraw file format importer library for LibreOffice" arch=('x86_64') url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr" license=('GPL2' 'LGPL2.1' 'MPL') -depends=('libwpd' 'lcms2' 'icu' 'librevenge') +depends=('lcms2' 'icu' 'librevenge' + 'zlib' 'gcc-libs' 'glibc') makedepends=('libwpg' 'boost' 'doxygen' 'cppunit') source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) sha256sums=('5666249d613466b9aa1e987ea4109c04365866e9277d80f6cd9663e86b8ecdd4') @@ -17,6 +18,7 @@ sha256sums=('5666249d613466b9aa1e987ea4109c04365866e9277d80f6cd9663e86b8ecdd4') build() { cd $pkgname-$pkgver ./configure --prefix=/usr + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libcdr/-/commit/0dc7fe6943ffc8c5dca8f2ed92c75a1d31975e4c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libcdr/-/commit/0dc7fe6943ffc8c5dca8f2ed92c75a1d31975e4c You're receiving this email because of your account on gitlab.archlinux.org.
