From unknown Sat Jun 21 03:05:27 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58355 <58355@debbugs.gnu.org> To: bug#58355 <58355@debbugs.gnu.org> Subject: Status: [PATCH] gnu: wl-clipboard: Update to 2.1.0. Reply-To: bug#58355 <58355@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:05:27 +0000 retitle 58355 [PATCH] gnu: wl-clipboard: Update to 2.1.0. reassign 58355 guix-patches submitter 58355 Hilton Chain severity 58355 normal tag 58355 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 07 10:01:13 2022 Received: (at submit) by debbugs.gnu.org; 7 Oct 2022 14:01:13 +0000 Received: from localhost ([127.0.0.1]:36978 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ognuU-0003bA-GG for submit@debbugs.gnu.org; Fri, 07 Oct 2022 10:01:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:37186) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ognuS-0003az-8D for submit@debbugs.gnu.org; Fri, 07 Oct 2022 10:01:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35586) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ognuN-0001hp-MA for guix-patches@gnu.org; Fri, 07 Oct 2022 10:01:01 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:35000) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ognuJ-0000rt-CB for guix-patches@gnu.org; Fri, 07 Oct 2022 10:00:58 -0400 Date: Fri, 07 Oct 2022 22:00:12 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1665151251; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=pNDQLUqdgKmWvuQW3m2DrdAbL1wRBSyFhhF7AzSFkrU=; b=iNIrq4HxlPvZ06qW/etb7U/LIHr9Pc9FoOc5Fp0FNNEo/OTZwvMIkL9E7UbWASxNnL9Eud FNTlWP811PnaCoLQUS2MTGqSyDiMkex2c6sGUAYDnaSQviMwWDbqptZHwRDuf7liAyRHxj efoV1ZTgYOlxs7AxoLXilnzoCH3hvq8db15O1VgdD5VEHbueC4tnJvie+OkSToQcL1QX0G wy/Y6LmNeapIwBQdwDypYEZWOQH8L8xz1zafKOvPASse2ZAfM1kboVPSGxyMYTbLLcqYIT i7I1x99MnYYWdH20M8vqxH/igt5dVcrfRImVhETxwAGieS4PJjo8YbksP+JP9g== Message-ID: From: Hilton Chain To: guix-patches@gnu.org Subject: [PATCH] gnu: wl-clipboard: Update to 2.1.0. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space X-Spamd-Bar: / 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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.3 (--) * gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.1.0. [arguments]<#:configure-flags>: Set completion files' installdir. --- gnu/packages/xdisorg.scm | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 9908f29191..2533744633 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -2437,7 +2437,7 @@ (define-public xsecurelock (define-public wl-clipboard (package (name "wl-clipboard") - (version "2.0.0") + (version "2.1.0") (source (origin (method git-fetch) @@ -2446,20 +2446,25 @@ (define-public wl-clipboard (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0c4w87ipsw09aii34szj9p0xfy0m00wyjpll0gb0aqmwa60p0c5d")))) + (base32 "1g6hcsn4klapvz3bw0k8syixwyyi4cl1c7vbc6f1a2hjpcf4pawn")))) (build-system meson-build-system) (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'patch-file-names - (lambda* (#:key inputs #:allow-other-keys) - (substitute* (find-files "src" "\\.c$") - (("\"(cat|rm)\"" _ command) - (string-append "\"" (assoc-ref inputs "coreutils") - "/bin/" command "\"")) - (("\"xdg-mime\"") - (string-append "\"" (assoc-ref inputs "xdg-utils") - "/bin/xdg-mime\"")))))))) + (list #:configure-flags + #~(list (string-append "-Dzshcompletiondir=" #$output + "/share/zsh/site-functions") + (string-append "-Dfishcompletiondir=" #$output + "/share/fish/completions")) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'patch-file-names + (lambda* (#:key inputs #:allow-other-keys) + (substitute* (find-files "src" "\\.c$") + (("\"(cat|rm)\"" _ command) + (string-append "\"" (assoc-ref inputs "coreutils") + "/bin/" command "\"")) + (("\"xdg-mime\"") + (string-append "\"" (assoc-ref inputs "xdg-utils") + "/bin/xdg-mime\"")))))))) (native-inputs (list pkg-config)) (inputs base-commit: 9ca0f9e5a9ee0f7aaa86719cc61757734a37eee6 -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 08 01:30:13 2022 Received: (at 58355-done) by debbugs.gnu.org; 8 Oct 2022 05:30:13 +0000 Received: from localhost ([127.0.0.1]:38029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oh2Pc-0004jh-PW for submit@debbugs.gnu.org; Sat, 08 Oct 2022 01:30:12 -0400 Received: from mail-qt1-f173.google.com ([209.85.160.173]:41478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oh2Pa-0004iO-QI for 58355-done@debbugs.gnu.org; Sat, 08 Oct 2022 01:30:11 -0400 Received: by mail-qt1-f173.google.com with SMTP id c25so98528qtw.8 for <58355-done@debbugs.gnu.org>; Fri, 07 Oct 2022 22:30:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=SupknMNCUDmz+4nJbCW9f3vlENYT/OBp7Kq+LSv9qRU=; b=EiBs91TgtoNlRsBQPFQcl7NY8mb8+4TOnTdtp55I3D3RsHMH8MTFOOQEuGsnc2gaIk 4yboWqtzUycKRrtO9yQaoRZvcDneQsFw9HfkwRNue276deCP4Mkbc18VpkVjxX7HKEho 9U/0fYN86p2qv8WIzayQryKOW42NeKKRfJoGQbCSbInEg6VIcvjph2+Nz4fL5eB5cErO Tyo9kZY+JKJ86fcvcD7tpnplApzeD9V0mD2nKECC+QOwXWSAPIVYXQwFMhjPt3TwYTPd KQqboszLk0VTp6dFKme2JRyJ/g8Hkar4pZHroRPU0xgii/YRC37GLw0EYJa97fs8Eeuv Q8yw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=SupknMNCUDmz+4nJbCW9f3vlENYT/OBp7Kq+LSv9qRU=; b=7VH3zUiFYsbGectathqfEx7uKv3cPa7ArR1/Lf5yTlQJW7IuxTbu170nz5PrQoEdQX GSW49STMEmMNemvbBS+Kvovbf0V84IhyIlzqN0A9vBSTeYvi6xXyENo/JqH92Lk33NBG doXKzUIENEOdXu2N8buiAuSArrNppBeQmQ1xhDrgDalI4mev0ADdp7RfIwjyL68P2fJm yBgU2EzSbrw95J+jCb3j0DYcN8CyySBkYw36SIwKNeGqRLsNrhGwkPlwcIoa2HUdRcd/ s60hEnzUiti/q4p/HQUVAjG2Zm/8n/Xs7W+EpcfcSiiLWGN/lQ7RBLWbWvoT0sLZ5vqa bmdg== X-Gm-Message-State: ACrzQf2h+dwZGPRapcBK9uYO+f1472mHDTokuzR4BZXnB8Cb1d/lF3d9 p+SMC21+V7eNa696f10Jo1f3rx1IJuFt4A== X-Google-Smtp-Source: AMsMyM4RuN1iX6MS9ndgCN+8ENbAHn1GlNR6HBXTBqbZvuLapIGiU72QW3/BnqrWss7arCfCRj1tkA== X-Received: by 2002:a05:622a:188e:b0:391:df82:e60f with SMTP id v14-20020a05622a188e00b00391df82e60fmr6979084qtc.118.1665207005253; Fri, 07 Oct 2022 22:30:05 -0700 (PDT) Received: from hurd ([2607:fad8:4:3::1005]) by smtp.gmail.com with ESMTPSA id f6-20020a05620a408600b006cfa7b944fdsm4352149qko.16.2022.10.07.22.30.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 07 Oct 2022 22:30:04 -0700 (PDT) From: Maxim Cournoyer To: Hilton Chain Subject: Re: bug#58355: [PATCH] gnu: wl-clipboard: Update to 2.1.0. References: Date: Sat, 08 Oct 2022 01:30:04 -0400 In-Reply-To: (Hilton Chain's message of "Fri, 07 Oct 2022 22:00:12 +0800") Message-ID: <87mta6zxur.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58355-done Cc: 58355-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 (-) Hi, Hilton Chain writes: > * gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.1.0. Applied! -- Thanks, Maxim From unknown Sat Jun 21 03:05:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 05 Nov 2022 11:24:07 +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