aboutsummaryrefslogtreecommitdiffstats
path: root/community/libplist/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-10-30 10:10:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:33:58 +0000
commit5d4e06af536b31cc983f57b6364c1dfdbfdd49a3 (patch)
tree49dddab43378aee10de1aabda9aae9cb77e459f3 /community/libplist/APKBUILD
parentd32b2ac1732a1cc7d31c8f57f289db85f0c766ab (diff)
community/libplist: rebuild against python 3.8
Diffstat (limited to 'community/libplist/APKBUILD')
-rw-r--r--community/libplist/APKBUILD16
1 files changed, 12 insertions, 4 deletions
diff --git a/community/libplist/APKBUILD b/community/libplist/APKBUILD
index 97d833664c0..46af262f0d2 100644
--- a/community/libplist/APKBUILD
+++ b/community/libplist/APKBUILD
@@ -2,14 +2,21 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libplist
pkgver=2.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="A library to handle Apple Property List format whereas it's binary or XML"
url="https://libimobiledevice.org/"
arch="all"
license="GPL-2.0-or-later AND LGPL-2.1-or-later"
-makedepends="py3-setuptools swig python3-dev glib-dev cython3"
+makedepends="py3-setuptools swig python3-dev glib-dev cython
+ autoconf automake libtool"
subpackages="$pkgname-static $pkgname-dev py3-$pkgname:_py3 $pkgname-util $pkgname++:cxx"
-source="https://www.libimobiledevice.org/downloads/libplist-$pkgver.tar.bz2"
+source="https://www.libimobiledevice.org/downloads/libplist-$pkgver.tar.bz2
+ Updated-ac_python_devel.m4-to-newer-ax_python_devel.m4.patch"
+
+prepare() {
+ default_prepare
+ autoreconf -vif
+}
build() {
./configure \
@@ -51,4 +58,5 @@ cxx() {
mv "$pkgdir"/usr/lib/*++.so.* "$subpkgdir"/usr/lib/
}
-sha512sums="81508bf6773483528816725c3b5b868563b84fd7810999404072e5ea9efa7fc9f11ef997f32208e4421aa26b15edd0c65f87c67c1472e8c4e356f1e9fe7740ee libplist-2.0.0.tar.bz2"
+sha512sums="81508bf6773483528816725c3b5b868563b84fd7810999404072e5ea9efa7fc9f11ef997f32208e4421aa26b15edd0c65f87c67c1472e8c4e356f1e9fe7740ee libplist-2.0.0.tar.bz2
+92e0d125f8f4e605ab7fcaa37cc62104f027d706aa42d923f1efc877b5000092865a4e347fef2a276030faca9e0053551bbcc72de488f7e246dd1cc00d3523e1 Updated-ac_python_devel.m4-to-newer-ax_python_devel.m4.patch"