From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: Add owncloud-client. Date: Thu, 05 Nov 2015 22:32:21 +0100 Message-ID: <87611gceu2.fsf@gnu.org> References: <1446497399-30726-1-git-send-email-efraim@flashner.co.il> <1446497399-30726-3-git-send-email-efraim@flashner.co.il> 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]:47930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuS8x-0004IE-N9 for guix-devel@gnu.org; Thu, 05 Nov 2015 16:32:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuS8t-0007Rd-LM for guix-devel@gnu.org; Thu, 05 Nov 2015 16:32:27 -0500 In-Reply-To: <1446497399-30726-3-git-send-email-efraim@flashner.co.il> (Efraim Flashner's message of "Mon, 2 Nov 2015 22:49:59 +0200") 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: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner skribis: > * gnu/packages/owncloud.scm (owncloud-client): New variable. > * gnu-system.am [GNU_SYSTEM_MODULES]: Add it. [...] > + (modify-phases %standard-phases > + (add-after 'unpack 'change-rpath-dirs > + (lambda _ > + (substitute* '("src/libsync/CMakeLists.txt" > + "csync/src/CMakeLists.txt") > + (("\\/\\$\\{APPLICATION_EXECUTABLE\\}") "")) > + (substitute* '("src/cmd/CMakeLists.txt" > + "src/crashreporter/CMakeLists.txt" > + "src/gui/CMakeLists.txt") > + (("\\/\\$\\{APPLICATION_EXECUTABLE\\}\\\"") "\"= "))))))) Please indent as in other files. Also, could you add a comment explaining what this does? > + (synopsis "GUI folder synchronization with an ownCloud server") I=E2=80=99d remove =E2=80=9CGUI=E2=80=9D here (looks weird.) > + (description "The ownCloudSync system lets you always have your late= st =E2=80=A6 and s/system/GUI/ here. Could you send an updated patch? Thanks, Ludo=E2=80=99.