GNU bug report logs - #70552
[PATCH] gnu: Add iwgtk.

Previous Next

Package: guix-patches;

Reported by: James Smith <jsubuntuxp <at> disroot.org>

Date: Wed, 24 Apr 2024 16:13:12 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

To reply to this bug, email your comments to 70552 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70552; Package guix-patches. (Wed, 24 Apr 2024 16:13:16 GMT) Full text and rfc822 format available.

Acknowledgement sent to James Smith <jsubuntuxp <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 24 Apr 2024 16:13:17 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: James Smith <jsubuntuxp <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: James Smith <jsubuntuxp <at> disroot.org>
Subject: [PATCH] gnu: Add iwgtk.
Date: Wed, 24 Apr 2024 09:09:29 -0700
* 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 <at> dominicm.dev>
 ;;; Copyright © 2024 Alexey Abramov <levenson <at> mmer.org>
+;;; Copyright © 2024 James Smith <jsubuntuxp <at> 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





Information forwarded to guix-patches <at> gnu.org:
bug#70552; Package guix-patches. (Tue, 30 Apr 2024 15:02:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: James Smith via Guix-patches via <guix-patches <at> gnu.org>
Cc: 70552-done <at> debbugs.gnu.org, James Smith <jsubuntuxp <at> disroot.org>
Subject: Re: [bug#70552] [PATCH] gnu: Add iwgtk.
Date: Tue, 30 Apr 2024 23:00:18 +0800
[Message part 1 (text/plain, inline)]
James Smith via Guix-patches via <guix-patches <at> gnu.org> writes:

> * 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 <at> dominicm.dev>
>  ;;; Copyright © 2024 Alexey Abramov <levenson <at> mmer.org>
> +;;; Copyright © 2024 James Smith <jsubuntuxp <at> 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

apply, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=33ddb5f312a1d0adf07b20f157d952f4c0276e8d
[signature.asc (application/pgp-signature, inline)]

Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Tue, 30 Apr 2024 15:02:03 GMT) Full text and rfc822 format available.

Notification sent to James Smith <jsubuntuxp <at> disroot.org>:
bug acknowledged by developer. (Tue, 30 Apr 2024 15:02:03 GMT) Full text and rfc822 format available.

This bug report was last modified 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.