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

2017-11-05 Thread Andreas Radke
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 
+# Maintainer:  Bartłomiej Piotrowski 
+# 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 
+# Maintainer:  Bartłomiej Piotrowski 
+# 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
+}


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

2016-01-14 Thread Andreas Radke
Date: Thursday, January 14, 2016 @ 20:04:55
  Author: andyrtr
Revision: 258322

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

Added:
  libetonyek/repos/extra-i686/PKGBUILD
(from rev 258321, libetonyek/trunk/PKGBUILD)
  libetonyek/repos/extra-x86_64/PKGBUILD
(from rev 258321, libetonyek/trunk/PKGBUILD)
Deleted:
  libetonyek/repos/extra-i686/PKGBUILD
  libetonyek/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-14 19:04:38 UTC (rev 258321)
+++ extra-i686/PKGBUILD 2016-01-14 19:04:55 UTC (rev 258322)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Yue
-
-pkgname=libetonyek
-pkgver=0.1.5
-pkgrel=2
-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')
-makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds')
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('b37e09b5e3f0b5b05af2b549f7fde8a1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libetonyek/repos/extra-i686/PKGBUILD (from rev 258321, 
libetonyek/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-14 19:04:55 UTC (rev 258322)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.6
+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=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('dfe25b0c7739283a5c61a930ea1f9bf8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-14 19:04:38 UTC (rev 258321)
+++ extra-x86_64/PKGBUILD   2016-01-14 19:04:55 UTC (rev 258322)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Yue
-
-pkgname=libetonyek
-pkgver=0.1.5
-pkgrel=2
-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')
-makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds')
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('b37e09b5e3f0b5b05af2b549f7fde8a1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libetonyek/repos/extra-x86_64/PKGBUILD (from rev 258321, 
libetonyek/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-01-14 19:04:55 UTC (rev 258322)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.6
+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=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('dfe25b0c7739283a5c61a930ea1f9bf8')
+
+build() {
+  cd 

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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 14:19:37
  Author: bpiotrowski
Revision: 253362

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

Added:
  libetonyek/repos/staging-i686/
  libetonyek/repos/staging-i686/PKGBUILD
(from rev 253360, libetonyek/trunk/PKGBUILD)
  libetonyek/repos/staging-x86_64/
  libetonyek/repos/staging-x86_64/PKGBUILD
(from rev 253361, libetonyek/trunk/PKGBUILD)

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

Copied: libetonyek/repos/staging-i686/PKGBUILD (from rev 253360, 
libetonyek/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 13:19:37 UTC (rev 253362)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.5
+pkgrel=2
+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')
+makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('b37e09b5e3f0b5b05af2b549f7fde8a1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libetonyek/repos/staging-x86_64/PKGBUILD (from rev 253361, 
libetonyek/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 13:19:37 UTC (rev 253362)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.5
+pkgrel=2
+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')
+makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('b37e09b5e3f0b5b05af2b549f7fde8a1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2014-06-04 Thread Andreas Radke
Date: Wednesday, June 4, 2014 @ 22:00:40
  Author: andyrtr
Revision: 214281

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

Added:
  libetonyek/repos/staging-i686/PKGBUILD
(from rev 214280, libetonyek/trunk/PKGBUILD)
  libetonyek/repos/staging-x86_64/PKGBUILD
(from rev 214280, libetonyek/trunk/PKGBUILD)
Deleted:
  libetonyek/repos/staging-i686/PKGBUILD
  libetonyek/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   64 ++
 staging-i686/PKGBUILD   |   32 ---
 staging-x86_64/PKGBUILD |   32 ---
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-06-04 20:00:24 UTC (rev 214280)
+++ staging-i686/PKGBUILD   2014-06-04 20:00:40 UTC (rev 214281)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Yue
-
-pkgname=libetonyek
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='Library and a set of tools for reading and converting Apple Keynote 
presentations'
-arch=('i686' 'x86_64')
-url='http://www.freedesktop.org/wiki/Software/libetonyek/'
-license=('MPL')
-depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge')
-makedepends=('boost' 'cppunit' 'gperf' 'doxygen')
-source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
-md5sums=('b5763d8c1365e15ea5e591a920615770')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libetonyek/repos/staging-i686/PKGBUILD (from rev 214280, 
libetonyek/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-06-04 20:00:40 UTC (rev 214281)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='Library and a set of tools for reading and converting Apple Keynote 
presentations'
+arch=('i686' 'x86_64')
+url='http://www.freedesktop.org/wiki/Software/libetonyek/'
+license=('MPL')
+depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge')
+makedepends=('boost' 'cppunit' 'gperf' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
+md5sums=('7adbc34bb4a33e26688c862e154a0d29')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2014-06-04 20:00:24 UTC (rev 214280)
+++ staging-x86_64/PKGBUILD 2014-06-04 20:00:40 UTC (rev 214281)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Yue
-
-pkgname=libetonyek
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='Library and a set of tools for reading and converting Apple Keynote 
presentations'
-arch=('i686' 'x86_64')
-url='http://www.freedesktop.org/wiki/Software/libetonyek/'
-license=('MPL')
-depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge')
-makedepends=('boost' 'cppunit' 'gperf' 'doxygen')
-source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
-md5sums=('b5763d8c1365e15ea5e591a920615770')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libetonyek/repos/staging-x86_64/PKGBUILD (from rev 214280, 
libetonyek/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-06-04 20:00:40 UTC (rev 214281)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='Library and a set of tools for reading and converting Apple Keynote 
presentations'
+arch=('i686' 'x86_64')
+url='http://www.freedesktop.org/wiki/Software/libetonyek/'
+license=('MPL')
+depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge')
+makedepends=('boost' 'cppunit' 'gperf' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
+md5sums=('7adbc34bb4a33e26688c862e154a0d29')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+

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

2014-05-25 Thread Andreas Radke
Date: Sunday, May 25, 2014 @ 22:12:57
  Author: andyrtr
Revision: 213585

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

Added:
  libetonyek/repos/staging-i686/
  libetonyek/repos/staging-i686/PKGBUILD
(from rev 213584, libetonyek/trunk/PKGBUILD)
  libetonyek/repos/staging-x86_64/
  libetonyek/repos/staging-x86_64/PKGBUILD
(from rev 213584, libetonyek/trunk/PKGBUILD)

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

Copied: libetonyek/repos/staging-i686/PKGBUILD (from rev 213584, 
libetonyek/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-25 20:12:57 UTC (rev 213585)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Library and a set of tools for reading and converting Apple Keynote 
presentations'
+arch=('i686' 'x86_64')
+url='http://www.freedesktop.org/wiki/Software/libetonyek/'
+license=('MPL')
+depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge')
+makedepends=('boost' 'cppunit' 'gperf' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
+md5sums=('b5763d8c1365e15ea5e591a920615770')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libetonyek/repos/staging-x86_64/PKGBUILD (from rev 213584, 
libetonyek/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-25 20:12:57 UTC (rev 213585)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Library and a set of tools for reading and converting Apple Keynote 
presentations'
+arch=('i686' 'x86_64')
+url='http://www.freedesktop.org/wiki/Software/libetonyek/'
+license=('MPL')
+depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge')
+makedepends=('boost' 'cppunit' 'gperf' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
+md5sums=('b5763d8c1365e15ea5e591a920615770')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-04-15 Thread Andreas Radke
Date: Tuesday, April 15, 2014 @ 19:45:16
  Author: andyrtr
Revision: 210611

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

Added:
  libetonyek/repos/testing-i686/
  libetonyek/repos/testing-i686/PKGBUILD
(from rev 210610, libetonyek/trunk/PKGBUILD)
  libetonyek/repos/testing-x86_64/
  libetonyek/repos/testing-x86_64/PKGBUILD
(from rev 210610, 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 210610, 
libetonyek/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-15 17:45:16 UTC (rev 210611)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.0.4
+pkgrel=1
+pkgdesc='Library and a set of tools for reading and converting Apple Keynote 
presentations'
+arch=('i686' 'x86_64')
+url='http://www.freedesktop.org/wiki/Software/libetonyek/'
+license=('MPL')
+depends=('libxml2' 'gperf' 'zlib' 'libwpd' 'boost-libs')
+makedepends=('boost' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
+md5sums=('9d7c8e52e2d20e1fa270c75fd78f3417')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libetonyek/repos/testing-x86_64/PKGBUILD (from rev 210610, 
libetonyek/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-15 17:45:16 UTC (rev 210611)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.0.4
+pkgrel=1
+pkgdesc='Library and a set of tools for reading and converting Apple Keynote 
presentations'
+arch=('i686' 'x86_64')
+url='http://www.freedesktop.org/wiki/Software/libetonyek/'
+license=('MPL')
+depends=('libxml2' 'gperf' 'zlib' 'libwpd' 'boost-libs')
+makedepends=('boost' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
+md5sums=('9d7c8e52e2d20e1fa270c75fd78f3417')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-01-22 Thread Bartłomiej Piotrowski
Date: Wednesday, January 22, 2014 @ 12:40:28
  Author: bpiotrowski
Revision: 204536

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

Added:
  libetonyek/repos/extra-i686/
  libetonyek/repos/extra-i686/PKGBUILD
(from rev 204535, libetonyek/trunk/PKGBUILD)
  libetonyek/repos/extra-x86_64/
  libetonyek/repos/extra-x86_64/PKGBUILD
(from rev 204535, libetonyek/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   31 +++
 extra-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libetonyek/repos/extra-i686/PKGBUILD (from rev 204535, 
libetonyek/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-22 11:40:28 UTC (rev 204536)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.0.3
+pkgrel=1
+pkgdesc='Library and a set of tools for reading and converting Apple Keynote 
presentations'
+arch=('i686' 'x86_64')
+url='http://www.freedesktop.org/wiki/Software/libetonyek/'
+license=('MPL')
+depends=('libxml2' 'gperf' 'zlib' 'libwpd' 'boost-libs')
+makedepends=('boost' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
+md5sums=('6deb26eb088acd8938b9bec800cfb59e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libetonyek/repos/extra-x86_64/PKGBUILD (from rev 204535, 
libetonyek/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-22 11:40:28 UTC (rev 204536)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.0.3
+pkgrel=1
+pkgdesc='Library and a set of tools for reading and converting Apple Keynote 
presentations'
+arch=('i686' 'x86_64')
+url='http://www.freedesktop.org/wiki/Software/libetonyek/'
+license=('MPL')
+depends=('libxml2' 'gperf' 'zlib' 'libwpd' 'boost-libs')
+makedepends=('boost' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
+md5sums=('6deb26eb088acd8938b9bec800cfb59e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}