Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libmbim: update to 1.24.4
Date: Tue, 10 Nov 2020 02:07:51 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26265@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libmbim
https://github.com/void-linux/void-packages/pull/26265

libmbim: update to 1.24.4


A patch file from https://github.com/void-linux/void-packages/pull/26265.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libmbim-26265.patch --]
[-- Type: text/x-diff, Size: 1693 bytes --]

From b713f7310b80fdc020ba60cbb0ac5a4a4aa13c00 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 19:05:43 -0600
Subject: [PATCH] libmbim: update to 1.24.4

---
 srcpkgs/libmbim/template | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libmbim/template b/srcpkgs/libmbim/template
index dfb7d61b43d..f39ff531475 100644
--- a/srcpkgs/libmbim/template
+++ b/srcpkgs/libmbim/template
@@ -1,17 +1,25 @@
 # Template file for 'libmbim'
 pkgname=libmbim
-version=1.22.0
+version=1.24.4
 revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
-hostmakedepends="glib-devel pkg-config"
-makedepends="libgudev-devel"
+build_helper=gir
+configure_args="--disable-static $(vopt_enable gir introspection)"
+hostmakedepends="pkg-config"
+makedepends="glib-devel libgudev-devel"
 short_desc="MBIM modem protocol helper library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/libmbim/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5c0778eb1cd12c3604523134e55183f5147b0cae71150e875b583768f7aa1f38
+checksum=dd488ee6176243a6adb27a5872897336272ea7bea33a3ad501ba268e5a58b285
+
+build_options="gir"
+build_options_default="gir"
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" glib-devel"
+fi
 
 libmbim-devel_package() {
 	depends="${sourcepkg}-${version}_${revision}"
@@ -21,5 +29,8 @@ libmbim-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
 		vmove usr/share
+		if [ "$build_option_gir" ]; then
+			vmove usr/lib/girepository-1.0 
+		fi
 	}
 }

             reply	other threads:[~2020-11-10  1:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-10  1:07 ndowens [this message]
2020-11-10  1:42 ` [PR PATCH] [Updated] " ndowens
2020-11-11  2:30 ` [PR PATCH] [Closed]: " ndowens
  -- strict thread matches above, loose matches on Subject: below --
2020-11-04 21:53 [PR PATCH] " ndowens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26265@inbox.vuxu.org \
    --to=ndowens@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).