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


Commits:
902036c9 by Andreas Radke at 2023-12-10T21:56:58+01:00
upgpkg: 0.0.2-11; icu rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,18 @@
+pkgbase = libqxp
+       pkgdesc = a library that parses the file format of QuarkXPress documents
+       pkgver = 0.0.2
+       pkgrel = 11
+       url = https://wiki.documentfoundation.org/DLP/Libraries/libqxp
+       arch = x86_64
+       license = MPL2
+       makedepends = boost
+       makedepends = cppunit
+       makedepends = doxygen
+       depends = librevenge
+       depends = icu
+       depends = gcc-libs
+       depends = glibc
+       source = https://dev-www.libreoffice.org/src/libqxp/libqxp-0.0.2.tar.xz
+       sha256sums = 
e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c
+
+pkgname = libqxp


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
 
 pkgname=libqxp
 pkgver=0.0.2
-pkgrel=10
+pkgrel=11
 pkgdesc="a library that parses the file format of QuarkXPress documents"
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libqxp";
 license=('MPL2')
-depends=('librevenge')
+depends=('librevenge' 'icu' 'gcc-libs' 'glibc')
 makedepends=('boost' 'cppunit' 'doxygen')
 source=("https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz";)
 sha256sums=('e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c')
@@ -15,6 +15,7 @@ 
sha256sums=('e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c')
 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/libqxp/-/commit/902036c95b19c7038fe4b38fee4b926678c7f2cc

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


Reply via email to