Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / libmbim
Commits: ed0a2cad by Jan Alexander Steffens (heftig) at 2023-10-11T21:24:50+02:00 1.30.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = libmbim + pkgdesc = MBIM modem protocol helper library + pkgver = 1.30.0 + pkgrel = 1 + url = https://www.freedesktop.org/wiki/Software/libmbim/ + arch = x86_64 + license = GPL2 + makedepends = bash-completion + makedepends = git + makedepends = gobject-introspection + makedepends = gtk-doc + makedepends = help2man + makedepends = meson + depends = bash + depends = glib2 + depends = systemd + provides = libmbim-glib.so + source = git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=8415687e4f30ae5e36f407f179c8147f1529725c + b2sums = SKIP + +pkgname = libmbim ===================================== PKGBUILD ===================================== @@ -1,18 +1,29 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=libmbim -pkgver=1.28.4 +pkgver=1.30.0 pkgrel=1 pkgdesc="MBIM modem protocol helper library" url="https://www.freedesktop.org/wiki/Software/libmbim/" arch=(x86_64) license=(GPL2) -depends=(glib2 bash systemd) -makedepends=(gtk-doc meson git help2man gobject-introspection bash-completion) +depends=( + bash + glib2 + systemd +) +makedepends=( + bash-completion + git + gobject-introspection + gtk-doc + help2man + meson +) provides=(libmbim-glib.so) -_commit=7f1c7907c4654ba5c619a635cef5475ca161d027 # tags/1.28.4^0 +_commit=8415687e4f30ae5e36f407f179c8147f1529725c # tags/1.30.0^0 source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit") -sha256sums=('SKIP') +b2sums=('SKIP') pkgver() { cd libmbim @@ -24,7 +35,11 @@ prepare() { } build() { - arch-meson libmbim build -D gtk_doc=true + local meson_options=( + -D gtk_doc=true + ) + + arch-meson libmbim build "${meson_options[@]}" meson compile -C build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libmbim/-/commit/ed0a2cadab5cc22bcffbc90f157660b47f4066b0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libmbim/-/commit/ed0a2cadab5cc22bcffbc90f157660b47f4066b0 You're receiving this email because of your account on gitlab.archlinux.org.
