From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 23 22:17:29 2023 Received: (at submit) by debbugs.gnu.org; 24 Jul 2023 02:17:29 +0000 Received: from localhost ([127.0.0.1]:41422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qNl8a-0007Fq-Hl for submit@debbugs.gnu.org; Sun, 23 Jul 2023 22:17:29 -0400 Received: from lists.gnu.org ([2001:470:142::17]:36138) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qNl8P-0007F2-RL for submit@debbugs.gnu.org; Sun, 23 Jul 2023 22:17:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qNl8K-0004bH-FH for guix-patches@gnu.org; Sun, 23 Jul 2023 22:17:12 -0400 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qNl8I-0000Xw-V3 for guix-patches@gnu.org; Sun, 23 Jul 2023 22:17:12 -0400 From: Hilton Chain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1690164760; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Db8ORo3LN6WYq83mYmVfQMWtfw6S3//v1EUMC7ninQ8=; b=I21burYLni3ZWmbQKe+KIKi/CRL+zryUPaBOP6KfhWVoHL/DGGS2xGdFFfnDl19VcOImch wvEXQm/Rli2nZ+x71Yrnz6Hp5CIxBibYbScqvtqvALJgpIvVavZTYoq8TBOQoIX08UUKSv i6/yJHXJM+QVkkAKq/oS5LLv+iXK6RRKVHQv/Uv8W/kFZS3zig9fwqG0NJs9WiF1hmFh9S YH8kXNyxOkGmLeW7yQ86nK+2M03nKq54n3d+1TLsUTL+mml4W6YHXML9MEKAMLT6wUZv3D Qb3Y6Bwx4AN03KiwkMY0ExPHB6qT7/ZNuXitDhszqVG8/8gwlUgpXCj60pwkRA== To: guix-patches@gnu.org Subject: [PATCH] gnu: rofi-wayland: Update to 1.7.5+wayland2. Date: Mon, 24 Jul 2023 10:15:56 +0800 Message-ID: <7f3f171c908cb657e3677cfba2cfd6a560ee32b8.1690163654.git.hako@ultrarare.space> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spamd-Bar: / Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Hilton Chain 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: -0.0 (/) * gnu/packages/xdisorg.scm (rofi-wayland): Update to 1.7.5+wayland2. [description]: Expand description. --- gnu/packages/xdisorg.scm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index da5ca76e10..d303ff5011 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -59,6 +59,7 @@ ;;; Copyright © 2022 Tobias Kortkamp ;;; Copyright © 2023 Yovan Naumovski ;;; Copyright © 2023 Jake Leporte +;;; Copyright © 2023 Hilton Chain ;;; ;;; This file is part of GNU Guix. ;;; @@ -1875,7 +1876,7 @@ (define-public rofi-wayland (package (inherit rofi) (name "rofi-wayland") - (version "1.7.5+wayland1") + (version "1.7.5+wayland2") (source (origin (method url-fetch) (uri (string-append "https://github.com/lbonn/rofi" @@ -1883,16 +1884,16 @@ (define-public rofi-wayland "/rofi-" version ".tar.xz")) (sha256 (base32 - "09n71wv3nxpzpjmvqmxlxk0zfln3x2l8admfq571781p9hw0w6wp")))) + "0l6rf8qwvawyh938pinl9fkwzjnq72xpa9a7lwk9jrr5lkk3h8yj")))) (build-system meson-build-system) (inputs (modify-inputs (package-inputs base) (append wayland wayland-protocols))) (description - (string-append - (package-description base) - " This package, @code{rofi-wayland}, provides additional wayland -support."))))) + "Rofi is a minimalist application launcher. It memorizes which +applications you regularly use and also allows you to search for an +application by name. This package, @code{rofi-wayland}, provides additional +wayland support.")))) (define-public rofi-calc (package base-commit: b5af0b9c016a65bf32b06a4f118c2ed48f3a80b3 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 13 02:58:25 2023 Received: (at 64817-done) by debbugs.gnu.org; 13 Aug 2023 06:58:25 +0000 Received: from localhost ([127.0.0.1]:58031 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qV53R-00017n-Dc for submit@debbugs.gnu.org; Sun, 13 Aug 2023 02:58:25 -0400 Received: from mail.envs.net ([5.199.136.28]:39936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qV53O-00017f-Ob for 64817-done@debbugs.gnu.org; Sun, 13 Aug 2023 02:58:23 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 3849338A001D; Sun, 13 Aug 2023 06:58:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1691909902; bh=3Zjdw+wgFvsihhWdRO81cX5CJHkgedEk6FriNDqVkjI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=An/pSAfU0Z5F1CIJ4hbBAUrGNvy1HfQSGKhXcYXkNvaS5S8kDfNUp+a7oupsR9QD2 TTYD6lRd434MQqW/48iAUoUukFsrHzPodirnfJV3KNjnHqdF42tMN+VOaO5hrOt943 ttY+kXQhtsMxttaGDY7hbAC4k5DXEm9XKHh2RQn51YPyrhLgqj+RMx8Wc1cgElDlxK Bz5Ks0+a2V7wzXmjfw4vMm5c/UFBCx2tzwKA12j/PEOASAhkTKNx79HvgslIgUfEwM V75BlJzRFvltrerxeMYIHCzkD6nYCtFuOQ16wafM2ClVLuBdYP409Oq9p74LYaDsyJ 8cbYkn2zXxw4Jh7dyyKsH/LNAakXpl14tWNaurLg8ZV8R1muW4MGwN59+PPASKpB0E FblAf9hSPCub6YEQF5uGnp4Gw3829KiN19a40a0OOtH4KC1ewocCZW7RMrJZ9Po+qB xAoL2/iGTLK1B4BCiED0RN1pN0cYzqk7tbwNUER9CPxfRGxcDsH1fYA6R4cF4mao0S Z99KioPNPJHuU0d91r4fWNUi07PgdTwvcinbL4S/vfirKtoo/nRDGKdbsW1I7Ad1wl Av1XBMYwcNze5s7VJluEsB2q+AEkl6NoYuAGliKS1Y//F1rPZ1/PylIEVaTUlZ5nj4 C0i9JUamasK6VTkG5Bvhiz1U= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 5_8z-KzA3XkQ; Sun, 13 Aug 2023 06:58:19 +0000 (UTC) Received: from localhost (unknown [36.170.59.125]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Sun, 13 Aug 2023 06:58:18 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 4ebe90fe; Sun, 13 Aug 2023 06:58:28 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Hilton Chain Subject: Re: bug#64817: [PATCH] gnu: rofi-wayland: Update to 1.7.5+wayland2. References: <7f3f171c908cb657e3677cfba2cfd6a560ee32b8.1690163654.git.hako@ultrarare.space> Date: Sun, 13 Aug 2023 14:58:28 +0800 In-Reply-To: <7f3f171c908cb657e3677cfba2cfd6a560ee32b8.1690163654.git.hako@ultrarare.space> (Hilton Chain's message of "Mon, 24 Jul 2023 10:15:56 +0800") Message-ID: <87il9ja0ob.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 64817-done Cc: 64817-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.0 (-) Hilton Chain writes: > * gnu/packages/xdisorg.scm (rofi-wayland): Update to 1.7.5+wayland2. > [description]: Expand description. Pushed, thank you! From unknown Sun Jun 22 11:41:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 10 Sep 2023 11: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