From debbugs-submit-bounces@debbugs.gnu.org Fri May 12 04:09:55 2023 Received: (at submit) by debbugs.gnu.org; 12 May 2023 08:09:55 +0000 Received: from localhost ([127.0.0.1]:54025 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxNqc-0001ZK-TX for submit@debbugs.gnu.org; Fri, 12 May 2023 04:09:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:57438) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxNqa-0001ZC-QQ for submit@debbugs.gnu.org; Fri, 12 May 2023 04:09:53 -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 1pxNqa-0007TN-Jt for guix-patches@gnu.org; Fri, 12 May 2023 04:09:52 -0400 Received: from jpoiret.xyz ([206.189.101.64]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pxNqY-0005Fg-K1 for guix-patches@gnu.org; Fri, 12 May 2023 04:09:52 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 632DA185192; Fri, 12 May 2023 08:09:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1683878983; 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=1SYUaTFsjox2oxwtOm+XfnvA1eDR+EylY9pEsEp+IiE=; b=MkkcMaYU+5zkX4gX6ul91XAn5vtBr6yjDDWrHPUq+zivTBZjiOjpTYFPiSp7bqoFEfs0g6 D8aGQ1AwELIvOZHyy98e8Qbie6uRYUymZUsHZYCI0MrjZKv8AgvC8TTqeuzRJ1xRfeR3C3 CGed7TnwB6n4EJYu/q1yB4YpfDrZTimRY2hpqHked7H46fggKwHz2G+4v4LL/gCV/74mst sW9TTBnSv8NSi5JUhokgaqIJoaqcauOjMRXghCtzPZlsaayc68/NGSo+XcsvLMubBTnsHP fXrbA7uMZqyjjcJxa4xfBGkBety1UqNfjPlOPUvUztaMZIKpYDprKnog9nzsEw== From: Josselin Poiret To: guix-patches@gnu.org Subject: [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps. Date: Fri, 12 May 2023 10:09:42 +0200 Message-Id: <78e5efe95c8509b57c74309a0e3917b0cced7ca9.1683878940.git.dev@jpoiret.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: ++++ Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spam-Level: **** Received-SPF: pass client-ip=206.189.101.64; envelope-from=dev@jpoiret.xyz; helo=jpoiret.xyz 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_PASS=-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: 0.6 (/) X-Debbugs-Envelope-To: submit Cc: Josselin Poiret 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.4 (--) From: Josselin Poiret * gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-inputs, since it is no longer a Core App in 42. --- Hi everyone, I noticed while reading [1] that Boxes was no longer required in GNOME, so here's a patch that does exactly that. [1] https://blogs.gnome.org/mcatanzaro/2023/05/10/gnome-core-apps-update/ Best, gnu/packages/gnome.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 754bb668ba..85437c2e4a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10030,7 +10030,6 @@ (define-public gnome epiphany evince file-roller - gnome-boxes gnome-calculator gnome-calendar gnome-characters base-commit: 60cf9866cfd01bd0492bdc427a016e26d779bb4e -- 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Fri May 12 17:43:19 2023 Received: (at 63461) by debbugs.gnu.org; 12 May 2023 21:43:19 +0000 Received: from localhost ([127.0.0.1]:33843 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxaXm-0000Dj-LF for submit@debbugs.gnu.org; Fri, 12 May 2023 17:43:19 -0400 Received: from mail-ed1-f66.google.com ([209.85.208.66]:49486) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxaXl-0000DV-0N for 63461@debbugs.gnu.org; Fri, 12 May 2023 17:43:17 -0400 Received: by mail-ed1-f66.google.com with SMTP id 4fb4d7f45d1cf-50be0d835aaso18452252a12.3 for <63461@debbugs.gnu.org>; Fri, 12 May 2023 14:43:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1683927791; x=1686519791; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date :message-id:reply-to; bh=8cTTfe68WBzs5R770Rqx5y9brXZvrjE3KX4T5SVQ7P8=; b=EpbpViLgIbMcLjIzYEKS3lzDODDCUVA2NchnjwICbuw1JtspoflhJfjCwMi0+CGLPo dh9Z7YxWH4F5DX1Tie2jK5fY2zi6No559Vk+uZ6hGWdKrIZ5abovg/WRP4/sbqfOJ39F 9NIpkhc5Yo1zlgrg123wagoeKXSAZyTQkD0I2n3BhE0Eu0egSxaHFBmoypKdLG3dg33X h7AzJCyxi0tSjRw/MM8ZbFwmG6eZDZ4UIWKzFult1Ddpxpe5FSojy464p1G1HiO2tIx+ y47g/rr1EX+RHhyczVKiNtlvxpsYfshtUl+O0sOBmRNYYpbQMGuotycP6VZy+kIwefcn 7yfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683927791; x=1686519791; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=8cTTfe68WBzs5R770Rqx5y9brXZvrjE3KX4T5SVQ7P8=; b=RtNa90TDkwLUxzsD3lo81Huc+paTX3GSyOWwwTOLzelv8bT6LQRC9PeA13gf4gOxnR hSBAgJ686WIK4gDZerUMDeu0hm3T5Jw5KMx5JnFd3E/I61gzsywkwlHycdugjKCRGYwN z1zR9xLE3g4aY7GQEOHjb3dUuqHL553u26ftdcwRraI0RajnmpZNsotwwiG5I8kM+rcS +zRe1wWU11gqe97mYJ8vdNUVwXm+NdPIL+W6zXMkRmCLFFy6AenyxBit1gkNJ9R2fr1q F6gnlLnJi6i6ZTprOEwgr0cOIVuyUg3H3qg3bbmDt17PWOUQ6DMmipa/vXIj9Q5SJjy5 whqQ== X-Gm-Message-State: AC+VfDxJwZJbMgGPi1zMnC3LEDGnWLxSPmo3cLlyjFuO8EZdCCKBUhvA n7Tn/7Pdwfr8blHrtALjSNw= X-Google-Smtp-Source: ACHHUZ4ZnmCp6bDqgtaunvscypApramoA0XW7hz3pqATkc8HNTDFr2Hkm94IcCoPKUeQgiro5Cvk7Q== X-Received: by 2002:a17:906:ee87:b0:957:43b:36ee with SMTP id wt7-20020a170906ee8700b00957043b36eemr24486440ejb.20.1683927790754; Fri, 12 May 2023 14:43:10 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id fy7-20020a1709069f0700b00965af4c7f07sm5893822ejc.20.2023.05.12.14.43.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 May 2023 14:43:10 -0700 (PDT) Message-ID: <6ae788b00a4eff2295a2a27d6a2d352e8076672f.camel@gmail.com> Subject: Re: [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps. From: Liliana Marie Prikler To: Josselin Poiret , 63461@debbugs.gnu.org Date: Fri, 12 May 2023 23:43:09 +0200 In-Reply-To: <78e5efe95c8509b57c74309a0e3917b0cced7ca9.1683878940.git.dev@jpoiret.xyz> References: <78e5efe95c8509b57c74309a0e3917b0cced7ca9.1683878940.git.dev@jpoiret.xyz> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 63461 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 (-) Am Freitag, dem 12.05.2023 um 10:09 +0200 schrieb Josselin Poiret: > From: Josselin Poiret >=20 > * gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated- > inputs, > since it is no longer a Core App in 42. > --- > Hi everyone, >=20 > I noticed while reading [1] that Boxes was no longer required in > GNOME, so here's a patch that does exactly that. >=20 > [1] > https://blogs.gnome.org/mcatanzaro/2023/05/10/gnome-core-apps-update/ >=20 > Best, >=20 > =C2=A0gnu/packages/gnome.scm | 1 - > =C2=A01 file changed, 1 deletion(-) >=20 > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 754bb668ba..85437c2e4a 100644 > --- a/gnu/packages/gnome.scm > +++ b/gnu/packages/gnome.scm > @@ -10030,7 +10030,6 @@ (define-public gnome > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 epiphany > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 evince > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 file-roller > -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gnome-boxes > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gnome-calcul= ator > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gnome-calend= ar > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gnome-charac= ters >=20 > base-commit: 60cf9866cfd01bd0492bdc427a016e26d779bb4e SGTM, but we should probably offer a gnome-developer-tools meta package too if we aim to make that distinction. Also note that gnome technically isn't gnome-core: for instance, it excludes eog on platforms where it doesn't build and I personally don't aim on touching Loupe with a ten-foot pole while the Rust build system is still a blazing dumpster. Cheers From debbugs-submit-bounces@debbugs.gnu.org Sat May 13 03:46:29 2023 Received: (at 63461) by debbugs.gnu.org; 13 May 2023 07:46:29 +0000 Received: from localhost ([127.0.0.1]:35684 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxjxV-0003TO-Dq for submit@debbugs.gnu.org; Sat, 13 May 2023 03:46:29 -0400 Received: from jpoiret.xyz ([206.189.101.64]:36382) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxjxU-0003TH-Kr for 63461@debbugs.gnu.org; Sat, 13 May 2023 03:46:29 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 9E82D185309; Sat, 13 May 2023 07:46:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1683963987; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Qi1HICewBRKfDoy5F1C2wasupGSuF0WfgkHntWzyZoQ=; b=vXr8DknbjQjCHFCGD8G01OQeow8h9jm9rus9Jwy3d3dxPp3CVdxuwJzLcElmjnRGrcfpSw 05nbhxfkG7KT2BmUaU2xiX1yhogdENBjjrqynZUdHTFviH8xqpJGO2/Kt1tfdxHAlTZt03 Aw0VlKYUL1BHiaWAimj6cG5YeY3xsOvbq8UkpYEZRKTdMTHFMWXye/9xunTCkU4jL8WdvE j7DZWv2zYXblX1kAG1uh07x8qxLec+51T+IoUUx6uOuqbiEki3BTOKZddgxr/s/5lPaQ9T y4IWVmiKIqT2yUvpSFPHmoE5hBz4A2jf1vkE56iHlvt0CL1ZUsF2h0pWl3D0Gg== From: Josselin Poiret To: Liliana Marie Prikler , 63461@debbugs.gnu.org Subject: Re: [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps. In-Reply-To: <6ae788b00a4eff2295a2a27d6a2d352e8076672f.camel@gmail.com> References: <78e5efe95c8509b57c74309a0e3917b0cced7ca9.1683878940.git.dev@jpoiret.xyz> <6ae788b00a4eff2295a2a27d6a2d352e8076672f.camel@gmail.com> Date: Sat, 13 May 2023 09:46:25 +0200 Message-ID: <87wn1cad2m.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spamd-Bar: / Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 63461 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 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Lily, Liliana Marie Prikler writes: > SGTM, but we should probably offer a gnome-developer-tools meta package > too if we aim to make that distinction. Also note that gnome > technically isn't gnome-core: for instance, it excludes eog on > platforms where it doesn't build and I personally don't aim on touching > Loupe with a ten-foot pole while the Rust build system is still a > blazing dumpster. There are so few GNOME developer packages for now that I don't think it's necessary yet. They're also very varied so most "developers" might only need one or two. This patch was basically a reaction to the last core-updates cycle, when we were wondering why GNOME Boxes was included by default. Best, =2D-=20 Josselin Poiret --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHEBAEBCgAuFiEEOSSM2EHGPMM23K8vUF5AuRYXGooFAmRfQFEQHGRldkBqcG9p cmV0Lnh5egAKCRBQXkC5FhcaisrDC/wM8Ku6l5h7Mn9xOwdqnzD3BoCosXM2h123 j/S4tSFM5zjRXH/KZ3GJsILHhB3BVwhgRqrRzqyrhLDr1Kfw8ok/4tyAC3YjnfZZ /L7x6BX+QIi6Bjb1BE6tgubBHZL3/uCWEmxEcHOyoWCPTEScNdpbtDWCyE7cHd/I 7Cb1y7vL1E6oxmyDQC0mZry619/NXpMLkCBOQRewgV2tGNUal6u1CVK2tCk2kVOy KIVIyhVyf+4AU+Rttb1KfugdrX9hnQ8PfYapMs5CluWUCIoyrjjzGcSOI3PoqpBt 8QL2CHOzQDdh1S1SZb2LrGZ3MukP/bVa0pqWZ5bOB+eOyYnWLDWRMv84RaECzMm0 aO5BjpI/Z4dpkwjockA2WA06F4u2a0Bpdxn4O+akRadb6QStFqmKO77+GXjmEpfJ MU4tWEW4ji7AuqBc2qqfYX9rzMXwObqzn3qv+qKJGUMJ3VM+PAu7UH2wozbqT9VL kWKR7blp4iL6O59WuyRWwcDo2Ze4eSo= =LxxD -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed May 24 06:10:25 2023 Received: (at 63461) by debbugs.gnu.org; 24 May 2023 10:10:25 +0000 Received: from localhost ([127.0.0.1]:41984 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q1lRo-000532-N5 for submit@debbugs.gnu.org; Wed, 24 May 2023 06:10:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35456) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q1lRm-00052m-6d for 63461@debbugs.gnu.org; Wed, 24 May 2023 06:10:22 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q1lRg-00051s-KU; Wed, 24 May 2023 06:10:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=ZOgCTUfr12hwtH6uMkTm2nSm/1hluaEOhLpY0bTdSRg=; b=QW6akXjZHdaWYLexTlxE /n3jxoqi+yf/3rQd0R9aLAin88bNAO7mce52MC1WaBBxCfNEkoA0/6AAJOKFk2BUTCH+p6fsWzzXU e8JBzpmIvuyQjtudOR0XVFfmdVZGtd8kxqrgh0kOElhoKskb8BN3tkmOGIELgdd8x7rRuvdvO2i/m zjst1CDoZVPGtN/ZgJFeJs2RuF6xU4rBQQOc72Pk6wvan3ggufJgXkOO50m/yCUfQS2CNFhyw+DqN JeVDNISSnEgtXhX1dnB0Yzkv9HUzz1pEI5Sqm3viz668Ltt9/bwhVV/znFTLA3pIUGj9Whs8XQApf /SZmAzPXHVw1aA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q1lRb-0002xS-5m; Wed, 24 May 2023 06:10:15 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Josselin Poiret Subject: Re: bug#63461: [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps. References: <78e5efe95c8509b57c74309a0e3917b0cced7ca9.1683878940.git.dev@jpoiret.xyz> Date: Wed, 24 May 2023 12:10:08 +0200 In-Reply-To: <78e5efe95c8509b57c74309a0e3917b0cced7ca9.1683878940.git.dev@jpoiret.xyz> (Josselin Poiret's message of "Fri, 12 May 2023 10:09:42 +0200") Message-ID: <877csyoxa7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63461 Cc: 63461@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: -3.3 (---) Hi, Josselin Poiret skribis: > From: Josselin Poiret > > * gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-inpu= ts, > since it is no longer a Core App in 42. I=E2=80=99m all for it! I also noticed that notably during the =E2=80=98co= re-updates=E2=80=99 cycle, and I think it=E2=80=99s just too much, as GNOME developers acknowle= dged by removing it from the =E2=80=9Ccore apps=E2=80=9D. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 07 15:54:08 2023 Received: (at submit) by debbugs.gnu.org; 7 Jul 2023 19:54:08 +0000 Received: from localhost ([127.0.0.1]:43833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qHrWq-0002ZH-F0 for submit@debbugs.gnu.org; Fri, 07 Jul 2023 15:54:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:58688) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qHrWo-0002Z9-Jk for submit@debbugs.gnu.org; Fri, 07 Jul 2023 15:54:07 -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 1qHrWn-0004qd-Cc for guix-patches@gnu.org; Fri, 07 Jul 2023 15:54:05 -0400 Received: from jpoiret.xyz ([206.189.101.64]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qHrWl-0002BZ-Ec for guix-patches@gnu.org; Fri, 07 Jul 2023 15:54:05 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 24C39185421 for ; Fri, 7 Jul 2023 19:54:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1688759640; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ccrDuf7Dw1H0ft7zzvqgdQLPaegWa1pox5Y+abkGXp4=; b=ldhGOZEF2DRvIoM/lCwyUfd7nI9uYacbJdYr7Y8n8dglCuAx1+y9dQVf492TkdB8fx+guk em9cWXvovyUfRMemXWeKRFzP5ga2nXIRV24CwGYOjk8dtjMw70UCMyCUqVbT6LV/+bBWWl 67zDp4Tx/NEB38Udmt5Uv2LVwvHMo5x2ye+8vSJL3Z/UGomJ+ZADvbgNLC2y8d+LdIVEm9 cTdm6xN/Nj5x/PyePUJ8aJonvHDcY+ShnAzn7t6ouPaOooCrXSlUWNfS01q4y51LFoVWI/ n6WgjoEeffpGJpkJpUwRT2XL52r4c9ZL22GBhN8GeePTt+KS2VKM5/D/Ae7fqQ== From: Josselin Poiret To: guix-patches@gnu.org Subject: Re: [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps. In-Reply-To: <78e5efe95c8509b57c74309a0e3917b0cced7ca9.1683878940.git.dev@jpoiret.xyz> References: <78e5efe95c8509b57c74309a0e3917b0cced7ca9.1683878940.git.dev@jpoiret.xyz> Date: Fri, 07 Jul 2023 21:53:57 +0200 Message-ID: <875y6v7b1m.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spamd-Bar: / Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz Received-SPF: pass client-ip=206.189.101.64; envelope-from=dev@jpoiret.xyz; helo=jpoiret.xyz 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_PASS=-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.4 (-) 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: -1.4 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi everyone, Josselin Poiret writes: > From: Josselin Poiret > > * gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-inpu= ts, > since it is no longer a Core App in 42. > --- > Hi everyone, > > I noticed while reading [1] that Boxes was no longer required in GNOME, so > here's a patch that does exactly that. > > [1] https://blogs.gnome.org/mcatanzaro/2023/05/10/gnome-core-apps-update/ > > Best, > > gnu/packages/gnome.scm | 1 - > 1 file changed, 1 deletion(-) Pushed as 4722496292ea282db7d1779bfada1e6a3813be99, along with the removal of the corresponding uses of it in the gnome services. Best, =2D-=20 Josselin Poiret --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHEBAEBCgAuFiEEOSSM2EHGPMM23K8vUF5AuRYXGooFAmSobVUQHGRldkBqcG9p cmV0Lnh5egAKCRBQXkC5FhcaissqDACneQSXrhO7MvORiUf8XdCfs+6TKpuzk9Hh g2i2aIKmhSvL3inxRJ+ILHasnpcaemFSIOfxrR8ASYBLSf7sRpMNOiOaHQXoD1V0 WOK/Sjk8TzXX4PBHT25u876qur4Vh1Hglsclq/fpDtCCvS0JKrCWxzYKMTI8x1D1 AOJ5EGJPOVk2epLua1ys23MyziF0WnCyLE2G2ef740zSIvlQhPf5Jbjfwz8UH4VZ CcYEHnI2AeXnu+Q53luP+lMzLUJ9hjDS2NhB+ypKCAf8aHb3kVWeGSaofuOq0XY0 7zKoPn21I17IHyuYoy1ARpPlCB35iyL1n3p9tYRo9e+iXbYC3TT1CkTv/r1uM8x3 j/e5d+evZ/N/8lxQIkzzYEgY7ieqJ3o1EGSs4r/s4hmnl0zHk7HF+9wfIeEKoZ/A v4Ops5fIYRHxqAITzhvOG9PBxa7DmMs20/h1E8PNn85A6cyl2k3QfFUI6LCYGJ+u +WEfLuJDk78Zyy8XAeZMVynmOiiH9Sg= =d6t8 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 15 15:44:52 2023 Received: (at control) by debbugs.gnu.org; 15 Aug 2023 19:44:52 +0000 Received: from localhost ([127.0.0.1]:36654 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qVzyG-0001jA-36 for submit@debbugs.gnu.org; Tue, 15 Aug 2023 15:44:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qVzyC-0001it-Pb for control@debbugs.gnu.org; Tue, 15 Aug 2023 15:44:50 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qVzy7-0007AO-JL for control@debbugs.gnu.org; Tue, 15 Aug 2023 15:44:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=+2h2Cw1WTIII4VZKIFwVn5WvbW0eQrvt0OrWVVuMWYM=; b=K0fiDs2FWkoKR5 iiccHfmPuriJsamp4LLilwieG6YBGug2DBe3wrUWvbnsLkbyn1B9hU4L5BJzosqBKaquTjfb72Tqt Itp6PVS1kTwDA5N68GcduxcdeWkRDjPdL9Bxqx8ETQkoz1zWHKGeCfG/sgm3mNPJp5nFyouSnAK6M tAhN0LiqNJ4sblwupV6UFNmUAdmpj+5Us45nsx5TU/uG6EGnXirJsP7cDv+uZPHEteU5gukyZdtf9 4uq2sRLOwo9n/8S6QIt+VE3P/DPV9sLZl4DyA9mruX7S2g3MUvWGP/cCUi1uTYg9cDoTGNmlQ8TPw r+orVM2wxAYigHAbU+mQ==; Date: Tue, 15 Aug 2023 21:44:40 +0200 Message-Id: <87o7j88507.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #63461 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) 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: -3.3 (---) close 63461 quit From unknown Thu Sep 11 08:44: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: Wed, 13 Sep 2023 11:24:11 +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