diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-01-30 21:27:51 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-31 16:40:59 +0100 |
commit | 11568349c23f5f2aa1c85e74466d9b8ccc19ad20 (patch) | |
tree | dc465bd62daa71650532c4ad03fff4d1e1068988 /community/libetonyek | |
parent | 65cd5eda032f25cdbff49794029a9ba05d8fd760 (diff) | |
download | aports-11568349c23f5f2aa1c85e74466d9b8ccc19ad20.tar.bz2 aports-11568349c23f5f2aa1c85e74466d9b8ccc19ad20.tar.xz |
community/libetonyek: rebuild against mdds 1.5
Diffstat (limited to 'community/libetonyek')
-rw-r--r-- | community/libetonyek/APKBUILD | 11 |
1 files changed, 3 insertions, 8 deletions
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 <timo.teras@iki.fi> 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 } |