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


Commits:
38c39f33 by Andreas Radke at 2023-12-10T21:44:16+01:00
upgpkg: 0.1.4-15; icu rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,24 @@
+pkgbase = libmspub
+       pkgdesc = Microsoft Publisher file format parser library (latest 
snapshot)
+       pkgver = 0.1.4
+       pkgrel = 15
+       url = https://wiki.documentfoundation.org/DLP/Libraries/libmspub
+       arch = x86_64
+       license = GPL2
+       license = LGPL2.1
+       license = MPL
+       makedepends = libwpg
+       makedepends = boost
+       makedepends = doxygen
+       depends = libwpd
+       depends = icu
+       depends = librevenge
+       depends = zlib
+       depends = gcc-libs
+       depends = glibc
+       source = 
https://dev-www.libreoffice.org/src/libmspub/libmspub-0.1.4.tar.xz
+       source = buildfix.diff
+       sha256sums = 
ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba
+       sha256sums = 
be1a871f9ebfb15d989605137d5de0c5dc67a3e383e0e1178037f8a9bdfc89dc
+
+pkgname = libmspub


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,13 @@
 
 pkgname=libmspub
 pkgver=0.1.4
-pkgrel=14
+pkgrel=15
 pkgdesc="Microsoft Publisher file format parser library (latest snapshot)"
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libmspub";
 license=('GPL2' 'LGPL2.1' 'MPL')
-depends=('libwpd' 'icu' 'librevenge')
+depends=('libwpd' 'icu' 'librevenge'
+         'zlib' 'gcc-libs' 'glibc')
 makedepends=('libwpg' 'boost' 'doxygen')
 
source=(https://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz
         buildfix.diff)
@@ -24,6 +25,7 @@ prepare() {
 build() {
     cd "${pkgname}"-${pkgver}
     ./configure --prefix=/usr --with-docs
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
     make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmspub/-/commit/38c39f33daf3d780967b489beb0e08f42c2ef029

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


Reply via email to