Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ModemManager: update to 1.14.6
Date: Sat, 14 Nov 2020 02:09:45 +0100	[thread overview]
Message-ID: <20201114010945.jwbDEHN-eSJS1gxhpAl2rxZeVlQu_h3JM8VZjs3vZNw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26284@inbox.vuxu.org>

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

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages modemmanager
https://github.com/void-linux/void-packages/pull/26284

ModemManager: update to 1.14.6
Updated version needs newer libqmi and libmbim, so update here

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

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

From b4bb39a0eb7f87d69c5108ea6222c6d2150927f7 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 10 Nov 2020 20:27:50 -0600
Subject: [PATCH 1/3] ModemManager: update to 1.14.6

---
 srcpkgs/ModemManager/template | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/ModemManager/template b/srcpkgs/ModemManager/template
index b87fac104be..3286e47d91b 100644
--- a/srcpkgs/ModemManager/template
+++ b/srcpkgs/ModemManager/template
@@ -1,16 +1,15 @@
 # Template file for 'ModemManager'
 pkgname=ModemManager
-version=1.12.10
+version=1.14.6
 revision=1
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static --with-polkit=permissive
  --with-udev-base-dir=/usr/lib/udev $(vopt_enable gir introspection)
  $(vopt_enable gir vala)"
-hostmakedepends="pkg-config glib-devel autoconf
- $(vopt_if gir 'vala-devel gobject-introspection')"
+hostmakedepends="pkg-config autoconf"
 makedepends="glib-devel libgudev-devel polkit-devel libqmi-devel
- libmbim-devel ppp $(vopt_if gir vala)"
+ libmbim-devel libxslt-devel ppp $(vopt_if gir vala-devel)"
 depends="hicolor-icon-theme ppp"
 checkdepends="dbus tzdata"
 short_desc="Mobile broadband modem management service"
@@ -18,15 +17,19 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/ModemManager/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=b2b3058bbb72adf98b24707fdbebe58e590644a38145e30d574f685f154bf8aa
+checksum=783d5da925b2ca69f6233fcead691dd0f5cba06aa479d71495efdc07053fc0fd
 
 build_options="gir"
 build_options_default="gir"
 
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" glib-devel libxslt-devel"
+fi
+
 pre_configure() {
 	# Werror ___Guarantees___ failure to build for any non-trivial project
 	# in any machine that doesn't run the same software as upstream
-	sed -i configure -e"s; -Werror;;g"
+	vsed -i configure -e"s; -Werror;;g"
 }
 
 ModemManager-devel_package() {

From 3bd843202b2937f744210ac11b439080b67544a0 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 10 Nov 2020 20:30:34 -0600
Subject: [PATCH 2/3] libqmi: update to 1.26.6

---
 srcpkgs/libqmi/template | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libqmi/template b/srcpkgs/libqmi/template
index ba9adcc2393..b56f6c99424 100644
--- a/srcpkgs/libqmi/template
+++ b/srcpkgs/libqmi/template
@@ -1,17 +1,25 @@
 # Template file for 'libqmi'
 pkgname=libqmi
-version=1.24.8
+version=1.26.6
 revision=1
 build_style=gnu-configure
-configure_args="--disable-static --enable-mbim-qmux"
-hostmakedepends="glib-devel pkg-config"
-makedepends="libglib-devel libgudev-devel libmbim-devel"
+build_helper=gir
+configure_args="--disable-static --enable-mbim-qmux
+ $(vopt_enable introspection)"
+hostmakedepends="pkg-config"
+makedepends="glib-devel libgudev-devel libmbim-devel"
 short_desc="QMI modem protocol helper library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.freedesktop.org/wiki/Software/libqmi/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=c793db2c91d7928160341b357b26315d9c879ecb36699cb7a6b36054cba60893
+checksum=a71963bb1097a42665287e40a9a36f95b8f9d6d6a4b7a5de22d660328af97cb9
+build_options="gir"
+build_options_default="gir"
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" glib-devel"
+fi
 
 libqmi-devel_package() {
 	depends="${makedepends} ${sourcepkg}-${version}_${revision}"

From 06bbfcbbecca7f61ddf6761ca77081d406acb610 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 10 Nov 2020 20:31:44 -0600
Subject: [PATCH 3/3] libmbim: update to 1.24.4

[ci skip]
---
 srcpkgs/ModemManager/template |  9 +++------
 srcpkgs/libmbim/template      | 18 +++++++++++++-----
 2 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/ModemManager/template b/srcpkgs/ModemManager/template
index 3286e47d91b..3cceb346807 100644
--- a/srcpkgs/ModemManager/template
+++ b/srcpkgs/ModemManager/template
@@ -7,8 +7,9 @@ build_helper="gir"
 configure_args="--disable-static --with-polkit=permissive
  --with-udev-base-dir=/usr/lib/udev $(vopt_enable gir introspection)
  $(vopt_enable gir vala)"
-hostmakedepends="pkg-config autoconf"
-makedepends="glib-devel libgudev-devel polkit-devel libqmi-devel
+hostmakedepends="pkg-config autoconf $(vopt_if gir vala-devel)
+ glib-devel libxslt-devel"
+makedepends="libglib-devel libgudev-devel polkit-devel libqmi-devel
  libmbim-devel libxslt-devel ppp $(vopt_if gir vala-devel)"
 depends="hicolor-icon-theme ppp"
 checkdepends="dbus tzdata"
@@ -22,10 +23,6 @@ checksum=783d5da925b2ca69f6233fcead691dd0f5cba06aa479d71495efdc07053fc0fd
 build_options="gir"
 build_options_default="gir"
 
-if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" glib-devel libxslt-devel"
-fi
-
 pre_configure() {
 	# Werror ___Guarantees___ failure to build for any non-trivial project
 	# in any machine that doesn't run the same software as upstream
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}"

  parent reply	other threads:[~2020-11-14  1:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-11  2:32 [PR PATCH] " ndowens
2020-11-13  9:56 ` [PR PATCH] [Updated] " ndowens
2020-11-14  0:35 ` [PR PATCH] [Closed]: " ndowens
2020-11-14  0:58 ` [PR PATCH] [Updated] " ndowens
2020-11-14  1:09 ` ndowens [this message]
2020-11-14 15:08 ` [PR PATCH] [Merged]: " Hoshpak

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=20201114010945.jwbDEHN-eSJS1gxhpAl2rxZeVlQu_h3JM8VZjs3vZNw@z \
    --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).