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


Commits:
13d680a0 by Andreas Radke at 2023-12-10T22:02:50+01:00
upgpkg: 0.0.2-15; icu rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,20 @@
+pkgbase = libzmf
+       pkgdesc = a library for import of Zoner drawing and bitmap files
+       pkgver = 0.0.2
+       pkgrel = 15
+       url = https://wiki.documentfoundation.org/DLP/Libraries/libzmf
+       arch = x86_64
+       license = MPL
+       makedepends = boost
+       makedepends = cppunit
+       makedepends = doxygen
+       depends = librevenge
+       depends = libpng
+       depends = zlib
+       depends = icu
+       depends = gcc-libs
+       depends = glibc
+       source = https://dev-www.libreoffice.org/src/libzmf/libzmf-0.0.2.tar.xz
+       sha256sums = 
27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22
+
+pkgname = libzmf


=====================================
PKGBUILD
=====================================
@@ -2,19 +2,21 @@
 
 pkgname=libzmf
 pkgver=0.0.2
-pkgrel=14
+pkgrel=15
 pkgdesc="a library for import of Zoner drawing and bitmap files"
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf";
 license=('MPL')
 
source=(https://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-depends=('librevenge' 'libpng')
+depends=('librevenge' 'libpng'
+         'zlib' 'icu' 'gcc-libs' 'glibc')
 makedepends=('boost' 'cppunit' 'doxygen')
 sha256sums=('27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22')
 
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libzmf/-/commit/13d680a007668da46feb43fa56bf86f6499daee1

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


Reply via email to