[arch-commits] Commit in libqxp/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Nov 12 14:31:47 UTC 2017


    Date: Sunday, November 12, 2017 @ 14:31:46
  Author: andyrtr
Revision: 309649

upgpkg: libqxp 0.0.0-1

upstream update 0.0.0

Modified:
  libqxp/trunk/PKGBUILD

----------+
 PKGBUILD |   38 ++++++++++----------------------------
 1 file changed, 10 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-12 14:24:19 UTC (rev 309648)
+++ PKGBUILD	2017-11-12 14:31:46 UTC (rev 309649)
@@ -1,37 +1,19 @@
 # $Id$
 # Maintainer: AndyRTR <andyrtr at archlinux.org>
 
-pkgname=libqpx
+pkgname=libqxp
 pkgver=0.0.0
 pkgrel=1
-epoch=
-pkgdesc=""
-arch=()
-url=""
-license=('GPL')
-groups=()
-depends=()
-makedepends=()
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
-source=("$pkgname-$pkgver.tar.gz"
-        "$pkgname-$pkgver.patch")
-noextract=()
-md5sums=()
+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')
+makedepends=('boost' 'cppunit' 'doxygen')
+source=("https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz")
+sha256sums=('0dd32afbf1c889debc28848b260c1bdc0eba5f57504476b787e164f7c59776d5')
 validpgpkeys=()
 
-prepare() {
-	cd "$pkgname-$pkgver"
-	patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
-}
-
 build() {
 	cd "$pkgname-$pkgver"
 	./configure --prefix=/usr
@@ -40,7 +22,7 @@
 
 check() {
 	cd "$pkgname-$pkgver"
-	make -k check
+	make check
 }
 
 package() {



More information about the arch-commits mailing list