From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42924) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0AA4-0006bd-55 for guix-patches@gnu.org; Tue, 20 Aug 2019 15:51:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0AA1-0000ab-1Y for guix-patches@gnu.org; Tue, 20 Aug 2019 15:51:18 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53508) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i0A9z-0000Zp-Vf for guix-patches@gnu.org; Tue, 20 Aug 2019 15:51:16 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i0A9z-0003YQ-SX for guix-patches@gnu.org; Tue, 20 Aug 2019 15:51:15 -0400 Subject: [bug#37121] [PATCH 22/40] gnu: xfwm4: Update to 4.14.0. Resent-Message-ID: From: L p R n d n Date: Tue, 20 Aug 2019 23:50:25 +0200 Message-Id: <20190820215043.32077-22-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 (xfwm4): Update to 4.14.0. [inputs] Add libwnck. Remove libwnck-2. --- gnu/packages/xfce.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 7622c24fa0..2ef67e6afe 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -692,7 +692,7 @@ and import the new pictures from your camera.") (define-public xfwm4 (package (name "xfwm4") - (version "4.12.5") + (version "4.14.0") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -700,14 +700,14 @@ and import the new pictures from your camera.") name "-" version ".tar.bz2")) (sha256 (base32 - "1jnav0wcqlswl2v7nh61big9czg5hmnyvrvm6812sv362qic0xbp")))) + "05dn4a1i0nm6wm3nyj7qli5bvfalxghcl7x543qr5l33vkw2n65l")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) ("intltool" ,intltool))) (inputs `(("libdrm" ,libdrm) - ("libwnck" ,libwnck-2) + ("libwnck" ,libwnck) ("libxcomposite" ,libxcomposite) ("libxdamage" ,libxdamage) ("libxfce4ui" ,libxfce4ui) -- 2.22.0