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] network-manager-applet: add libappindicator support
Date: Tue, 06 Oct 2020 04:30:45 +0200	[thread overview]
Message-ID: <20201006023045.FRWjoLhTItMi3TBwA5_-1J3LSCKKj7zCCT6BOURkDLo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24497@inbox.vuxu.org>

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

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

https://github.com/cinerea0/void-packages nm-applet
https://github.com/void-linux/void-packages/pull/24497

network-manager-applet: add libappindicator support
This commit adds support for `nm-applet`'s `--indicator` flag, which allows the applet to run in trays that use the AppIndicator protocol.

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

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

From 3dc570ce92c22b51a79b7415046fbcb76de86fe6 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@protonmail.com>
Date: Mon, 5 Oct 2020 22:28:59 -0400
Subject: [PATCH 1/2] New package: libnma-1.8.30

---
 srcpkgs/libnma-devel    |  1 +
 srcpkgs/libnma/template | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 120000 srcpkgs/libnma-devel
 create mode 100644 srcpkgs/libnma/template

diff --git a/srcpkgs/libnma-devel b/srcpkgs/libnma-devel
new file mode 120000
index 00000000000..21c1b5b0b03
--- /dev/null
+++ b/srcpkgs/libnma-devel
@@ -0,0 +1 @@
+libnma
\ No newline at end of file
diff --git a/srcpkgs/libnma/template b/srcpkgs/libnma/template
new file mode 100644
index 00000000000..c6c0aba1901
--- /dev/null
+++ b/srcpkgs/libnma/template
@@ -0,0 +1,41 @@
+# Template file for 'libnma'
+pkgname=libnma
+version=1.8.30
+revision=1
+build_style=meson
+build_helper="gir"
+hostmakedepends="gettext glib-devel gtk-doc pkg-config vala"
+makedepends="gcr-devel gtk+3-devel iso-codes
+ mobile-broadband-provider-info NetworkManager-devel"
+depends="NetworkManager iso-codes"
+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"
+distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
+checksum=da33e72a49e07d855d97a52aa9a8962a4c96f52b9168c4e0027117ad8ffdafb4
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+="-Dgtk_doc=false"
+	hostmakedepends+=" libnma-devel"
+fi
+
+post_install() {
+	if [ "$CROSS_BUILD" ]; then
+		vmkdir usr/share/gtk-doc/html 0755
+		vcopy /usr/share/gtk-doc/html/libnma usr/share/gtk-doc/html
+	fi
+}
+
+libnma-devel_package() {
+	short_desc+=" - library development files"
+	depends="${sourcepkg}>=${version}_${revision} NetworkManager-devel"
+	pkg_install() {
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+		vmove usr/include
+		vmove usr/share/gir-1.0
+		vmove usr/share/vala
+		vmove usr/share/gtk-doc
+	}
+}

From 552d5779249ac06d09b53cf6492c7f778a2f5fb8 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@protonmail.com>
Date: Mon, 5 Oct 2020 22:30:06 -0400
Subject: [PATCH 2/2] common/shlibs: change source of libnma

---
 common/shlibs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/shlibs b/common/shlibs
index 36efd174d6b..91635660be4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2981,7 +2981,7 @@ libstilview.so.0 libsidplayfp-1.8.7_1
 libczmq.so.4 czmq-4.0.1_1
 liblz.so.1 lzlib-1.8_1
 libelogind.so.0 libelogind-238.1_2
-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
 libimagequant.so.0 libimagequant-2.8.2_1

  parent reply	other threads:[~2020-10-06  2:30 UTC|newest]

