Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libmbim: update to 1.24.4
@ 2020-11-10  1:07 ndowens
  2020-11-10  1:42 ` [PR PATCH] [Updated] " ndowens
  2020-11-11  2:30 ` [PR PATCH] [Closed]: " ndowens
  0 siblings, 2 replies; 5+ messages in thread
From: ndowens @ 2020-11-10  1:07 UTC (permalink / raw)
  To: ml

[-- 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
 	}
 }

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] libmbim: update to 1.24.4
  2020-11-10  1:07 [PR PATCH] libmbim: update to 1.24.4 ndowens
@ 2020-11-10  1:42 ` ndowens
  2020-11-11  2:30 ` [PR PATCH] [Closed]: " ndowens
  1 sibling, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-10  1:42 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1491 bytes --]

From 6a56b73e23ad5d69a21a962627d6abc7cbef09ea 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 | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libmbim/template b/srcpkgs/libmbim/template
index dfb7d61b43d..1f2e4acb7d6 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}"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: libmbim: update to 1.24.4
  2020-11-10  1:07 [PR PATCH] libmbim: update to 1.24.4 ndowens
  2020-11-10  1:42 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-11  2:30 ` ndowens
  1 sibling, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-11  2:30 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

libmbim: update to 1.24.4
https://github.com/void-linux/void-packages/pull/26265

Description:


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: libmbim: update to 1.24.4
  2020-11-04 21:53 [PR PATCH] " ndowens
  2020-11-05  9:48 ` [PR PATCH] [Closed]: " ndowens
@ 2020-11-05 12:15 ` ndowens
  1 sibling, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-05 12:15 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

libmbim: update to 1.24.4
https://github.com/void-linux/void-packages/pull/26138

Description:


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: libmbim: update to 1.24.4
  2020-11-04 21:53 [PR PATCH] " ndowens
@ 2020-11-05  9:48 ` ndowens
  2020-11-05 12:15 ` ndowens
  1 sibling, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-05  9:48 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

libmbim: update to 1.24.4
https://github.com/void-linux/void-packages/pull/26138

Description:


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-11  2:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10  1:07 [PR PATCH] libmbim: update to 1.24.4 ndowens
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
2020-11-05  9:48 ` [PR PATCH] [Closed]: " ndowens
2020-11-05 12:15 ` ndowens

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).