From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38060) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i09dr-0000CT-VO for guix-patches@gnu.org; Tue, 20 Aug 2019 15:18:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i09dq-0003fF-Kw for guix-patches@gnu.org; Tue, 20 Aug 2019 15:18:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53362) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i09dq-0003f9-Hi for guix-patches@gnu.org; Tue, 20 Aug 2019 15:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i09dq-0002SG-4u for guix-patches@gnu.org; Tue, 20 Aug 2019 15:18:02 -0400 Subject: [bug#37121] [PATCH 00/40] Update Xfce to 4.14 Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:37980) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i09dR-0008Vm-TK for guix-patches@gnu.org; Tue, 20 Aug 2019 15:17:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i09dQ-0003VE-DJ for guix-patches@gnu.org; Tue, 20 Aug 2019 15:17:37 -0400 Received: from mout01.posteo.de ([185.67.36.141]:59273) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i09dQ-0003Rx-5r for guix-patches@gnu.org; Tue, 20 Aug 2019 15:17:36 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 13273160060 for ; Tue, 20 Aug 2019 21:17:27 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46CgXk1q9Rz6tmN for ; Tue, 20 Aug 2019 21:17:26 +0200 (CEST) From: L p R n d n Date: Tue, 20 Aug 2019 23:17:36 +0200 Message-ID: <87blwj35an.fsf@lprndn.info> MIME-Version: 1.0 Content-Type: text/plain 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 Hello, Here is my take on updating xfce to 4.14. The update switches Xfce to gtk-3 but gtk-2 compatibility is kept. Also there a few changes to add or clarify some features like vala API or gobject introspection. Testing is welcome. Most changes are trivial but libxklavier's update might need some rework. Thanks, L p R n d n