From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 07 17:33:15 2020 Received: (at submit) by debbugs.gnu.org; 7 Oct 2020 21:33:15 +0000 Received: from localhost ([127.0.0.1]:58273 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQH3h-0004mk-VO for submit@debbugs.gnu.org; Wed, 07 Oct 2020 17:33:14 -0400 Received: from lists.gnu.org ([209.51.188.17]:59632) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQGJS-0003e9-Ej for submit@debbugs.gnu.org; Wed, 07 Oct 2020 16:45:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQGJS-0008Fq-5l for guix-patches@gnu.org; Wed, 07 Oct 2020 16:45:26 -0400 Received: from knopi.disroot.org ([178.21.23.139]:34130) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQGJP-0001nU-I5 for guix-patches@gnu.org; Wed, 07 Oct 2020 16:45:25 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id CE8DA4B092; Wed, 7 Oct 2020 22:45:19 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MTplYkvzWZPt; Wed, 7 Oct 2020 22:45:18 +0200 (CEST) From: James Smith DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1602103518; bh=Ptc5EYTd07SsNonjg1PpbMfD7dZMnHGbSc7yQl0pOhk=; h=From:To:Cc:Subject:Date; b=PTPyrfI6catf3Fp9WBvMnFlOYT7or+7VpnoSnEI4w7trrvgP0dRbiMZHB/SZ+XizQ JTF7wKcDZqnJbUB9L/xfEBw2t+fmgyQdyqL6BpMTkEyHEPgmQiTqAxeCa5EgGvQ+SM YJczgSUdfyafQv2ttNCkDZ3OahLiYdGS4FDn3J1wSMahP8D4vyLWL0cLa6HQKK2nmO Q2nHz1Rbu3YBo1hAUbp6ajGvAaD1+Krtuq/WnQypIHmeLsfC7JIsaG4wP6ZUteFJ1W EJt9WCCA1WiAW7D8JfKKfQNeeHafYY/dnap4dUO2R521ZOXTMEAH+Xv86/HoWfab3q lAv/cm6Zgc9nA== To: guix-patches@gnu.org Subject: [PATCH] gnu: Add dex. Date: Wed, 7 Oct 2020 13:44:14 -0700 Message-Id: <20201007204414.21000-1-jsubuntuxp@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=jsubuntuxp@disroot.org; helo=knopi.disroot.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/07 16:45:19 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 07 Oct 2020 17:33:12 -0400 Cc: James Smith 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 (dex): New variable. --- gnu/packages/xdisorg.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 5398761c65..443bf39304 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -40,6 +40,7 @@ ;;; Copyright © 2020 Ivan Kozlov ;;; Copyright © 2020 Brett Gilio ;;; Copyright © 2020 Gabriel Arazas +;;; Copyright © 2020 James Smith ;;; ;;; This file is part of GNU Guix. ;;; @@ -104,6 +105,7 @@ #:use-module (gnu packages xorg) #:use-module (gnu packages fontutils) #:use-module (gnu packages bison) + #:use-module (gnu packages sphinx) #:use-module (ice-9 match)) ;; packages outside the x.org system proper @@ -2516,3 +2518,33 @@ using @command{dmenu}.") such as sway, similar to @command{rofi}.") (home-page "https://hg.sr.ht/~scoopta/wofi") (license license:gpl3+))) + +(define-public dex + (package + (name "dex") + (version "0.9.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url (string-append "https://github.com/jceb/" name)) + (commit (string-append "v" version)))) + (sha256 + (base32 + "03aapcywnz4kl548cygpi25m8adwbmqlmwgxa66v4156ax9dqs86")) + (file-name (git-file-name name version)))) + (build-system gnu-build-system) + (arguments + `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) + #:phases + (modify-phases %standard-phases + (delete 'configure)) + #:tests? #f)) + (inputs + `(("python", python))) + (native-inputs + `(("python-sphinx" ,python-sphinx))) + (home-page "https://github.com/jceb/dex") + (synopsis "DesktopEntry Execution") + (description "dex, DesktopEntry Execution, is a program to generate and +execute DesktopEntry files of the Application type.") + (license license:gpl3))) -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 13 16:32:42 2020 Received: (at 43856-done) by debbugs.gnu.org; 13 Oct 2020 20:32:42 +0000 Received: from localhost ([127.0.0.1]:49010 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSQyN-0002Vd-9a for submit@debbugs.gnu.org; Tue, 13 Oct 2020 16:32:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49092) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSQy8-0002V6-M7 for 43856-done@debbugs.gnu.org; Tue, 13 Oct 2020 16:32:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43122) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSQy3-0000Ln-Dw; Tue, 13 Oct 2020 16:32:19 -0400 Received: from ti0006q161-1594.bb.online.no ([46.9.75.77]:50488 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kSQy1-0004Qv-Tm; Tue, 13 Oct 2020 16:32:18 -0400 From: Marius Bakke To: James Smith , 43856-done@debbugs.gnu.org Subject: Re: [bug#43856] [PATCH] gnu: Add dex. In-Reply-To: <20201007204414.21000-1-jsubuntuxp@disroot.org> References: <20201007204414.21000-1-jsubuntuxp@disroot.org> Date: Tue, 13 Oct 2020 22:32:15 +0200 Message-ID: <87y2k9rho0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 43856-done Cc: James Smith 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: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain James Smith writes: > * gnu/packages/xdisorg.scm (dex): New variable. Applied with the following changes, thanks! --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 443bf39304..d9c89053b9 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -2526,7 +2526,7 @@ such as sway, similar to @command{rofi}.") (source (origin (method git-fetch) (uri (git-reference - (url (string-append "https://github.com/jceb/" name)) + (url (string-append "https://github.com/jceb/dex")) (commit (string-append "v" version)))) (sha256 (base32 @@ -2544,7 +2544,8 @@ such as sway, similar to @command{rofi}.") (native-inputs `(("python-sphinx" ,python-sphinx))) (home-page "https://github.com/jceb/dex") - (synopsis "DesktopEntry Execution") - (description "dex, DesktopEntry Execution, is a program to generate and -execute DesktopEntry files of the Application type.") - (license license:gpl3))) + (synopsis "Execute DesktopEntry files") + (description + "@command{dex}, @dfn{DesktopEntry Execution}, is a program to generate +and execute @file{.desktop} files of the Application type.") + (license license:gpl3+))) --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl+GDs8PHG1hcml1c0Bn bnUub3JnAAoJEKKgbfKjOlT6suUH/Rhgfb2rqBYYlBKgVscQVTd+MFYcnpLpdTvM kBSP2SRnYxK1ioPvG84MJ1Sd3lwait/bMe5J6Yb2Sxqkdp7LFMN7UaYie2dj7dVU xolPtjs9WkH70PED+R9Ojc02Cfpw1tnvLaFlcaSVFYpQbskquOyU2UNxGc8zvRt2 bcf+ADR+kjDwBklqRmGHzuIvVx1JjL0wmH9K2cagZRiBvuee205uK6LRKRAIjNCl c/CARjnqkisihGEn44QE4rIBqdWhSgmKdhqNN4kXwjlh2yOXGmUoPsxLpmRzMNNW OOTYHcdiolVxOnzkxrxAGa2VPLN+uwdlGhY4GiRMPMnqfTGdNeQ= =tDPe -----END PGP SIGNATURE----- --==-=-=-- From unknown Tue Jun 17 22:29:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 11 Nov 2020 12:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator