From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 12 04:19:18 2019 Received: (at 37277) by debbugs.gnu.org; 12 Sep 2019 08:19:18 +0000 Received: from localhost ([127.0.0.1]:43015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i8KJy-0004xW-Fk for submit@debbugs.gnu.org; Thu, 12 Sep 2019 04:19:18 -0400 Received: from mout02.posteo.de ([185.67.36.142]:50017) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i8KJv-0004xI-Vl for 37277@debbugs.gnu.org; Thu, 12 Sep 2019 04:19:16 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 5EEE8240101 for <37277@debbugs.gnu.org>; Thu, 12 Sep 2019 10:19:09 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46TWrV1nswz9rxD; Thu, 12 Sep 2019 10:19:05 +0200 (CEST) From: L p R n d n To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#37277] [PATCHES] Thunar: Update to 1.8.9. References: <8736hedc16.fsf@lprndn.info> <87woej7ysb.fsf@gnu.org> Date: Thu, 12 Sep 2019 10:18:46 +0200 In-Reply-To: <87woej7ysb.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 08 Sep 2019 14:33:40 +0200") Message-ID: <87impyc4gp.fsf@lprndn.info> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: 37277 Cc: 37277@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: -2.6 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, Ludovic Court=C3=A8s writes: > L p R n d n skribis: > >>>From 49d9ed778206d6af039029298f0f8f9aa47171ae Mon Sep 17 00:00:00 2001 >> From: L p R n d n >> Date: Mon, 19 Aug 2019 14:01:52 +0200 >> Subject: [PATCH 13/19] gnu: Thunar: Update to 1.8.9. >> >> * gnu/packages/xfce.scm (thunar): Update to 1.8.9. >> [propagated-inputs] Add gtk+. >> --- >> gnu/packages/xfce.scm | 7 +++++-- >> 1 file changed, 5 insertions(+), 2 deletions(-) >> >> diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm >> index b27e489678..db8387b9ad 100644 >> --- a/gnu/packages/xfce.scm >> +++ b/gnu/packages/xfce.scm >> @@ -641,7 +641,7 @@ like appearance, display, keyboard and mouse setting= s.") >> (define-public thunar >> (package >> (name "thunar") >> - (version "1.8.7") >> + (version "1.8.9") >> (source (origin >> (method url-fetch) >> (uri (string-append "http://archive.xfce.org/src/xfce/" >> @@ -649,11 +649,14 @@ like appearance, display, keyboard and mouse setti= ngs.") >> "Thunar-" version ".tar.bz2")) >> (sha256 >> (base32 >> - "0afkp528mwwa2m18m39mvw53qgaijyynrw9wwwiyxgjiczq3l0ry")= ))) >> + "1fah2d7v3a7fp28xa5wv896rap1iad9q9y04qchca09mq1x8wxbs")= ))) >> (build-system gnu-build-system) >> (native-inputs >> `(("pkg-config" ,pkg-config) >> ("intltool" ,intltool))) >> + (propagated-inputs >> + ;; Required by thunarx-3.pc >> + `(("gtk+" ,gtk+))) > > Hi! We usually propagated in similar cases. However, here that would > lead to propagating all of gtk+ to the user=E2=80=99s profile, which is > undesirable. Furthermore, since thunar has only two dependents, it=E2=80= =99s > probably not a problem if we don=E2=80=99t propagate gtk+. > > WDYT? I don't have enough knowledge about how this works to give a useful hint here so I would probably just follow your advice. Yet I quickly tested with= out propagated-inputs and it seems to work without trouble. So here is the new patch. > Thanks, > Ludo=E2=80=99. Thank you and have a nice day, L p R n d n --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-Thunar-Update-to-1.8.9.patch From f57c21a46a0cdf23085195e3645b4f1aae9e8cbd Mon Sep 17 00:00:00 2001 From: L p R n d n Date: Mon, 19 Aug 2019 14:01:52 +0200 Subject: [PATCH] gnu: Thunar: Update to 1.8.9. * gnu/packages/xfce.scm (thunar): Update to 1.8.9. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index b27e489678..8ddb7ae8a7 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -641,7 +641,7 @@ like appearance, display, keyboard and mouse settings.") (define-public thunar (package (name "thunar") - (version "1.8.7") + (version "1.8.9") (source (origin (method url-fetch) (uri (string-append "http://archive.xfce.org/src/xfce/" @@ -649,7 +649,7 @@ like appearance, display, keyboard and mouse settings.") "Thunar-" version ".tar.bz2")) (sha256 (base32 - "0afkp528mwwa2m18m39mvw53qgaijyynrw9wwwiyxgjiczq3l0ry")))) + "1fah2d7v3a7fp28xa5wv896rap1iad9q9y04qchca09mq1x8wxbs")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) -- 2.22.0 --=-=-=--