Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (dfb20d28f4c7d5738189a2763cd479369d5885df)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (dfb20d28f4c7d5738189a2763cd479369d5885df)
  • Date: Mon, 27 Feb 2023 22:19:55 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 1 +
net/nm-tray/CONFIGURE | 1 +
net/nm-tray/DEPENDS | 10 ++++++++++
net/nm-tray/DETAILS | 18 ++++++++++++++++++
net/nm-tray/HISTORY | 3 +++
5 files changed, 33 insertions(+)

New commits:
commit dfb20d28f4c7d5738189a2763cd479369d5885df
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

nm-tray: new spell, qt network-manager tray icon

diff --git a/ChangeLog b/ChangeLog
index bd7f917..48bdb61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2023-02-27 Conner Clere <xenanthropy AT sourcemage.org>
* libs/libappindicator: new spell, menu exporting library
* windowmanagers/labwc: new spell, wayland window-stacking compositor
+ * net/nm-tray: new spell, qt network-manager tray icon

2023-02-23 Treeve Jelbert <treeve AT sourcemage.org>
* kde5-extra/tokodon: added, Mastadon client
diff --git a/net/nm-tray/CONFIGURE b/net/nm-tray/CONFIGURE
new file mode 100755
index 0000000..90942b1
--- /dev/null
+++ b/net/nm-tray/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/net/nm-tray/DEPENDS b/net/nm-tray/DEPENDS
new file mode 100755
index 0000000..eca6594
--- /dev/null
+++ b/net/nm-tray/DEPENDS
@@ -0,0 +1,10 @@
+. "${GRIMOIRE}/CMAKE_DEPENDS" &&
+depends qtbase &&
+depends network-manager && # needs -sub TUI
+depends networkmanager-qt &&
+
+optional_depends modemmanager '' '' 'With modem-manager support?' &&
+
+if is_depends_enabled $SPELL modemmanager; then
+ depends modemmanager-qt
+fi
diff --git a/net/nm-tray/DETAILS b/net/nm-tray/DETAILS
new file mode 100755
index 0000000..6258f47
--- /dev/null
+++ b/net/nm-tray/DETAILS
@@ -0,0 +1,18 @@
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
+ SPELL=nm-tray
+ VERSION=0.5.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=https://github.com/palinek/nm-tray/archive/$VERSION.tar.gz
+
SOURCE_HASH=sha256:3db9fdfcf274392f040ee2e7370be41aaae5d700277979f661718e6d893c5ff5
+ LICENSE[0]=GPL
+ WEB_SITE=https://github.com/palinek/nm-tray/
+ ENTERED=20230227
+ KEYWORDS="network-manager qt tray"
+ SHORT="network-manager applet written in qt"
+cat << EOF
+nm-tray is a simple NetworkManager front end with information icon residing
+in system tray (like e.g. nm-applet). It's a pure Qt application.
+For interaction with NetworkManager it uses API provided by
+KF5::NetworkManagerQt -> plain DBus communication.
+EOF
diff --git a/net/nm-tray/HISTORY b/net/nm-tray/HISTORY
new file mode 100644
index 0000000..1477a9b
--- /dev/null
+++ b/net/nm-tray/HISTORY
@@ -0,0 +1,3 @@
+2023-02-27 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS: version 0.5.0, new spell
+



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (dfb20d28f4c7d5738189a2763cd479369d5885df), Conner Clere, 02/27/2023

Archive powered by MHonArc 2.6.24.

Top of Page