From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40119) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieK9n-0001N4-6S for guix-patches@gnu.org; Mon, 09 Dec 2019 09:37:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ieK9m-0007XR-8K for guix-patches@gnu.org; Mon, 09 Dec 2019 09:37:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46867) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ieK9m-0007X2-4O for guix-patches@gnu.org; Mon, 09 Dec 2019 09:37:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ieK9m-0004Lr-1g for guix-patches@gnu.org; Mon, 09 Dec 2019 09:37:02 -0500 Subject: [bug#38547] [PATCH] gnu: libwnck@2.30.7: Override build system for old release. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:39993) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieK95-0001JX-4z for guix-patches@gnu.org; Mon, 09 Dec 2019 09:36:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ieK94-0006t9-6u for guix-patches@gnu.org; Mon, 09 Dec 2019 09:36:19 -0500 Received: from mail-wr1-x436.google.com ([2a00:1450:4864:20::436]:34403) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ieK93-0006sn-Vz for guix-patches@gnu.org; Mon, 09 Dec 2019 09:36:18 -0500 Received: by mail-wr1-x436.google.com with SMTP id t2so16504230wrr.1 for ; Mon, 09 Dec 2019 06:36:17 -0800 (PST) Received: from localhost (88.50.134.37.dynamic.jazztel.es. [37.134.50.88]) by smtp.gmail.com with ESMTPSA id a14sm29042613wrx.81.2019.12.09.06.36.15 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Dec 2019 06:36:15 -0800 (PST) Date: Mon, 9 Dec 2019 15:36:10 +0100 From: Miguel Arruga Vivas Message-ID: <20191209153610.6dadf5d1@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/mUYf.02meE9AjLnwUn.X8bv" 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: 38547@debbugs.gnu.org --MP_/mUYf.02meE9AjLnwUn.X8bv Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, After update of libwnck-3 build system, libwnck doesn't build, because now it is expecting a meson.build. This breaks other desktops like XFCE and LXDE. Best regards, Miguel --MP_/mUYf.02meE9AjLnwUn.X8bv Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-libwnck-2.30.7-Override-build-system-for-old-rel.patch >From ea54a064072e1e18c89c3e148bb289b1b1e302d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?= Date: Mon, 9 Dec 2019 15:13:41 +0100 Subject: [PATCH] gnu: libwnck@2.30.7: Override build system for old release. * gnu/packages/gnome.scm (libwnck-2)[build-system]: Override with gnu-build-system. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 979093277b..5a1b7da740 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2343,6 +2343,7 @@ Hints specification (EWMH).") (sha256 (base32 "15713yl0f8f3p99jzqqfmbicrdswd3vwpx7r3bkf1bgh6d9lvs4b")))) + (build-system gnu-build-system) (propagated-inputs `(("gtk+" ,gtk+-2) ("libxres" ,libxres) -- 2.23.0 --MP_/mUYf.02meE9AjLnwUn.X8bv--