diff options
author | prspkt <prspkt@protonmail.com> | 2019-09-08 18:37:44 +0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 16:06:31 -0300 |
commit | 879f25f787d27a1d09b75c40170016bc3a2295c4 (patch) | |
tree | e58139d504c5c9435ce68c84f2d4b9990f469964 /community/libqmi | |
parent | 881139c35327a43c0f73cd128d6696e90928fe7f (diff) | |
download | aports-879f25f787d27a1d09b75c40170016bc3a2295c4.tar.bz2 aports-879f25f787d27a1d09b75c40170016bc3a2295c4.tar.xz |
community/libqmi: upgrade to 1.22.6
* Build with python3, modernize.
Signed-off-by: prspkt <prspkt@protonmail.com>
Diffstat (limited to 'community/libqmi')
-rw-r--r-- | community/libqmi/APKBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/community/libqmi/APKBUILD b/community/libqmi/APKBUILD index faf240e42e..613ba8bdef 100644 --- a/community/libqmi/APKBUILD +++ b/community/libqmi/APKBUILD @@ -1,19 +1,17 @@ # Contributor: Stuart Cardall <developer@it-offshore.co.uk> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=libqmi -pkgver=1.22.4 +pkgver=1.22.6 pkgrel=0 pkgdesc="QMI modem protocol helper library" url="https://www.freedesktop.org/wiki/Software/libqmi" arch="all" -license="GPL-2.0-or-later LGPL-2.1-or-later" -makedepends="gtk-doc python2 glib-dev libgudev-dev linux-headers libmbim-dev" +license="GPL-2.0-or-later AND LGPL-2.1-or-later" +makedepends="glib-dev gtk-doc libgudev-dev libmbim-dev linux-headers python3" subpackages="$pkgname-dev $pkgname-doc" source="https://www.freedesktop.org/software/libqmi/$pkgname-$pkgver.tar.xz" -builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$builddir" ./configure \ --prefix=/usr \ --sysconfdir=/etc \ @@ -25,13 +23,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="eaa17cb7a19c73db0e1c50c714dab73ad5f97d85de86b74135085ecf31d048b80f2476509139832327925eeca97bee24e18bab33d87e814fe9b7f190ee823a34 libqmi-1.22.4.tar.xz" +sha512sums="7c9b81f050b132687e7ec91ee25103730a65c91951766eddd4ed3680cb2971ba6ad7278ec952280f8f8e86d58d6a5e0bdbd727df84c29ccab8ac3eaee34b0fe1 libqmi-1.22.6.tar.xz" |