From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 9/9] gnu: Add weston. Date: Sun, 4 Sep 2016 16:01:43 +0200 Message-ID: References: <20160901155711.7388-1-david@craven.ch> <20160901155711.7388-9-david@craven.ch> <874m5xnmb5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgXzf-0007ww-97 for guix-devel@gnu.org; Sun, 04 Sep 2016 10:01:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgXzY-0002nI-CU for guix-devel@gnu.org; Sun, 04 Sep 2016 10:01:54 -0400 Received: from mail-yw0-x241.google.com ([2607:f8b0:4002:c05::241]:35325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgXzX-0002n3-6P for guix-devel@gnu.org; Sun, 04 Sep 2016 10:01:48 -0400 Received: by mail-yw0-x241.google.com with SMTP id t137so1980306ywg.2 for ; Sun, 04 Sep 2016 07:01:44 -0700 (PDT) In-Reply-To: <874m5xnmb5.fsf@gnu.org> 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" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel Is this ok as a description? I don't think the term display server is commonly used for wayland compositors, so I left the synopsis. (description "Weston is the reference implementation of a Wayland compositor, and a useful compositor in its own right. A Wayland compositor allows applications to render to a shared offscreen buffer using opengles. The compositor then culls the hidden parts and composes the final output. A Wayland compositor is essentially a multiplexer to the KMS/DRM kernel devices.") I renamed xwayland to xorg-server-xwayland and added cairo-xcb to gtk.scm, xorg-server-xwayland to xorg.scm and weston to freedesktop.scm.