From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id CJ6CBBQPhl/fEgAA0tVLHw (envelope-from ) for ; Tue, 13 Oct 2020 20:33:24 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id CJczABQPhl/uYwAAbx9fmQ (envelope-from ) for ; Tue, 13 Oct 2020 20:33:24 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 518EE9401BF for ; Tue, 13 Oct 2020 20:33:23 +0000 (UTC) Received: from localhost ([::1]:53164 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSQz2-0000Bz-GL for larch@yhetil.org; Tue, 13 Oct 2020 16:33:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56130) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kSQyk-00008c-Fj for guix-patches@gnu.org; Tue, 13 Oct 2020 16:33:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37465) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kSQyk-0000Pw-6w for guix-patches@gnu.org; Tue, 13 Oct 2020 16:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kSQyk-0002WG-4n for guix-patches@gnu.org; Tue, 13 Oct 2020 16:33:02 -0400 Subject: bug#43856: [PATCH] gnu: Add dex. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 13 Oct 2020 20:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43856 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: James Smith , 43856-done@debbugs.gnu.org Cc: James Smith Mail-Followup-To: 43856@debbugs.gnu.org, marius@gnu.org, jsubuntuxp@disroot.org Received: via spool by 43856-done@debbugs.gnu.org id=D43856.16026211629655 (code D ref 43856); Tue, 13 Oct 2020 20:33:01 +0000 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 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.61 X-TUID: k+im6cH/5+nz --==-=-= 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----- --==-=-=--