Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libnma: update to 1.8.34
@ 2022-01-24  3:37 cinerea0
  2022-01-24 10:50 ` [PR REVIEW] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: cinerea0 @ 2022-01-24  3:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages nma
https://github.com/void-linux/void-packages/pull/35218

libnma: update to 1.8.34
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From bdb915c955e0001b8aa7e4f49b9b9b6450233e41 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 23 Jan 2022 22:36:59 -0500
Subject: [PATCH] libnma: update to 1.8.34

---
 srcpkgs/libnma/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libnma/template b/srcpkgs/libnma/template
index 88ac261d74db..929a21e8c4ca 100644
--- a/srcpkgs/libnma/template
+++ b/srcpkgs/libnma/template
@@ -1,6 +1,6 @@
 # Template file for 'libnma'
 pkgname=libnma
-version=1.8.32
+version=1.8.34
 revision=1
 build_style=meson
 build_helper="gir"
@@ -14,7 +14,7 @@ license="GPL-2.0-only, LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/libnma"
 changelog="https://gitlab.gnome.org/GNOME/libnma/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=0a57b93a2fad43acc763f320dd3a7a93c429b0e3118dfa549d67824cddc4e905
+checksum=f5e2e738e0fca7f2a549079290b2d8017511d485a83220c36df380a3b4753304
 replaces="libnm-gtk>=0"
 
 if [ "$CROSS_BUILD" ]; then

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

* Re: [PR REVIEW] libnma: update to 1.8.34
  2022-01-24  3:37 [PR PATCH] libnma: update to 1.8.34 cinerea0
@ 2022-01-24 10:50 ` paper42
  2022-01-24 17:03 ` cinerea0
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-01-24 10:50 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35218#discussion_r790620967

Comment:
```suggestion
changelog="https://gitlab.gnome.org/GNOME/libnma/-/raw/main/NEWS"
```
according to the changelog, this release just added experimental gtk4 support which we don't currently enable

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

* Re: [PR REVIEW] libnma: update to 1.8.34
  2022-01-24  3:37 [PR PATCH] libnma: update to 1.8.34 cinerea0
  2022-01-24 10:50 ` [PR REVIEW] " paper42
@ 2022-01-24 17:03 ` cinerea0
  2022-01-26  3:37 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2022-01-24 17:03 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/35218#discussion_r790970706

Comment:
The gtk4 library is currently disabled by default. Would you like me to explicitly disable it?

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

* Re: [PR PATCH] [Updated] libnma: update to 1.8.34
  2022-01-24  3:37 [PR PATCH] libnma: update to 1.8.34 cinerea0
  2022-01-24 10:50 ` [PR REVIEW] " paper42
  2022-01-24 17:03 ` cinerea0
@ 2022-01-26  3:37 ` cinerea0
  2022-01-26  3:38 ` cinerea0
  2022-01-28  6:39 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2022-01-26  3:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages nma
https://github.com/void-linux/void-packages/pull/35218

libnma: update to 1.8.34
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 304d0fe75f2ffc980ef36537bac1d167a78ce7cc Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 25 Jan 2022 22:37:19 -0500
Subject: [PATCH] libnma: update to 1.8.34

---
 srcpkgs/libnma/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libnma/template b/srcpkgs/libnma/template
index 88ac261d74db..c0a9791e5736 100644
--- a/srcpkgs/libnma/template
+++ b/srcpkgs/libnma/template
@@ -1,9 +1,10 @@
 # Template file for 'libnma'
 pkgname=libnma
-version=1.8.32
+version=1.8.34
 revision=1
 build_style=meson
 build_helper="gir"
+configure_args="-Dlibnma_gtk4=false"
 hostmakedepends="gettext glib-devel gtk-doc pkg-config vala"
 makedepends="gcr-devel gtk+3-devel iso-codes
  mobile-broadband-provider-info NetworkManager-devel"
@@ -12,13 +13,13 @@ short_desc="NetworkManager panel applet for GNOME - runtime library"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="GPL-2.0-only, LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/libnma"
-changelog="https://gitlab.gnome.org/GNOME/libnma/-/raw/master/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/libnma/-/raw/main/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=0a57b93a2fad43acc763f320dd3a7a93c429b0e3118dfa549d67824cddc4e905
+checksum=f5e2e738e0fca7f2a549079290b2d8017511d485a83220c36df380a3b4753304
 replaces="libnm-gtk>=0"
 
 if [ "$CROSS_BUILD" ]; then
-	configure_args+="-Dgtk_doc=false"
+	configure_args+=" -Dgtk_doc=false"
 	hostmakedepends+=" libnma-devel"
 fi
 

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

* Re: libnma: update to 1.8.34
  2022-01-24  3:37 [PR PATCH] libnma: update to 1.8.34 cinerea0
                   ` (2 preceding siblings ...)
  2022-01-26  3:37 ` [PR PATCH] [Updated] " cinerea0
@ 2022-01-26  3:38 ` cinerea0
  2022-01-28  6:39 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2022-01-26  3:38 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/35218#issuecomment-1021832213

Comment:
@paper42 I've explicitly disabled the experimental gtk4 library so we'll know to enable it when GNOME eventually requires it.

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

* Re: [PR PATCH] [Merged]: libnma: update to 1.8.34
  2022-01-24  3:37 [PR PATCH] libnma: update to 1.8.34 cinerea0
                   ` (3 preceding siblings ...)
  2022-01-26  3:38 ` cinerea0
@ 2022-01-28  6:39 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2022-01-28  6:39 UTC (permalink / raw)
  To: ml

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

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

libnma: update to 1.8.34
https://github.com/void-linux/void-packages/pull/35218

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-01-28  6:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24  3:37 [PR PATCH] libnma: update to 1.8.34 cinerea0
2022-01-24 10:50 ` [PR REVIEW] " paper42
2022-01-24 17:03 ` cinerea0
2022-01-26  3:37 ` [PR PATCH] [Updated] " cinerea0
2022-01-26  3:38 ` cinerea0
2022-01-28  6:39 ` [PR PATCH] [Merged]: " ericonr

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