[arch-commits] Commit in libvisio/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Oct 22 20:01:15 UTC 2018


    Date: Monday, October 22, 2018 @ 20:01:15
  Author: felixonmars
Revision: 337050

archrelease: copy trunk to staging-x86_64

Added:
  libvisio/repos/staging-x86_64/
  libvisio/repos/staging-x86_64/PKGBUILD
    (from rev 337049, libvisio/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: libvisio/repos/staging-x86_64/PKGBUILD (from rev 337049, libvisio/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-10-22 20:01:15 UTC (rev 337050)
@@ -0,0 +1,32 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+# Contributor: philacs
+
+pkgname=libvisio
+pkgver=0.1.6
+pkgrel=5
+pkgdesc='Library providing ability to interpret and import visio diagrams'
+arch=('x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"
+license=('LGPL')
+depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
+makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('fe1002d3671d53c09bc65e47ec948ec7b67e6fb112ed1cd10966e211a8bb50f9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list