diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-03-15 20:00:39 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-03-15 20:00:39 +0000 |
commit | 88d39bd86ba879437ef28ea2c936dc13617b8774 (patch) | |
tree | e082629558e2f17be1d8d8e5489c0dab3c449e7a /user/libqxp | |
parent | 6e61738144a4ddd8743afe561c789ccbc6634467 (diff) | |
parent | e5e7f2a7e60e60c88d9f53b16b6bda81a2e4b6f9 (diff) | |
download | packages-88d39bd86ba879437ef28ea2c936dc13617b8774.tar.gz packages-88d39bd86ba879437ef28ea2c936dc13617b8774.tar.bz2 packages-88d39bd86ba879437ef28ea2c936dc13617b8774.tar.xz packages-88d39bd86ba879437ef28ea2c936dc13617b8774.zip |
Merge branch 'libreoffice-6.2' into 'master'
Upgrade LibreOffice to 6.2 and upgrade some of its dependencies
See merge request !197
Diffstat (limited to 'user/libqxp')
-rw-r--r-- | user/libqxp/APKBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/user/libqxp/APKBUILD b/user/libqxp/APKBUILD index 6476cc5f0..89f03aa6f 100644 --- a/user/libqxp/APKBUILD +++ b/user/libqxp/APKBUILD @@ -1,21 +1,19 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: Max Rees <maxcrees@me.com> pkgname=libqxp -pkgver=0.0.1 -pkgrel=1 +pkgver=0.0.2 +pkgrel=0 pkgdesc="Import filter and tools for QuarkXPress documents" url="https://wiki.documentfoundation.org/DLP/Libraries/libqxp" arch="all" license="MPL-2.0" depends="" -depends_dev="librevenge-dev" -makedepends="$depends_dev icu-dev doxygen" +makedepends="librevenge-dev icu-dev doxygen" checkdepends="cppunit-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" source="https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,17 +23,16 @@ build() { --infodir=/usr/share/info \ --localstatedir=/var \ make - cd "$builddir/docs" + + cd docs make } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } @@ -44,4 +41,4 @@ tools() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr } -sha512sums="a03a9ada658a92f4d985cad91d467b3916334c74dc26c1e4de89e3929e0135ca0e9c7e7e18ce616ef56a67863ec19c2638494400785849017f9a4776df07c607 libqxp-0.0.1.tar.xz" +sha512sums="409d3df82ac522b39bdd0ef4f0a781b906e246a8e6f502009c095eea90d672c482a7fc5c7f998d89952bc598c6f51357346ed6df490c25cb48e1318e27c50dab libqxp-0.0.2.tar.xz" |