From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: [PATCH 0/7] Add LXDE packages. Date: Thu, 16 Jul 2015 12:19:13 +0200 Message-ID: <1437041960-5189-1-git-send-email-mthl@openmailbox.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.1.4" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFgIj-0008Qr-F9 for guix-devel@gnu.org; Thu, 16 Jul 2015 06:22:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFgIf-0007p5-Dq for guix-devel@gnu.org; Thu, 16 Jul 2015 06:22:01 -0400 Received: from smtp3.openmailbox.org ([62.4.1.37]:57137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFgIf-0007oW-4Z for guix-devel@gnu.org; Thu, 16 Jul 2015 06:21:57 -0400 Received: from localhost (localhost [127.0.0.1]) by mail2.openmailbox.org (Postfix) with ESMTP id 0B8182028AB for ; Thu, 16 Jul 2015 12:21:56 +0200 (CEST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org This is a multi-part message in MIME format. --------------2.1.4 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: quoted-printable Here is a first batch of LXDE packages. More to come soon ;) You will see a little mess in the libfm patch which is a consequence of a bootstrap problem between menu-cache and libfm which is describe like thi= s in the README file of menu-cache. =20 Since version 0.7.0 the Libmenu-cache requires Libfm-extra for the menu-cache-gen menu cache generation binary. Since Libfm depends on Libmenu-cache, there is some hint for bootstrapers how to build those libraries together: you need create Libfm-extra first, you can easily do this by passing '--with-extra-only' option to configure script and installing Libfm-extra. Then you can succesfully build Libmenu-cache and therefore build full version of Libfm. Mathieu Lirzin (7): gnu: Add libfm-extra. gnu: Add menu-cache. gnu: Add libfm. gnu: Add pcmanfm. gnu: Add lxterminal. gnu: Add lxtask. gnu: Add lxrandr. gnu/packages/lxde.scm | 169 ++++++++++++++++++++++++++++++++++++++++++++= +++++- 1 file changed, 168 insertions(+), 1 deletion(-) --=20 2.1.4 --------------2.1.4--