From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: [PATCH 1/3] gnu: libxfce4ui: Build with GTK+ 3 support. Date: Wed, 02 Sep 2015 20:02:25 +0800 Message-ID: <87wpw981wu.fsf@gmail.com> References: <1440940743-28596-1-git-send-email-iyzsong@gmail.com> <87io7tg8hx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZX6jx-0002YC-OM for guix-devel@gnu.org; Wed, 02 Sep 2015 08:02:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZX6jw-00082H-Sa for guix-devel@gnu.org; Wed, 02 Sep 2015 08:02:09 -0400 In-Reply-To: <87io7tg8hx.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s writes: > =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > >> * gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+. > > [...] > >> + `(("gtk+-2" ,gtk+-2) ; required by libxfce4ui-1.pc >> + ("gtk+-3" ,gtk+) ; required by libxfce4ui-2.pc > > Should we keep just GTK+3? What happens when both are provided, are two > variants being built? Yes, libxfce4ui will built as 2 version (libxfce4ui-1.so and libxfce4ui-2.s= o). Xfce is still targeted at GTK+ 2, with only few components support GTK+ 3.