[arch-commits] Commit in libetonyek/repos (4 files)

Andreas Radke andyrtr at archlinux.org
Sun Nov 5 12:41:22 UTC 2017


    Date: Sunday, November 5, 2017 @ 12:41:21
  Author: andyrtr
Revision: 308922

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libetonyek/repos/testing-i686/
  libetonyek/repos/testing-i686/PKGBUILD
    (from rev 308921, libetonyek/trunk/PKGBUILD)
  libetonyek/repos/testing-x86_64/
  libetonyek/repos/testing-x86_64/PKGBUILD
    (from rev 308921, libetonyek/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: libetonyek/repos/testing-i686/PKGBUILD (from rev 308921, libetonyek/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-11-05 12:41:21 UTC (rev 308922)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='Library and a set of tools for reading and converting Apple Keynote presentations'
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
+license=('MPL')
+depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge' 'liblangtag')
+makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds')
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('69dbe10d4426d52f09060d489f8eb90dfa1df592e82eb0698d9dbaf38cc734ac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-mdds=1.2
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libetonyek/repos/testing-x86_64/PKGBUILD (from rev 308921, libetonyek/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-11-05 12:41:21 UTC (rev 308922)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='Library and a set of tools for reading and converting Apple Keynote presentations'
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
+license=('MPL')
+depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge' 'liblangtag')
+makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds')
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('69dbe10d4426d52f09060d489f8eb90dfa1df592e82eb0698d9dbaf38cc734ac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-mdds=1.2
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list