[arch-commits] Commit in libetonyek/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun May 23 16:17:41 UTC 2021
Date: Sunday, May 23, 2021 @ 16:17:41
Author: andyrtr
Revision: 415916
archrelease: copy trunk to extra-x86_64
Added:
libetonyek/repos/extra-x86_64/PKGBUILD
(from rev 415915, libetonyek/trunk/PKGBUILD)
Deleted:
libetonyek/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-23 16:17:32 UTC (rev 415915)
+++ PKGBUILD 2021-05-23 16:17:41 UTC (rev 415916)
@@ -1,31 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Yue
-
-pkgname=libetonyek
-pkgver=0.1.9
-pkgrel=2
-pkgdesc='Library and a set of tools for reading and converting Apple Keynote presentations'
-arch=('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=('e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --with-mdds=1.5
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: libetonyek/repos/extra-x86_64/PKGBUILD (from rev 415915, libetonyek/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-23 16:17:41 UTC (rev 415916)
@@ -0,0 +1,31 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.10
+pkgrel=1
+pkgdesc='Library and a set of tools for reading and converting Apple Keynote presentations'
+arch=('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=('b430435a6e8487888b761dc848b7981626eb814884963ffe25eb26a139301e9a')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --with-mdds=1.5
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list