From unknown Thu Sep 11 12:41:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39716] [PATCH 2/3] gnu: gnome-shell-extension-appindicator: Use the copy-build-system. Resent-From: Leo Prikler Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 21 Feb 2020 16:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39716 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39716@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158230275727846 (code B ref -1); Fri, 21 Feb 2020 16:33:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Feb 2020 16:32:37 +0000 Received: from localhost ([127.0.0.1]:47908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5BED-0007Ey-JT for submit@debbugs.gnu.org; Fri, 21 Feb 2020 11:32:37 -0500 Received: from lists.gnu.org ([209.51.188.17]:42331) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5BEB-0007Eb-Ms for submit@debbugs.gnu.org; Fri, 21 Feb 2020 11:32:36 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49321) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5BEA-0000xd-86 for guix-patches@gnu.org; Fri, 21 Feb 2020 11:32:35 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5BE7-0000GH-Qp for guix-patches@gnu.org; Fri, 21 Feb 2020 11:32:32 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:29899) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j5BE7-0000Ey-Ax for guix-patches@gnu.org; Fri, 21 Feb 2020 11:32:31 -0500 Received: from localhost.localdomain (194-118-3-109.hdsl.highway.telekom.at [194.118.3.109]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 48PH6w6H9kz1DSPv for ; Fri, 21 Feb 2020 17:32:24 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 48PH6w6H9kz1DSPv DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1582302744; bh=JiK9fSVLrpKuw5ekNGONkGMtD7UZnxZAMLtzoyjHbZk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZOJaJDYCLOCDj59lJc9WDepLQZwD0J02MWNo9aOuFQYgNZkEQAk3fy0NSumoFWqlm y/1ZOoymdBSlj88u0m5m0fY4bM3vZai08GojumTQ9+5nnBKsCupdrrFHS6/7CWspVm aYGy3wFDtPyHVAx6XGIk5fMG5847yrdw1Wfza+pw= From: Leo Prikler Date: Fri, 21 Feb 2020 17:32:14 +0100 Message-Id: <20200221163215.11008-2-leo.prikler@student.tugraz.at> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200221163215.11008-1-leo.prikler@student.tugraz.at> References: <20200221163215.11008-1-leo.prikler@student.tugraz.at> MIME-Version: 1.0 X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 129.27.2.202 X-Spam-Score: 0.3 (/) 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.7 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator): Use the copy-build-system. --- gnu/packages/gnome-xyz.scm | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 882bd40c2e..0f945fc19d 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -129,19 +129,11 @@ the Obsidian icon theme.") (base32 "1fjhx23jqwv3d0smwhnjvc35gqhwk9p5f96ic22pfax653cn5vh8")) (file-name (git-file-name name version)))) - (build-system trivial-build-system) + (build-system copy-build-system) (arguments - '(#:modules ((guix build utils)) - #:builder - (begin - (use-modules (guix build utils)) - (let* ((source (assoc-ref %build-inputs "source")) - (install-dir (string-append (assoc-ref %outputs "out") - "/share/gnome-shell/extensio= ns" - "/appindicatorsupport@rgcjon= as.gmail.com"))) - (mkdir-p install-dir) - (copy-recursively source install-dir) - #t)))) + `(#:install-plan + '(("." ,(string-append "share/gnome-shell/extensions/" + "appindicatorsupport@rgcjonas.gmail.com"))= ))) (synopsis "Adds KStatusNotifierItem support to GNOME Shell") (description "This extension integrates Ubuntu AppIndicators and KStatusNotifierItems (KDE's successor of the systray) into --=20 2.25.1 From unknown Thu Sep 11 12:41:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39716] [PATCH 2/3] gnu: gnome-shell-extension-appindicator: Use the copy-build-system. Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 27 Feb 2020 10:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39716 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Leo Prikler Cc: 39716@debbugs.gnu.org Received: via spool by 39716-submit@debbugs.gnu.org id=B39716.158279946923372 (code B ref 39716); Thu, 27 Feb 2020 10:32:01 +0000 Received: (at 39716) by debbugs.gnu.org; 27 Feb 2020 10:31:09 +0000 Received: from localhost ([127.0.0.1]:58719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7GRh-00064f-3n for submit@debbugs.gnu.org; Thu, 27 Feb 2020 05:31:09 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:34019) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7GRf-0005z8-IA for 39716@debbugs.gnu.org; Thu, 27 Feb 2020 05:31:07 -0500 X-Originating-IP: 92.169.129.147 Received: from bababa (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id E27ED20002; Thu, 27 Feb 2020 10:31:00 +0000 (UTC) From: Pierre Neidhardt References: <20200221163215.11008-1-leo.prikler@student.tugraz.at> <20200221163215.11008-2-leo.prikler@student.tugraz.at> Date: Thu, 27 Feb 2020 11:31:00 +0100 In-Reply-To: <20200221163215.11008-2-leo.prikler@student.tugraz.at> (Leo Prikler's message of "Fri, 21 Feb 2020 17:32:14 +0100") Message-ID: <87k1487257.fsf@ambrevar.xyz> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Merged, thanks! -- Pierre Neidhardt https://ambrevar.xyz/ Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.9 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.200 listed in list.dnswl.org] 0.0 TVD_SPACE_RATIO No description available. 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 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 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Merged, thanks! -- Pierre Neidhardt https://ambrevar.xyz/ Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.200 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.9 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 TVD_SPACE_RATIO No description available. 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Merged, thanks! =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl5XmmQACgkQm9z0l6S7 zH/hMwf/d8C8dLww0VRUxIWaiJp6NI/8XL5oMdKMI2pKm6ZhcRYUSHXPzZWnSCyT 2iBZVBKD3JcMk/xoURb/ffP+fs6yjXq6IqvgTlmO9oSWpcmsR4awVFGgvOKe0HVI EOmnkDpkoVmm5JwqfANhFCODXBJWUjZkZEq/IImQyTJ+VyN4Iouhe4Ya1z+gBlD7 A8k1iwfRsIzbej/1IIGt2IY5iBN7/JAJi9pK2VKrCcR55QvhQXGp70VRaQNQzgv/ GUjflVI6D1vJ22wRG7rbmCr6I09/7LknsK9hyUvAbRq6HaBR8pHKD+SeBRLW2h7v /fYqq5gNkPOftzQiFkECWuOsxP9/Vw== =EGpc -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 27 05:31:17 2020 Received: (at control) by debbugs.gnu.org; 27 Feb 2020 10:31:17 +0000 Received: from localhost ([127.0.0.1]:58722 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7GRp-0006B5-D8 for submit@debbugs.gnu.org; Thu, 27 Feb 2020 05:31:17 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:33109) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7GRm-00064s-O9 for control@debbugs.gnu.org; Thu, 27 Feb 2020 05:31:15 -0500 X-Originating-IP: 92.169.129.147 Received: from bababa (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id BD4C320005 for ; Thu, 27 Feb 2020 10:31:08 +0000 (UTC) Date: Thu, 27 Feb 2020 11:31:08 +0100 Message-Id: <87imjs724z.fsf@ambrevar.xyz> To: control@debbugs.gnu.org From: Pierre Neidhardt Subject: control message for bug #39716 X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: control 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.2 (-) close 39716 quit