* update libmspub to 0.1.4-15
This commit is contained in:
parent
4de4addce6
commit
e198a4fb45
@ -4,12 +4,13 @@
|
||||
|
||||
pkgname=libmspub
|
||||
pkgver=0.1.4
|
||||
pkgrel=14
|
||||
pkgrel=15
|
||||
pkgdesc="Microsoft Publisher file format parser library (latest snapshot)"
|
||||
arch=(x86_64 powerpc64le powerpc riscv64)
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
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)
|
||||
@ -25,6 +26,7 @@ prepare() {
|
||||
build() {
|
||||
cd "${pkgname}"-${pkgver}
|
||||
./configure --prefix=/usr --with-docs
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user