From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Pimentel Subject: Re: How install new package =?UTF-8?Q?created=3F=20How=20contribu?= =?UTF-8?Q?te=20with=20it=3F?= Date: Wed, 05 Aug 2015 09:12:56 -0300 Message-ID: <3c1c46346ad37b677278c3d7d2da1e6a@openmailbox.org> References: <87wpxauuib.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMxZB-0005cL-As for guix-devel@gnu.org; Wed, 05 Aug 2015 08:13:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMxZ6-0000yf-9o for guix-devel@gnu.org; Wed, 05 Aug 2015 08:13:05 -0400 Received: from smtp26.openmailbox.org ([62.4.1.60]:39996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMxZ6-0000yV-4V for guix-devel@gnu.org; Wed, 05 Aug 2015 08:13:00 -0400 In-Reply-To: <87wpxauuib.fsf@elephly.net> 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: Ricardo Wurmus Cc: guix-devel@gnu.org On 2015-08-05 03:19, Ricardo Wurmus wrote: >> ./pre-inst-env guix build rage -K > > [...] > >> So, how I install this package? How I contribute to it (new package >> Rage >> to Guix packages)? > > To install it into your default profile you can just do > > ./pre-inst-env guix package -i rage > > To submit it to Guix please create a commit containing your changes, > then > > git format-patch -1 > > and send the patch to the guix-devel mailing list. > > ~~ Ricardo Ricardo, Pjort and guix, I did: git add gnu-system.am git add gnu/packages/rage.scm git commit -m 'Add Rage audio and video player by EFL' git format-patch -l origin/master gnu/packages/rage.scm So, there's a 0001-Add-Rage-a-video-and-audio-player-written-with-EFL.patch file that I sent to guix-devel mailing list in other thread. Is correct way to send patch? -- Daniel Pimentel (d4n1 3:)