Skip to content
Snippets Groups Projects
Commit 0c17e51c authored by Minecrell's avatar Minecrell Committed by Leo
Browse files

community/libqrtr-glib: upgrade to 1.2.2

Meson is now used as build system instead of autotools.
parent 31a28dbc
No related branches found
No related tags found
1 merge request!32365community/libqrtr-glib: upgrade to 1.2.2
Pipeline #116024 passed
# Maintainer: Minecrell <minecrell@minecrell.net>
pkgname=libqrtr-glib
pkgver=1.0.0
pkgver=1.2.2
pkgrel=0
pkgdesc="Qualcomm IPC Router protocol helper library"
url="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib"
arch="all"
license="LGPL-2.1-or-later"
makedepends="glib-dev gtk-doc linux-headers"
makedepends="glib-dev gobject-introspection-dev gtk-doc linux-headers meson"
subpackages="$pkgname-dev $pkgname-doc"
source="https://www.freedesktop.org/software/libqmi/libqrtr-glib-$pkgver.tar.xz"
source="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/archive/$pkgver/libqrtr-glib-$pkgver.tar.gz"
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-gtk-doc
make
abuild-meson . output
meson compile -C output
}
check() {
make check
meson test --no-rebuild -v -C output
}
package() {
make DESTDIR="$pkgdir" install
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="8427495c2049fd7dd5ea570dfaa11adce694590aa3ac59b44d5624c240760543bb025334c1c8806544d2167c3d73330d820cf51b609e7861a142c43e399c438b libqrtr-glib-1.0.0.tar.xz"
sha512sums="
e420b9dd6eae355520aba00995196a8495dc5c6a7bbbbce259782506765fe41599f72933fc015a2695a8070ff102e23afd69c578dfdfc6a3c6eff8cb16e3f7e6 libqrtr-glib-1.2.2.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment