From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/3] gnu: Add librep. Date: Mon, 02 Feb 2015 23:05:07 +0100 Message-ID: <87vbjkrmuk.fsf@gnu.org> References: <1422878431-20718-1-git-send-email-iyzsong@gmail.com> 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]:53306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIP7J-00055S-LN for guix-devel@gnu.org; Mon, 02 Feb 2015 17:05:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIP7F-0002NB-Ge for guix-devel@gnu.org; Mon, 02 Feb 2015 17:05:13 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIP7F-0002N5-ED for guix-devel@gnu.org; Mon, 02 Feb 2015 17:05:09 -0500 In-Reply-To: <1422878431-20718-1-git-send-email-iyzsong@gmail.com> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Mon, 2 Feb 2015 20:00:29 +0800") 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > * gnu/packages/sawfish.scm: New file. > * gnu/packages/patches/librep-rules.mk.patch: New file. > * gnu-system.am: Add them. [...] > --- /dev/null > +++ b/gnu/packages/patches/librep-rules.mk.patch > @@ -0,0 +1,30 @@ > +rules.mk.in: Don't set prefix, datadir, libdir, datarootdir and repdir. > +rules.mk.in: Use pkg-config to get the absolute path for repcommonexedir. > + > +Meregd into upstream: . ^^^ Typo. OK to push with this fixlet. Thanks! Ludo=E2=80=99.