From 11568349c23f5f2aa1c85e74466d9b8ccc19ad20 Mon Sep 17 00:00:00 2001 From: J0WI Date: Thu, 30 Jan 2020 21:27:51 +0100 Subject: community/libetonyek: rebuild against mdds 1.5 --- community/libetonyek/APKBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'community/libetonyek') diff --git a/community/libetonyek/APKBUILD b/community/libetonyek/APKBUILD index 8f30f9a111..47f9ddb943 100644 --- a/community/libetonyek/APKBUILD +++ b/community/libetonyek/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Timo Teräs pkgname=libetonyek pkgver=0.1.9 -pkgrel=2 +pkgrel=3 pkgdesc="Import filter and tools for Apple Keynote presentations" url="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" arch="all" @@ -10,12 +10,9 @@ license="MPL-2.0" depends_dev="glm-dev boost-dev librevenge-dev libxml2-dev zlib-dev liblangtag-dev" makedepends="$depends_dev gperf doxygen mdds-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" -source="https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz" - -builddir="$srcdir/$pkgname-$pkgver" +source="https://dev-www.libreoffice.org/src/libetonyek/$pkgname-$pkgver.tar.xz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,18 +22,16 @@ build() { --infodir=/usr/share/info \ --localstatedir=/var \ --disable-werror \ - --with-mdds=1.4 \ + --with-mdds=1.5 \ --disable-static make } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -- cgit v1.2.3