Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-20 Thread rennes
" and "git reflog | grep bluefish" git cherry-pick abcdefg # use commit-id of gunimap patch git cherry-pick abcdefg # use commit-id of bluefish patchFrom 505226e2ac5140d4501d5c8beb3e02eebde3ca8f Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Thu, 20 Oct 2016 20:30:40 -0500 Subj

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-17 Thread rennes
categories for the installed fonts, and to examine their +detailed properties. It is an easy way to find the character you might +only know by its Unicode name or code point.") +(license license:gpl3+))) -- 2.10.0 From b5895a149f95ff257fe10557464e5dfc97deb861 Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Mon, 17 Oc

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-11 Thread rennes
Hello, some help to check my procedure is correct?. If you do not have a branch, do the follwoing: git checkout -b gnome-bluefish # search for your two patches, e.g using "git reflog | grep gunimap" and "git reflog | grep bluefish" git cherry-pick abcdefg # use commit-id of gunimap patch git

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-10 Thread Hartmut Goebel
Hi, Am 10.10.2016 um 15:42 schrieb ren...@openmailbox.org: > $ git checkout gnu/packages/gnome.scm This command will revert any changes (if any) in file gnu/packages/gnome.scm. Since you just checkedout master ans did not change anything, there is no change to revert of course. So you must pass

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-10 Thread rennes
Apologize for many questions. git checkout master git pull git checkout your-branch-with-bluefish git rebase master I made: $ git checkout master M gnu/packages/gnome.scm Already on 'master' Your branch is up-to-date with 'origin/master'. $ git pull Alread

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-10 Thread Hartmut Goebel
Am 09.10.2016 um 23:20 schrieb ren...@openmailbox.org: >> Thanks, but I still cannot seem to apply it to master. Was this rebased >> on top of current master? >> >> ~~ Ricardo > > I first make the patch for gucharmap and later bluefish, gucharmap is > required for bluefish. > Ricado means: You sh

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-09 Thread rennes
On 2016-10-09 16:04, Ricardo Wurmus wrote: ren...@openmailbox.org writes: updated package. Thanks, but I still cannot seem to apply it to master. Was this rebased on top of current master? ~~ Ricardo I first make the patch for gucharmap and later bluefish, gucharmap is required for blu

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-09 Thread Ricardo Wurmus
ren...@openmailbox.org writes: > updated package. Thanks, but I still cannot seem to apply it to master. Was this rebased on top of current master? ~~ Ricardo

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-09 Thread rennes
00:00 2001 From: Rene Saavedra Date: Sun, 9 Oct 2016 15:14:10 -0500 Subject: [PATCH 2/2] gnu: Add bluefish. * gnu/packages/gnome.scm (bluefish): New variable. --- gnu/packages/gnome.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/gnome.scm b/gn

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-09 Thread Ricardo Wurmus
ren...@openmailbox.org writes: > Updated patch. Thanks. Unfortunately, this patch doesn’t apply to current master. I also noticed a couple of things: * In June 2016 version 2.2.9 has been released. It is not available on sourceforge but on their servers at http://www.bennewitz.com/bl

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-09 Thread Hartmut Goebel
Am 06.10.2016 um 01:13 schrieb ren...@openmailbox.org: > From f1a573b2dcf5ad509089b9e5ec4c1aff4a15473c Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Wed, 5 Oct 2016 18:13:38 -0500 > Subject: [PATCH 2/2] gnu: Add bluefish. > > * gnu/packages/gnome.scm (bluefish): N

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-05 Thread rennes
r distributions call this "Web development studio" (I don't know if this is right, though).From f1a573b2dcf5ad509089b9e5ec4c1aff4a15473c Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Wed, 5 Oct 2016 18:13:38 -0500 Subject: [PATCH 2/2] gnu: Add bluefish. * gnu/packages

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-05 Thread Hartmut Goebel
Am 05.10.2016 um 04:27 schrieb ren...@openmailbox.org: > * gnu/packages/bluefish.scm (bluefish): New variable. Same here: This shout go into gnu/packages/gnome.scm. We do not add a file for every single application. +(synopsis "HTML editor") Could you pleae be a bit more verbose here.

[PATCH 2/2] gnu: Add bluefish.

2016-10-04 Thread rennes
This patch is bluefish, a HTML editor. Built, linted and tested. Thank youFrom b80dc8081d4e615a4d6ab21c34afb4fed77a49bf Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Tue, 4 Oct 2016 21:17:04 -0500 Subject: [PATCH 2/2] gnu: Add bluefish. * gnu/packages/bluefish.scm (bluefish): New