Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libnma: update to 1.8.36.
@ 2022-03-26 21:10 cinerea0
  2022-03-27  7:59 ` paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cinerea0 @ 2022-03-26 21:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages libnma
https://github.com/void-linux/void-packages/pull/36367

libnma: update to 1.8.36.
<!-- 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 add ci skip tag as described in
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/36367.patch is attached

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

From 05842ec0deeb8567fb7f82cd799c4601bf82ac45 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 26 Mar 2022 17:07:10 -0400
Subject: [PATCH] libnma: update to 1.8.36.

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

diff --git a/srcpkgs/libnma/template b/srcpkgs/libnma/template
index c0a9791e5736..54b5997b23ee 100644
--- a/srcpkgs/libnma/template
+++ b/srcpkgs/libnma/template
@@ -1,6 +1,6 @@
 # Template file for 'libnma'
 pkgname=libnma
-version=1.8.34
+version=1.8.36
 revision=1
 build_style=meson
 build_helper="gir"
@@ -15,7 +15,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/main/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=f5e2e738e0fca7f2a549079290b2d8017511d485a83220c36df380a3b4753304
+checksum=d99415f4cdff642230019ec5cdd2b1fbf1ec550a8ae865219f75482a642b7b7a
 replaces="libnm-gtk>=0"
 
 if [ "$CROSS_BUILD" ]; then

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

* Re: libnma: update to 1.8.36.
  2022-03-26 21:10 [PR PATCH] libnma: update to 1.8.36 cinerea0
@ 2022-03-27  7:59 ` paper42
  2022-03-27 15:08 ` [PR PATCH] [Updated] " cinerea0
  2022-03-27 18:27 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-03-27  7:59 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36367#issuecomment-1079876565

Comment:
Could you enable gtk4? We will need it for GNOME 42.

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

* Re: [PR PATCH] [Updated] libnma: update to 1.8.36.
  2022-03-26 21:10 [PR PATCH] libnma: update to 1.8.36 cinerea0
  2022-03-27  7:59 ` paper42
@ 2022-03-27 15:08 ` cinerea0
  2022-03-27 18:27 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2022-03-27 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages libnma
https://github.com/void-linux/void-packages/pull/36367

libnma: update to 1.8.36.
<!-- 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 add ci skip tag as described in
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/36367.patch is attached

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

From d2e5e4757fb806ef2782bb3084ff2699a8d0eabd Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 27 Mar 2022 11:08:07 -0400
Subject: [PATCH] libnma: update to 1.8.36.

---
 common/shlibs           | 1 +
 srcpkgs/libnma/template | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 7d323593a120..bba46e1678dc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2957,6 +2957,7 @@ liblz.so.1 lzlib-1.8_1
 libelogind.so.0 libelogind-238.1_2
 libseat.so.1 libseat-0.3.0_1
 libnma.so.0 libnma-1.8.30_1
+libnma-gtk4.so.0 libnma-1.8.36_1
 libgspell-1.so.2 gspell-1.8.0_1
 libotf.so.1 libotf-0.9.16_1
 libimagequant.so.0 libimagequant-2.8.2_1
diff --git a/srcpkgs/libnma/template b/srcpkgs/libnma/template
index c0a9791e5736..148ae51d6de9 100644
--- a/srcpkgs/libnma/template
+++ b/srcpkgs/libnma/template
@@ -1,12 +1,12 @@
 # Template file for 'libnma'
 pkgname=libnma
-version=1.8.34
+version=1.8.36
 revision=1
 build_style=meson
 build_helper="gir"
-configure_args="-Dlibnma_gtk4=false"
+configure_args="-Dlibnma_gtk4=true"
 hostmakedepends="gettext glib-devel gtk-doc pkg-config vala"
-makedepends="gcr-devel gtk+3-devel iso-codes
+makedepends="gcr-devel gtk+3-devel gtk4-devel iso-codes
  mobile-broadband-provider-info NetworkManager-devel"
 depends="NetworkManager iso-codes"
 short_desc="NetworkManager panel applet for GNOME - runtime library"
@@ -15,7 +15,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/main/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=f5e2e738e0fca7f2a549079290b2d8017511d485a83220c36df380a3b4753304
+checksum=d99415f4cdff642230019ec5cdd2b1fbf1ec550a8ae865219f75482a642b7b7a
 replaces="libnm-gtk>=0"
 
 if [ "$CROSS_BUILD" ]; then

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

* Re: [PR PATCH] [Merged]: libnma: update to 1.8.36.
  2022-03-26 21:10 [PR PATCH] libnma: update to 1.8.36 cinerea0
  2022-03-27  7:59 ` paper42
  2022-03-27 15:08 ` [PR PATCH] [Updated] " cinerea0
@ 2022-03-27 18:27 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-03-27 18:27 UTC (permalink / raw)
  To: ml

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

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

libnma: update to 1.8.36.
https://github.com/void-linux/void-packages/pull/36367

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 add ci skip tag as described in
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] 4+ messages in thread

end of thread, other threads:[~2022-03-27 18:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-26 21:10 [PR PATCH] libnma: update to 1.8.36 cinerea0
2022-03-27  7:59 ` paper42
2022-03-27 15:08 ` [PR PATCH] [Updated] " cinerea0
2022-03-27 18:27 ` [PR PATCH] [Merged]: " paper42

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