From 73e51bf675c292c00724d49811454995b7e236b4 Mon Sep 17 00:00:00 2001 From: Max Rees Date: Mon, 11 Mar 2019 05:57:38 -0400 Subject: user/libqxp: bump to 0.0.2 --- user/libqxp/APKBUILD | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'user/libqxp') 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 # Maintainer: Max Rees 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" -- cgit v1.2.3-60-g2f50