Thread overview: 92+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-27  1:13 [PR PATCH] " cinerea0
2020-08-27  1:39 ` cinerea0
2020-09-09 14:07 ` sgn
2020-09-11  3:51 ` cinerea0
2020-09-11  5:41 ` CameronNemo
2020-09-11  5:42 ` CameronNemo
2020-09-11  5:44 ` CameronNemo
2020-09-11 23:24 ` cinerea0
2020-09-11 23:39 ` CameronNemo
2020-09-30 20:51 ` [PR PATCH] [Updated] " cinerea0
2020-09-30 21:15 ` cinerea0
2020-09-30 21:31 ` cinerea0
2020-09-30 23:37 ` [PR REVIEW] " CameronNemo
2020-09-30 23:37 ` CameronNemo
2020-09-30 23:37 ` CameronNemo
2020-09-30 23:37 ` CameronNemo
2020-09-30 23:54 ` [PR PATCH] [Updated] " cinerea0
2020-10-01  0:05 ` [PR REVIEW] " cinerea0
2020-10-01  0:05 ` cinerea0
2020-10-01  0:07 ` cinerea0
2020-10-01  0:08 ` cinerea0
2020-10-04  3:09 ` [PR PATCH] [Updated] " cinerea0
2020-10-04  4:57 ` cinerea0
2020-10-04  5:34 ` cinerea0
2020-10-04 23:05 ` cinerea0
2020-10-04 23:43 ` cinerea0
2020-10-05  0:17 ` cinerea0
2020-10-05  0:44 ` [PR PATCH] [Updated] " cinerea0
2020-10-05  0:48 ` [PR REVIEW] " CameronNemo
2020-10-05  1:17 ` cinerea0
2020-10-05  1:27 ` CameronNemo
2020-10-05  1:44 ` cinerea0
2020-10-05  1:48 ` cinerea0
2020-10-05  1:51 ` CameronNemo
2020-10-05  2:20 ` cinerea0
2020-10-05 22:32 ` cinerea0
2020-10-05 22:46 ` cinerea0
2020-10-05 23:32 ` [PR PATCH] [Updated] " cinerea0
2020-10-06  2:12 ` CameronNemo
2020-10-06  2:14 ` CameronNemo
2020-10-06  2:30 ` cinerea0 [this message]
2020-10-06  2:45 ` [PR PATCH] [Updated] " cinerea0
2020-10-06  3:01 ` cinerea0
2020-10-06  3:07 ` cinerea0
2020-10-06  3:16 ` CameronNemo
2020-10-06  3:28 ` cinerea0
2020-10-06  3:39 ` CameronNemo
2020-10-06  3:40 ` CameronNemo
2020-10-06  3:40 ` CameronNemo
2020-10-06  3:46 ` CameronNemo
2020-10-06 13:07 ` [PR PATCH] [Updated] " cinerea0
2020-10-06 13:23 ` cinerea0
2020-10-06 13:40 ` cinerea0
2020-10-06 14:06 ` cinerea0
2020-10-06 15:21 ` cinerea0
2020-10-06 16:34 ` cinerea0
2020-10-06 22:19 ` cinerea0
2020-10-07  0:09 ` cinerea0
2020-10-07  1:03 ` cinerea0
2020-10-07  2:30 ` cinerea0
2020-10-07  3:09 ` CameronNemo
2020-10-07  3:27 ` [PR PATCH] [Updated] " cinerea0
2020-10-07  4:17 ` cinerea0
2020-10-07  4:59 ` CameronNemo
2020-10-07  5:25 ` [PR PATCH] [Updated] " cinerea0
2020-10-07 14:29 ` cinerea0
2020-10-07 14:30 ` cinerea0
2020-10-07 16:41 ` CameronNemo
2020-10-08  0:30 ` [PR PATCH] [Updated] " cinerea0
2020-10-08  1:39 ` cinerea0
2020-10-08  3:12 ` CameronNemo
2020-10-08  5:02 ` [PR PATCH] [Updated] " cinerea0
2020-10-08 16:01 ` cinerea0
2020-10-08 21:34 ` cinerea0
2020-10-08 21:35 ` [PR PATCH] [Updated] " cinerea0
2020-10-08 22:13 ` cinerea0
2020-10-08 23:46 ` [PR PATCH] [Updated] " cinerea0
2020-10-09  1:29 ` cinerea0
2020-10-09  4:42 ` [PR PATCH] [Updated] " cinerea0
2020-10-09  6:42 ` CameronNemo
2020-10-09 16:27 ` cinerea0
2020-10-10 21:51 ` cinerea0
2020-10-10 21:51 ` [PR PATCH] [Updated] " cinerea0
2020-10-10 22:54 ` cinerea0
2020-10-13  0:53 ` [PR PATCH] [Updated] " cinerea0
2020-10-13  2:18 ` cinerea0
2020-10-15 23:51 ` cinerea0
2020-11-18  5:55 ` [PR PATCH] [Updated] New package: libnma-1.8.30; network-manager-applet: update to 1.18.0 and " cinerea0
2020-11-18  6:55 ` Piraty
2020-11-19  1:40 ` [PR PATCH] [Updated] " cinerea0
2020-11-19  5:50 ` cinerea0
2020-11-22  6:25 ` [PR PATCH] [Merged]: " the-maldridge

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=20201006023045.FRWjoLhTItMi3TBwA5_-1J3LSCKKj7zCCT6BOURkDLo@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).