From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 11 11:54:43 2025 Received: (at submit) by debbugs.gnu.org; 11 Mar 2025 15:54:44 +0000 Received: from localhost ([127.0.0.1]:45118 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ts1wI-0001Ir-U3 for submit@debbugs.gnu.org; Tue, 11 Mar 2025 11:54:43 -0400 Received: from lists.gnu.org ([2001:470:142::17]:46114) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ts1wF-0001IP-Jq for submit@debbugs.gnu.org; Tue, 11 Mar 2025 11:54:40 -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 1ts1w6-0001ZB-DT for guix-patches@gnu.org; Tue, 11 Mar 2025 11:54:30 -0400 Received: from mail.z572.online ([88.99.160.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ts1w0-0004SG-4w for guix-patches@gnu.org; Tue, 11 Mar 2025 11:54:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1741708806; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=tGVO5uYd1+CYPheHNwuYBIq+TE5eOXyDPTuQJXfzQxQ=; b=FEgn8SkLziK8CrA0jS1nDbmlF/ZOkxurqrRqR0PkwtvzR4aOR/oYWFnLnUIl+Gg7yEEfJ+ 0rV3FfPkK/mivXKen1HhrI+ZxcXuHmS8GJOhbyPwVWPhAbdKxbX77aSR9ZtX+z90mY/k/+ luq9ciuDMkVgoAuvwnytgJX8jthBhF4= Received: from m.tailaa68d.ts.net (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id b228675b (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 11 Mar 2025 16:00:05 +0000 (UTC) From: Zheng Junjie To: guix-patches@gnu.org Subject: [PATCH] gnu: Remove networkmanager-qt5. Date: Tue, 11 Mar 2025 23:54:05 +0800 Message-ID: X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@z572.online; helo=mail.z572.online X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 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, FROM_SUSPICIOUS_NTLD=0.468, FROM_SUSPICIOUS_NTLD_FP=0.298, PDS_OTHER_BAD_TLD=0.413, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.1 (++) 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: From: Zheng Junjie * gnu/packages/kde-frameworks.scm (networkmanager-qt5): Delete variable. Change-Id: I72c38d4dccbdd34e254039722d23eaad79140d32 --- gnu/packages/kde-frameworks.scm | 24 1 file changed, 24 deletions(-) Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.4 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 0.3 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit Cc: Zheng Junjie 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.9 (/) From: Zheng Junjie * gnu/packages/kde-frameworks.scm (networkmanager-qt5): Delete variable. Change-Id: I72c38d4dccbdd34e254039722d23eaad79140d32 --- gnu/packages/kde-frameworks.scm | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index d1ed61aac7f..b3dec5f4aa4 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1859,30 +1859,6 @@ (define-public networkmanager-qt which are used in DBus communication.") (license license:lgpl2.1+))) -(define-public networkmanager-qt5 - (package - (inherit networkmanager-qt) - (name "networkmanager-qt5") - (version "5.116.0") - (source (origin - (method url-fetch) - (uri (string-append - "mirror://kde/stable/frameworks/" - (version-major+minor version) - "/networkmanager-qt-" version ".tar.xz")) - (sha256 - (base32 - "0s8vc3qqx76f70vql77hb3nxkn6b3hvzdm6bgcpnnxqhw6j80khb")))) - (native-inputs - (list extra-cmake-modules dbus pkg-config)) - (propagated-inputs - ;; Headers contain #include and - ;; #include - (list network-manager)) - (inputs - (list qtbase-5)) - (properties `((upstream-name . "networkmanager-qt"))))) - (define-public oxygen-icons (package (name "oxygen-icons") base-commit: 19c656e3cad3a4f1e3338a955a1af57e363545df prerequisite-patch-id: 27933752e515890bcdcce3b6949a4cd288f0c25b -- 2.47.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 21 07:36:32 2025 Received: (at 76947) by debbugs.gnu.org; 21 Mar 2025 11:36:32 +0000 Received: from localhost ([127.0.0.1]:35828 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tvafv-0008L3-Lk for submit@debbugs.gnu.org; Fri, 21 Mar 2025 07:36:31 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:43750) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tvaft-0008KG-Tw for 76947@debbugs.gnu.org; Fri, 21 Mar 2025 07:36:30 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id D44C93CF; Fri, 21 Mar 2025 12:36:22 +0100 (CET) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id 6iVGsHkpmLZk; Fri, 21 Mar 2025 12:36:22 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 5FA3278; Fri, 21 Mar 2025 12:36:20 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Zheng Junjie Subject: Re: [bug#76947] [PATCH] gnu: Remove networkmanager-qt5. In-Reply-To: (Zheng Junjie's message of "Tue, 11 Mar 2025 23:54:05 +0800") References: Date: Fri, 21 Mar 2025 12:36:19 +0100 Message-ID: <87zfhe8vkc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: D44C93CF X-Spamd-Result: default: False [4.90 / 15.00]; SPAM_FLAG(5.00)[]; BAYES_HAM(-3.00)[99.99%]; NEURAL_SPAM(3.00)[1.000]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Level: **** X-Rspamd-Action: no action X-Spamd-Bar: ++++ X-Rspamd-Server: hera X-Spam-Score: 2.4 (++) 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: Zheng Junjie skribis: > From: Zheng Junjie > > * gnu/packages/kde-frameworks.scm (networkmanager-qt5): Delete variable. > > Change-Id: I72c38d4dccbdd34e254039722d23eaad79140d32 Content analysis details: (2.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [185.233.100.1 listed in bl.score.senderscore.com] 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [185.233.100.1 listed in sa-trusted.bondedsender.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.5 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] X-Debbugs-Envelope-To: 76947 Cc: Zheng Junjie , 76947@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.4 (+) 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: Zheng Junjie skribis: > From: Zheng Junjie > > * gnu/packages/kde-frameworks.scm (networkmanager-qt5): Delete variable. > > Change-Id: I72c38d4dccbdd34e254039722d23eaad79140d32 Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [185.233.100.1 listed in sa-trusted.bondedsender.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [185.233.100.1 listed in bl.score.senderscore.com] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.5 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 0.0 TVD_SPACE_RATIO No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager Zheng Junjie skribis: > From: Zheng Junjie > > * gnu/packages/kde-frameworks.scm (networkmanager-qt5): Delete variable. > > Change-Id: I72c38d4dccbdd34e254039722d23eaad79140d32 LGTM, thanks! From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 16 11:36:10 2025 Received: (at 76947-done) by debbugs.gnu.org; 16 Apr 2025 15:36:10 +0000 Received: from localhost ([127.0.0.1]:40539 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u54o4-0001Bb-K2 for submit@debbugs.gnu.org; Wed, 16 Apr 2025 11:36:10 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:59028) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u54ny-00019f-0K for 76947-done@debbugs.gnu.org; Wed, 16 Apr 2025 11:36:05 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 184634B2; Wed, 16 Apr 2025 17:35:55 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id 26yro7phmjd2; Wed, 16 Apr 2025 17:35:54 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 206CC3BF; Wed, 16 Apr 2025 17:35:54 +0200 (CEST) Date: Wed, 16 Apr 2025 17:35:52 +0200 From: Andreas Enge To: Zheng Junjie Subject: Re: [PATCH] gnu: Remove networkmanager-qt5. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 184634B2 X-Spamd-Result: default: False [5.65 / 15.00]; SPAM_FLAG(5.00)[]; NEURAL_SPAM(3.00)[1.000]; BAYES_HAM(-2.75)[98.91%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[] X-Spamd-Bar: +++++ X-Rspamd-Action: greylist X-Rspamd-Server: hera X-Spam-Level: ***** X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76947-done Cc: 76947-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 (-) I have just noticed this patch and that the 1 month waiting period is over, so I have pushed it. Thanks! Andreas From unknown Sun Aug 17 01:58:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 15 May 2025 11:24:09 +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