* update libetonyek to 0.1.12-1

This commit is contained in:
Alexander Baldeck 2024-12-12 13:29:38 +01:00
parent af4e30b9a6
commit 0e8598dd7b
2 changed files with 12 additions and 9 deletions

View File

@ -1,9 +1,13 @@
pkgbase = libetonyek
pkgdesc = Library and a set of tools for reading and converting Apple Keynote presentations
pkgver = 0.1.10
pkgrel = 4
pkgver = 0.1.12
pkgrel = 1
url = https://wiki.documentfoundation.org/DLP/Libraries/libetonyek
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = MPL-2.0
makedepends = boost
makedepends = cppunit
@ -13,12 +17,11 @@ pkgbase = libetonyek
makedepends = mdds
depends = libxml2
depends = zlib
depends = libwpd
depends = librevenge
depends = liblangtag
depends = gcc-libs
depends = glibc
source = https://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.10.tar.xz
sha256sums = b430435a6e8487888b761dc848b7981626eb814884963ffe25eb26a139301e9a
source = https://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.12.tar.xz
sha256sums = b9fa82fbeb8cb7a701101060e4f3e1e4ef7c38f574b2859d3ecbe43604c21f83
pkgname = libetonyek

View File

@ -4,16 +4,16 @@
# Contributor: Yue
pkgname=libetonyek
pkgver=0.1.10
pkgrel=4.1
pkgver=0.1.12
pkgrel=1
pkgdesc='Library and a set of tools for reading and converting Apple Keynote presentations'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
license=('MPL-2.0')
depends=('libxml2' 'zlib' 'libwpd' 'librevenge' 'liblangtag' 'gcc-libs' 'glibc')
depends=('libxml2' 'zlib' 'librevenge' 'liblangtag' 'gcc-libs' 'glibc')
makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds')
source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
sha256sums=('b430435a6e8487888b761dc848b7981626eb814884963ffe25eb26a139301e9a')
sha256sums=('b9fa82fbeb8cb7a701101060e4f3e1e4ef7c38f574b2859d3ecbe43604c21f83')
build() {
cd $pkgname-$pkgver