From unknown Thu Jun 19 14:03:12 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#41383] [PATCH] gnu: Add wofi Resent-From: Alex McGrath Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 18 May 2020 23:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 41383 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41383@debbugs.gnu.org Cc: Alex McGrath X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158984296014279 (code B ref -1); Mon, 18 May 2020 23:03:01 +0000 Received: (at submit) by debbugs.gnu.org; 18 May 2020 23:02:40 +0000 Received: from localhost ([127.0.0.1]:48549 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaomN-0003iF-Bx for submit@debbugs.gnu.org; Mon, 18 May 2020 19:02:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:57346) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaom8-0003hu-TO for submit@debbugs.gnu.org; Mon, 18 May 2020 19:02:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48556) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jaom8-0005WG-LZ for guix-patches@gnu.org; Mon, 18 May 2020 19:02:24 -0400 Received: from aibo.runbox.com ([91.220.196.211]:53444) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jaom7-0004Ay-Bb for guix-patches@gnu.org; Mon, 18 May 2020 19:02:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=amk.ie; s=selector2; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject :Cc:To:From; bh=0r+Kbs+uT1yWqTtFatPpb/8GxvvAI2xFL83k4CnVkJg=; b=TSX2Bj/a7G+2e T3R/0mr9UtrmR+GKBCFnQgy3iUpS7x/wqhKo9YbNmgnuBawUlKsRiGWD7SAge2M+WTpP4gSXazfA4 GzqbVp+pY3cN1Ejzhq1JaILH5scEtJd9r+lc9PNpUKauGgpCmaEwZ9W2syLNouW/IOX9MPhq+4nnf nSB04a8TAqJIwBdXsmtf9q4AGGhPP7s2Kxi4UPTHc8sQgm1A2kmuIsei6pC8AIRoa47YtHHw7A3d6 PaUK0Ei76cewZHnobpSETL9h5xP039hSLPEIZiclWb+XgkD+axGi9OMbWctgELK5CbivoPDccG1rT ZQAPLlmsUfihTfztAWEeQ==; Received: from [10.9.9.203] (helo=mailfront21.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1jaom1-0006Qf-Bv for guix-patches@gnu.org; Tue, 19 May 2020 01:02:17 +0200 Received: by mailfront21.runbox with esmtpsa [Authenticated alias (942369)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1jaolq-00030z-Mg; Tue, 19 May 2020 01:02:06 +0200 From: Alex McGrath Date: Tue, 19 May 2020 00:01:46 +0100 Message-Id: <20200518230146.10451-1-amk@amk.ie> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=91.220.196.211; envelope-from=amk@amk.ie; helo=aibo.runbox.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/18 19:02:17 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/xdisorg.scm (wofi): New variable --- gnu/packages/xdisorg.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 256b86a39a..88719775df 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -58,6 +58,7 @@ #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) + #:use-module (guix hg-download) #:use-module (guix utils) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) @@ -2358,3 +2359,31 @@ is to find @file{.desktop} files and offer you a menu to start an application using @command{dmenu}.") (home-page "https://github.com/enkore/j4-dmenu-desktop") (license license:gpl3+))) + +(define-public wofi + (package + (name "wofi") + (version "1.1.2") + (source (origin + (method hg-fetch) + (uri (hg-reference + (url "https://hg.sr.ht/~scoopta/wofi") + (changeset (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "086j5wshawjbwdmmmldivfagc2rr7g5a2gk11l0snqqslm294xsn")))) + (build-system meson-build-system) + (arguments + `(#:glib-or-gtk? #t)) + (native-inputs + `(("pkg-config" ,pkg-config))) + (inputs + `(("gtk3" ,gtk+) + ("wayland" ,wayland))) + (synopsis "Launcher/menu program for wayland") + (description + "Wofi is a launcher/menu program for wlroots based wayland compositors +such as sway, similar to @command{rofi}.") + (home-page "https://hg.sr.ht/~scoopta/wofi") + (license license:gpl3+))) -- 2.26.2 From unknown Thu Jun 19 14:03:12 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Alex McGrath Subject: bug#41383: closed (Re: [bug#41383] [PATCH] gnu: Add wofi) Message-ID: References: <20200519183245.0b56dc38@scratchpost.org> <20200518230146.10451-1-amk@amk.ie> X-Gnu-PR-Message: they-closed 41383 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 41383@debbugs.gnu.org Date: Tue, 19 May 2020 16:33:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1589905982-29578-1" This is a multi-part message in MIME format... ------------=_1589905982-29578-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #41383: [PATCH] gnu: Add wofi which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 41383@debbugs.gnu.org. --=20 41383: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D41383 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1589905982-29578-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 41383-done) by debbugs.gnu.org; 19 May 2020 16:32:50 +0000 Received: from localhost ([127.0.0.1]:50801 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jb5Ag-0007gf-62 for submit@debbugs.gnu.org; Tue, 19 May 2020 12:32:50 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:54622) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jb5Ae-0007gV-M0 for 41383-done@debbugs.gnu.org; Tue, 19 May 2020 12:32:49 -0400 Received: from localhost (80-110-127-207.cgn.dynamic.surfer.at [80.110.127.207]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 365AB33676F7; Tue, 19 May 2020 18:32:47 +0200 (CEST) Date: Tue, 19 May 2020 18:32:45 +0200 From: Danny Milosavljevic To: Alex McGrath Subject: Re: [bug#41383] [PATCH] gnu: Add wofi Message-ID: <20200519183245.0b56dc38@scratchpost.org> In-Reply-To: <20200518230146.10451-1-amk@amk.ie> References: <20200518230146.10451-1-amk@amk.ie> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/kOPT6pDzu.kvq=lHi6.V9DF"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 41383-done Cc: 41383-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --Sig_/kOPT6pDzu.kvq=lHi6.V9DF Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, pushed to Guix master as commit 970fcb0d4ae5f5ee659c001049aed63a219819dd. Thanks! --Sig_/kOPT6pDzu.kvq=lHi6.V9DF Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl7ECi0ACgkQ5xo1VCww uqVqBggAj4vtjvwCiSKidR8XJ8L1gwVWlCmstc/hUg1Ky9GtUGq19qwJFAoTIPNo 965vfplT4dYIazNARcdWgFbPBoBkj0QubEOswJ6mW2fEi9yjne4deoJE61Voby/6 mh11RRr8BUqemBDvTXX0E8fSpvc4lSdQV6ns3RvzPmbi/UQCPk2i9W0rpxbNqOeC 74T1To1pYM+Lq4nDKsB2bl/45DH6fyFJHU95tvzfL8nxbYztThWeD6CFADnqlqM8 zVg5Dm4/NG/VuLJvVxBHod2NEhj2IFBE7gVXSgV5s0AQUE+MvDL0khUXqiRCNqF2 7PAIT6gcgrdCkrLlBnqlkyS3YSuC0Q== =PrYA -----END PGP SIGNATURE----- --Sig_/kOPT6pDzu.kvq=lHi6.V9DF-- ------------=_1589905982-29578-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 May 2020 23:02:40 +0000 Received: from localhost ([127.0.0.1]:48549 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaomN-0003iF-Bx for submit@debbugs.gnu.org; Mon, 18 May 2020 19:02:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:57346) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaom8-0003hu-TO for submit@debbugs.gnu.org; Mon, 18 May 2020 19:02:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48556) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jaom8-0005WG-LZ for guix-patches@gnu.org; Mon, 18 May 2020 19:02:24 -0400 Received: from aibo.runbox.com ([91.220.196.211]:53444) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jaom7-0004Ay-Bb for guix-patches@gnu.org; Mon, 18 May 2020 19:02:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=amk.ie; s=selector2; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject :Cc:To:From; bh=0r+Kbs+uT1yWqTtFatPpb/8GxvvAI2xFL83k4CnVkJg=; b=TSX2Bj/a7G+2e T3R/0mr9UtrmR+GKBCFnQgy3iUpS7x/wqhKo9YbNmgnuBawUlKsRiGWD7SAge2M+WTpP4gSXazfA4 GzqbVp+pY3cN1Ejzhq1JaILH5scEtJd9r+lc9PNpUKauGgpCmaEwZ9W2syLNouW/IOX9MPhq+4nnf nSB04a8TAqJIwBdXsmtf9q4AGGhPP7s2Kxi4UPTHc8sQgm1A2kmuIsei6pC8AIRoa47YtHHw7A3d6 PaUK0Ei76cewZHnobpSETL9h5xP039hSLPEIZiclWb+XgkD+axGi9OMbWctgELK5CbivoPDccG1rT ZQAPLlmsUfihTfztAWEeQ==; Received: from [10.9.9.203] (helo=mailfront21.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1jaom1-0006Qf-Bv for guix-patches@gnu.org; Tue, 19 May 2020 01:02:17 +0200 Received: by mailfront21.runbox with esmtpsa [Authenticated alias (942369)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1jaolq-00030z-Mg; Tue, 19 May 2020 01:02:06 +0200 From: Alex McGrath To: guix-patches@gnu.org Subject: [PATCH] gnu: Add wofi Date: Tue, 19 May 2020 00:01:46 +0100 Message-Id: <20200518230146.10451-1-amk@amk.ie> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=91.220.196.211; envelope-from=amk@amk.ie; helo=aibo.runbox.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/18 19:02:17 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: Alex McGrath X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/xdisorg.scm (wofi): New variable --- gnu/packages/xdisorg.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 256b86a39a..88719775df 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -58,6 +58,7 @@ #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) + #:use-module (guix hg-download) #:use-module (guix utils) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) @@ -2358,3 +2359,31 @@ is to find @file{.desktop} files and offer you a menu to start an application using @command{dmenu}.") (home-page "https://github.com/enkore/j4-dmenu-desktop") (license license:gpl3+))) + +(define-public wofi + (package + (name "wofi") + (version "1.1.2") + (source (origin + (method hg-fetch) + (uri (hg-reference + (url "https://hg.sr.ht/~scoopta/wofi") + (changeset (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "086j5wshawjbwdmmmldivfagc2rr7g5a2gk11l0snqqslm294xsn")))) + (build-system meson-build-system) + (arguments + `(#:glib-or-gtk? #t)) + (native-inputs + `(("pkg-config" ,pkg-config))) + (inputs + `(("gtk3" ,gtk+) + ("wayland" ,wayland))) + (synopsis "Launcher/menu program for wayland") + (description + "Wofi is a launcher/menu program for wlroots based wayland compositors +such as sway, similar to @command{rofi}.") + (home-page "https://hg.sr.ht/~scoopta/wofi") + (license license:gpl3+))) -- 2.26.2 ------------=_1589905982-29578-1--