Github messages for voidlinux
 help / color / mirror / Atom feed
From: hsnfirdaus <hsnfirdaus@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] NetworkManager-openvpn :  update to 1.8.18 + gtk4 support
Date: Mon, 28 Nov 2022 13:11:03 +0100	[thread overview]
Message-ID: <20221128121103.ocUn8JiMYSaaOSy4eRivJAjEOnObxGZLU4-ZYa3SldM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38942@inbox.vuxu.org>

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

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

https://github.com/hsnfirdaus/void-packages nm-openvpn
https://github.com/void-linux/void-packages/pull/38942

NetworkManager-openvpn :  update to 1.8.18 + gtk4 support
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)


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

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

From 9d45c420aab57be0f174d5f09a84cf20c1d4bbdc Mon Sep 17 00:00:00 2001
From: Muhammad Hasan Firdaus <hasanteam008@gmail.com>
Date: Sat, 27 Aug 2022 18:41:47 +0700
Subject: [PATCH 1/2] NetworkManager-openvpn :  update to 1.8.18 + gtk4 support

---
 srcpkgs/NetworkManager-openvpn/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/NetworkManager-openvpn/template b/srcpkgs/NetworkManager-openvpn/template
index c5f431c1c26c..1f5bcfa3268f 100644
--- a/srcpkgs/NetworkManager-openvpn/template
+++ b/srcpkgs/NetworkManager-openvpn/template
@@ -1,18 +1,18 @@
 # Template file for 'NetworkManager-openvpn'
 pkgname=NetworkManager-openvpn
-version=1.8.16
+version=1.8.18
 revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
+configure_args="--disable-static --with-gtk4"
 hostmakedepends="automake gettext-devel glib-devel intltool libtool pkg-config"
-makedepends="gtk+3-devel libglib-devel libnma-devel libsecret-devel"
+makedepends="gtk+3-devel libglib-devel libnma-devel libsecret-devel gtk4-devel"
 depends="openvpn"
 short_desc="NetworkManager VPN plugin for OpenVPN"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=8920de09c7ae5f1f520c83f844455db8faec31427350268fe2dd95b860f91fb5
+checksum=53dfb0acf64478adc728074f162f62e60bff62a605bd897eb88b267e7057927a
 system_accounts="_nm_openvpn"
 lib32disabled=yes
 _nm_openvpn_homedir="/var/empty"

From e91c45f75f4e6b967166f5dd78ca76c4c436858d Mon Sep 17 00:00:00 2001
From: Muhammad Hasan Firdaus <hasanteam008@gmail.com>
Date: Mon, 28 Nov 2022 19:07:24 +0700
Subject: [PATCH 2/2] adjust vseed

---
 srcpkgs/NetworkManager-openvpn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/NetworkManager-openvpn/template b/srcpkgs/NetworkManager-openvpn/template
index 1f5bcfa3268f..67db80103dfa 100644
--- a/srcpkgs/NetworkManager-openvpn/template
+++ b/srcpkgs/NetworkManager-openvpn/template
@@ -18,7 +18,7 @@ lib32disabled=yes
 _nm_openvpn_homedir="/var/empty"
 
 post_extract() {
-	sed -i 's/\(#define NM_OPENVPN_\(USER\|GROUP\)\).*/\1 "_nm_openvpn"/' \
+	vsed -i 's/\(#define NM_OPENVPN_\(USER\|GROUP\)\).*/\1 "_nm_openvpn"/' \
 		shared/nm-service-defines.h
 }
 

  parent reply	other threads:[~2022-11-28 12:11 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-27 11:44 [PR PATCH] " hsnfirdaus
2022-11-26  2:27 ` [PR PATCH] [Updated] " hsnfirdaus
2022-11-28 12:11 ` hsnfirdaus [this message]
2022-11-28 12:16 ` kruceter
2022-11-28 12:22 ` [PR PATCH] [Updated] " hsnfirdaus
2022-11-28 12:25 ` hsnfirdaus
2022-11-28 12:31 ` kruceter
2022-11-28 12:36 ` kruceter
2022-11-28 12:37 ` kruceter
2022-11-28 13:04 ` hsnfirdaus
2022-11-28 13:07 ` hsnfirdaus
2022-11-28 13:09 ` hsnfirdaus
2022-11-28 13:11 ` kruceter
2022-11-28 13:14 ` paper42
2022-11-28 13:25 ` hsnfirdaus
2022-11-28 13:26 ` paper42
2022-11-28 13:38 ` [PR PATCH] [Updated] " hsnfirdaus
2022-11-28 13:40 ` hsnfirdaus
2022-11-28 13:41 ` [PR REVIEW] " paper42
2022-11-28 13:42 ` paper42
2022-11-28 13:44 ` [PR PATCH] [Updated] " hsnfirdaus
2022-11-29 23:03 ` [PR PATCH] [Merged]: " paper42

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=20221128121103.ocUn8JiMYSaaOSy4eRivJAjEOnObxGZLU4-ZYa3SldM@z \
    --to=hsnfirdaus@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).