From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 07 02:14:03 2023 Received: (at 59829) by debbugs.gnu.org; 7 Jan 2023 07:14:03 +0000 Received: from localhost ([127.0.0.1]:56338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pE3P1-0005u1-38 for submit@debbugs.gnu.org; Sat, 07 Jan 2023 02:14:03 -0500 Received: from mail-qv1-f49.google.com ([209.85.219.49]:46885) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pE3Oz-0005tK-2g for 59829@debbugs.gnu.org; Sat, 07 Jan 2023 02:14:01 -0500 Received: by mail-qv1-f49.google.com with SMTP id l18so1758020qvt.13 for <59829@debbugs.gnu.org>; Fri, 06 Jan 2023 23:14:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=PZMxtpEs8EI2pOn/Xd1W8hm6DpG0hBQJLxA28eITb0Y=; b=cAJc2lB9bkj1RmX5DTrP77NvfY4RX/rfF6Dv+dVrrR0mMuKXr+iWK1VdzZX9ROKHVQ smn+GH4A7/J6k/7JB++W3zgkt4398XXkx9DL5p64MDGQYWunJ4mOcHvTcVY0NFBZhaVn MKFdmtDcpkMoQQxakTi2a041n7TGFDlsK3PkiyEl93sPDk3vREGzzfMbPhmT+o8UGvah iB1W8o06OhCH79iqJtaQ+8SifTC8PxGp/+AXdeKxdNgO3i9OGKtVwqDlkWVGl5i8grni ujcxEk6+M2DfgmYUVtQgYEjRI2Ms7udO3C2F7aiRcFVNrR9InXe8n6E57/73CtEOROZj uAZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=PZMxtpEs8EI2pOn/Xd1W8hm6DpG0hBQJLxA28eITb0Y=; b=rlSC5a7kO5depFmGZUogtuaYVtwWFEcEJ89k7SUtcuAad72WMC4MkMbNNHPaVCVaGQ EYSH/UIg+aH4516VOpsFShf2XvWN75+fSuq8+IAyrUhHBL75G51U7pclvZUjoq7J0QQJ s1CW7LE/MRh5hpAf7nshcYVVVFzluhe0txl+hN71uGtpS+vJ2JzdfXwIdPoacoALhbY4 llBsSoaDkuv04+TnRmYggi8tUeZqxy/fkffF06e14nZJ331hgvrkpjZoeNcmmNySEvnh DZG/PEARlnzf9D9B/sFL1KsaqtxjHodrkSACcjQvzOPfXrkKkho2IQwQg1c5K1X4hwMc S+Wg== X-Gm-Message-State: AFqh2koQOxDIXoVeXcZ3pusZlqDx8jOFZftjxoegUUX/ludSTpIRbPRT KiEYXMdaCjTKr+47hVh4GgEMDVU9uFEKlJrU8fzHSr6+ZLM= X-Google-Smtp-Source: AMrXdXsVapA0W1tKeoYnnHEHZHgjjoK/0/JvlJccNGd5J01wUgjvV5B3ZwbcE8oqsSEFonTbXnZttDjzbeY8zlIhA3k= X-Received: by 2002:a0c:f64a:0:b0:531:8d5d:4ff4 with SMTP id s10-20020a0cf64a000000b005318d5d4ff4mr2060379qvm.74.1673075635387; Fri, 06 Jan 2023 23:13:55 -0800 (PST) MIME-Version: 1.0 References: <87y1qfj2v5.fsf@gmail.com> In-Reply-To: <87y1qfj2v5.fsf@gmail.com> From: Andy Tai Date: Fri, 6 Jan 2023 23:13:19 -0800 Message-ID: Subject: Re: bug#59829: [PATCH core-updates] gnu: wlroots: Add propagated input xcb-util-renderutil To: zimoun Content-Type: multipart/alternative; boundary="000000000000ee042a05f1a7465b" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 59829 Cc: 59829@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 (-) --000000000000ee042a05f1a7465b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, I thought propagation inputs are for letting dependent packages to be able to automatically add this input to its dependency list, like, say, glib as a propagation input for gtk+ as all gtk+ [programs has glib as an input or dependency. xcb-util-renderutil seems to have a similar role for wlroots. If this is not correct, please file a patch to change it, and merge it. On Fri, Jan 6, 2023 at 4:07 AM zimoun wrote: > Hi, > > On Sun, 04 Dec 2022 at 22:44, Andy Tai wrote: > > > gnu/packages/wm.scm (wlroots): Add propagated input xcb-util-renderutil > > Could you explain why this propagation is required? Because propagation > should be avoid at first and it should be used when no other option are > possible, IMHO. > > > Cheers, > simon > --=20 Andy Tai, atai@atai.org Skype: licheng.tai, Line.me: andy_tai, WeChat: andytai1010 Year 2023 =E6=B0=91=E5=9C=8B112=E5=B9=B4 =E8=87=AA=E5=8B=95=E7=9A=84=E7=B2=BE=E7=A5=9E=E5=8A=9B=E6=98=AF=E4=BF=A1=E4= =BB=B0=E8=88=87=E8=A6=BA=E6=82=9F =E8=87=AA=E5=8B=95=E7=9A=84=E8=A1=8C=E7=82=BA=E5=8A=9B=E6=98=AF=E5=8B=9E=E5= =8B=95=E8=88=87=E6=8A=80=E8=83=BD --000000000000ee042a05f1a7465b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi, I thought propagation inputs are for letting depend= ent packages to be able to automatically add this input to its dependency l= ist, like, say, glib as a propagation input for gtk+ as all gtk+ [programs = has glib as an input or dependency.=C2=A0 xcb-util-renderutil seems to have= a similar role for wlroots.

If this is not correct, p= lease file a patch to change it, and merge it.

On Fri, Jan 6, 2023 at 4:07 AM zimoun <zimon.toutoune@gmail.com> wrote:
Hi,

On Sun, 04 Dec 2022 at 22:44, Andy Tai <lichengtai@gmail.com> wrote:

> gnu/packages/wm.scm (wlroots): Add propagated input xcb-util-renderuti= l

Could you explain why this propagation is required?=C2=A0 Because propagati= on
should be avoid at first and it should be used when no other option are
possible, IMHO.


Cheers,
simon


--
Andy Tai, atai@atai.org=C2=A0 Sky= pe: licheng.tai, Line.me: andy_tai, WeChat: andytai1010=
Year 2023 =E6=B0=91=E5=9C=8B112=E5=B9=B4
=E8=87=AA=E5=8B=95=E7=9A=84= =E7=B2=BE=E7=A5=9E=E5=8A=9B=E6=98=AF=E4=BF=A1=E4=BB=B0=E8=88=87=E8=A6=BA=E6= =82=9F
=E8=87=AA=E5=8B=95=E7=9A=84=E8=A1=8C=E7=82=BA=E5=8A=9B=E6=98=AF= =E5=8B=9E=E5=8B=95=E8=88=87=E6=8A=80=E8=83=BD
--000000000000ee042a05f1a7465b--