unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: James Smith via Guix-patches via <guix-patches@gnu.org>
To: 70552@debbugs.gnu.org
Cc: James Smith <jsubuntuxp@disroot.org>
Subject: [bug#70552] [PATCH] gnu: Add iwgtk.
Date: Wed, 24 Apr 2024 09:09:29 -0700	[thread overview]
Message-ID: <f8e832c998d1422863037f88fea360cb8d8b2ec3.1713974969.git.jsubuntuxp@disroot.org> (raw)

* gnu/packages/networking.scm (iwgtk): New variable.

Change-Id: I8dc5446fda114f033c1e594028668af41cd5ec85
---
 gnu/packages/networking.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9d657bc69d..dbc6280416 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -64,6 +64,7 @@
 ;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
 ;;; Copyright © 2022 Dominic Martinez <dom@dominicm.dev>
 ;;; Copyright © 2024 Alexey Abramov <levenson@mmer.org>
+;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -99,6 +100,7 @@ (define-module (gnu packages networking)
   #:use-module (gnu packages)
   #:use-module (gnu packages admin)
   #:use-module (gnu packages adns)
+  #:use-module (gnu packages aidc)
   #:use-module (gnu packages algebra)
   #:use-module (gnu packages audio)
   #:use-module (gnu packages autogen)
@@ -144,6 +146,7 @@ (define-module (gnu packages networking)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages lua)
   #:use-module (gnu packages kerberos)
+  #:use-module (gnu packages man)
   #:use-module (gnu packages mpi)
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages nettle)
@@ -4152,6 +4155,30 @@ (define-public iwd
 maximum extent possible.")
     (license license:lgpl2.1+)))
 
+(define-public iwgtk
+  (package
+    (name "iwgtk")
+    (version "0.9")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference (url "https://github.com/J-Lentz/iwgtk")
+                           (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1fvxq4ydhzisfn93pcqbspqqi8fwj45v8q104bkm4qfzhf5nvp7w"))))
+    (build-system meson-build-system)
+    (inputs (list gtk qrencode))
+    (native-inputs (list gettext-minimal pkg-config scdoc))
+    (home-page "https://github.com/J-Lentz/iwgtk")
+    (synopsis "Lightweight front-end for iwd")
+    (description "Wireless networking GUI front-end for iwd, with supported
+functionality similar to that of iwctl.  Features include viewing and connecting
+to available networks, managing known networks, provisioning new networks via
+WPS or Wi-Fi Easy Connect, and an indicator icon displaying connection status
+and signal strength.")
+    (license license:gpl3+)))
+
 (define-public libyang
   (package
     (name "libyang")

base-commit: 91d9e145e15241c20729a4f1fa43f3d662f6b806
-- 
2.41.0





             reply	other threads:[~2024-04-24 16:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-24 16:09 James Smith via Guix-patches via [this message]
2024-04-30 15:00 ` bug#70552: [PATCH] gnu: Add iwgtk Z572

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f8e832c998d1422863037f88fea360cb8d8b2ec3.1713974969.git.jsubuntuxp@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=70552@debbugs.gnu.org \
    --cc=jsubuntuxp@disroot.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).