[arch-commits] Commit in libqxp/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Jan 1 10:43:45 UTC 2018


    Date: Monday, January 1, 2018 @ 10:43:43
  Author: andyrtr
Revision: 313837

archrelease: copy trunk to extra-x86_64

Added:
  libqxp/repos/extra-x86_64/PKGBUILD
    (from rev 313836, libqxp/trunk/PKGBUILD)
Deleted:
  libqxp/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-01 10:43:34 UTC (rev 313836)
+++ PKGBUILD	2018-01-01 10:43:43 UTC (rev 313837)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=libqxp
-pkgver=0.0.0
-pkgrel=2
-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=()
-
-build() {
-	cd "$pkgname-$pkgver"
-	./configure --prefix=/usr
-	make
-}
-
-check() {
-	cd "$pkgname-$pkgver"
-	make check
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-	make DESTDIR="$pkgdir/" install
-}

Copied: libqxp/repos/extra-x86_64/PKGBUILD (from rev 313836, libqxp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-01 10:43:43 UTC (rev 313837)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libqxp
+pkgver=0.0.1
+pkgrel=1
+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=('8c257f6184ff94aefa7c9fa1cfae82083d55a49247266905c71c53e013f95c73')
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	make check
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list