Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libnma: replace libnm-gtk; network-manager-applet: add dependency on libnma
Date: Mon, 30 Nov 2020 18:36:25 +0100	[thread overview]
Message-ID: <20201130173625.se2UaYeopga736yjOpb_3E3Q25dVRY-NHK6Xiqq2CHY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26791@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 576 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/26791

libnma: replace libnm-gtk; network-manager-applet: add dependency on libnma
This PR adds a "replaces" line to the `libnma` template and gets rid of the last line referencing `libnm-gtk` in `common/shlibs`. Additionally, it adds a runtime dependency on `libnma` to `network-manager-applet`.

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

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

From 0666ff06496782da3ac28bb3a47354028f372ed7 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@protonmail.com>
Date: Sun, 29 Nov 2020 00:25:30 -0500
Subject: [PATCH 1/2] libnma: replace libnm-gtk

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

diff --git a/common/shlibs b/common/shlibs
index c2ee4943039..0b40f41e21b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2982,7 +2982,6 @@ libczmq.so.4 czmq-4.0.1_1
 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 libnm-gtk-1.4.0_1
 libnma.so.0 libnma-1.8.30_1
 libgspell-1.so.2 gspell-1.8.0_1
 libotf.so.1 libotf-0.9.16_1
diff --git a/srcpkgs/libnma/template b/srcpkgs/libnma/template
index c6c0aba1901..18b016b2b93 100644
--- a/srcpkgs/libnma/template
+++ b/srcpkgs/libnma/template
@@ -1,7 +1,7 @@
 # Template file for 'libnma'
 pkgname=libnma
 version=1.8.30
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 hostmakedepends="gettext glib-devel gtk-doc pkg-config vala"
@@ -14,6 +14,7 @@ license="GPL-2.0-only, LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/libnma"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
 checksum=da33e72a49e07d855d97a52aa9a8962a4c96f52b9168c4e0027117ad8ffdafb4
+replaces="libnm-gtk>=0"
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+="-Dgtk_doc=false"

From 2048f96e51e3cff107ee01de7eefa2b1023feb84 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@protonmail.com>
Date: Mon, 30 Nov 2020 12:35:50 -0500
Subject: [PATCH 2/2] network-manager-applet: revbump for libnma

---
 srcpkgs/network-manager-applet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/network-manager-applet/template b/srcpkgs/network-manager-applet/template
index 2d9861a94ba..303ded92456 100644
--- a/srcpkgs/network-manager-applet/template
+++ b/srcpkgs/network-manager-applet/template
@@ -1,7 +1,7 @@
 # Template file for 'network-manager-applet'
 pkgname=network-manager-applet
 version=1.18.0
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dselinux=false"
 hostmakedepends="dbus-glib-devel glib-devel intltool pkg-config"

  parent reply	other threads:[~2020-11-30 17:36 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26791@inbox.vuxu.org>
2020-11-30 11:30 ` [PR REVIEW] " not-chicken
2020-11-30 12:15 ` ericonr
2020-11-30 16:09 ` [PR REVIEW] " cinerea0
2020-11-30 16:18 ` cinerea0
2020-11-30 16:42 ` ericonr
2020-11-30 17:36 ` cinerea0 [this message]
2020-11-30 17:37 ` [PR REVIEW] " cinerea0
2020-11-30 17:40 ` cinerea0
2020-11-30 18:04 ` ericonr
2020-11-30 18:04 ` ericonr
2020-11-30 19:20 ` [PR PATCH] [Updated] libnma: replace libnm-gtk; revbump packages previously depending on libnm-gtk cinerea0
2020-11-30 19:33 ` cinerea0
2020-11-30 20:17 ` cinerea0
2020-11-30 20:33 ` cinerea0
2020-11-30 20:49 ` cinerea0
2020-11-30 21:24 ` cinerea0
2020-11-30 21:25 ` CameronNemo
2020-11-30 21:55 ` cinerea0
2020-11-30 21:55 ` [PR PATCH] [Updated] " cinerea0
2020-11-30 22:03 ` ericonr
2020-11-30 22:27 ` [PR PATCH] [Updated] " cinerea0
2020-11-30 23:24 ` cinerea0
2020-12-01  0:06 ` cinerea0
2020-12-01  1:03 ` ericonr
2020-12-01  1:06 ` cinerea0
2020-12-01  1:12 ` [PR PATCH] [Merged]: " ericonr

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=20201130173625.se2UaYeopga736yjOpb_3E3Q25dVRY-NHK6Xiqq2CHY@z \
    --to=cinerea0@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).