aboutsummaryrefslogtreecommitdiff
path: root/community/libstaroffice
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-05 13:49:34 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-05 16:54:56 +0000
commit0b0521e6edff4beafd6980f73aab60a9b5d06d4a (patch)
treeb8b8f2d5b8ea8b81298ef6eabf390e2d8fe93ef9 /community/libstaroffice
parent11c553a821debc9f8b2676b1283ae093831366fb (diff)
downloadalpine_aports-0b0521e6edff4beafd6980f73aab60a9b5d06d4a.tar.bz2
alpine_aports-0b0521e6edff4beafd6980f73aab60a9b5d06d4a.tar.xz
alpine_aports-0b0521e6edff4beafd6980f73aab60a9b5d06d4a.zip
community/libstaroffice: upgrade to 0.0.7
Diffstat (limited to 'community/libstaroffice')
-rw-r--r--community/libstaroffice/APKBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/community/libstaroffice/APKBUILD b/community/libstaroffice/APKBUILD
index d2ff85c106..890e6a7a1d 100644
--- a/community/libstaroffice/APKBUILD
+++ b/community/libstaroffice/APKBUILD
@@ -1,24 +1,20 @@
1# Contributor: Timo Teräs <timo.teras@iki.fi> 1# Contributor: Timo Teräs <timo.teras@iki.fi>
2# Maintainer: Timo Teräs <timo.teras@iki.fi> 2# Maintainer: Timo Teräs <timo.teras@iki.fi>
3pkgname=libstaroffice 3pkgname=libstaroffice
4pkgver=0.0.6 4pkgver=0.0.7
5pkgrel=1 5pkgrel=0
6pkgdesc="Import filter for StarOffice documents" 6pkgdesc="Import filter for StarOffice documents"
7url="https://github.com/fosnola/libstaroffice" 7url="https://github.com/fosnola/libstaroffice"
8arch="all" 8arch="all"
9license="MPL-2.0" 9license="MPL-2.0"
10depends=""
11depends_dev="zlib-dev boost-dev" 10depends_dev="zlib-dev boost-dev"
12makedepends="$depends_dev librevenge-dev doxygen" 11makedepends="$depends_dev librevenge-dev doxygen"
13install=""
14subpackages="$pkgname-dev $pkgname-doc" 12subpackages="$pkgname-dev $pkgname-doc"
15source="https://github.com/fosnola/libstaroffice/releases/download/$pkgver/libstaroffice-$pkgver.tar.xz 13source="https://github.com/fosnola/libstaroffice/releases/download/$pkgver/libstaroffice-$pkgver.tar.xz
16 fix-maybe-uninitialized.patch 14 fix-maybe-uninitialized.patch
17 " 15 "
18builddir="$srcdir/libstaroffice-$pkgver"
19 16
20build() { 17build() {
21 cd "$builddir"
22 ./configure \ 18 ./configure \
23 --build=$CBUILD \ 19 --build=$CBUILD \
24 --host=$CHOST \ 20 --host=$CHOST \
@@ -30,9 +26,7 @@ build() {
30} 26}
31 27
32package() { 28package() {
33 cd "$builddir"
34 make DESTDIR="$pkgdir" install 29 make DESTDIR="$pkgdir" install
35} 30}
36 31sha512sums="fae873457a8018c1613667aa92771981503585513ab01bdbd2dd6d506ed4f72a7a8fdcfcb8953a46dfcb8fd902d2c9ef8ccd1a5ff15c83990a89847fb98009f8 libstaroffice-0.0.7.tar.xz
37sha512sums="9b5313a069e29265875f2e744b6b39c261f578d72f67fdefe1454c092aaa28399e1b3dfcb3a2f881f9a60674e0115a29350fba3ee37fb442f0a837982077f324 libstaroffice-0.0.6.tar.xz
38db7129b9bc0ef6fbf33ab43c647c9c48296791853ca5fce80fa2791351aafb16f654858db64d5c3f740083ffb900e241ee2ca461382ae42c008d8b74df9f94a5 fix-maybe-uninitialized.patch" 32db7129b9bc0ef6fbf33ab43c647c9c48296791853ca5fce80fa2791351aafb16f654858db64d5c3f740083ffb900e241ee2ca461382ae42c008d8b74df9f94a5 fix-maybe-uninitialized.patch"