From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43208) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0AAo-0006xE-NN for guix-patches@gnu.org; Tue, 20 Aug 2019 15:52:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0AAm-00014U-Eu for guix-patches@gnu.org; Tue, 20 Aug 2019 15:52:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53544) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i0AAm-00013q-6I for guix-patches@gnu.org; Tue, 20 Aug 2019 15:52:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i0AAm-0003cL-3B for guix-patches@gnu.org; Tue, 20 Aug 2019 15:52:04 -0400 Subject: [bug#37121] [PATCH 19/40] gnu: Thunar: Update to 1.8.9. Resent-Message-ID: From: L p R n d n Date: Tue, 20 Aug 2019 23:50:22 +0200 Message-Id: <20190820215043.32077-19-guix@lprndn.info> In-Reply-To: <20190820215043.32077-1-guix@lprndn.info> References: <20190820215043.32077-1-guix@lprndn.info> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37121@debbugs.gnu.org * 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 a7a6524c0a..84cbb1784f 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -625,7 +625,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/" @@ -633,11 +633,14 @@ 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) ("intltool" ,intltool))) + (propagated-inputs + ;; Required by thunarx-3.pc + `(("gtk+" ,gtk+))) (inputs `(("exo" ,exo) ("libexif" ,libexif) -- 2.22.0