all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: rennes@openmailbox.org
To: guix-devel@gnu.org
Subject: Re: [PATCH 2/2] gnu: Add bluefish.
Date: Wed, 05 Oct 2016 18:13:40 -0500	[thread overview]
Message-ID: <8fd596c0dfb2512f5fd2f4007068946c@openmailbox.org> (raw)
In-Reply-To: <mailman.7342.1475666564.22739.guix-devel@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]


Updated patch.

> 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. Deban says "advanced Gtk+
> text editor for web and software development" Other distributions call
> this "Web development studio" (I don't know if this is right, though).

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-bluefish.patch --]
[-- Type: text/x-diff; name=0001-gnu-Add-bluefish.patch, Size: 1766 bytes --]

From f1a573b2dcf5ad509089b9e5ec4c1aff4a15473c Mon Sep 17 00:00:00 2001
From: Rene Saavedra <rennes@openmailbox.org>
Date: Wed, 5 Oct 2016 18:13:38 -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/gnu/packages/gnome.scm
index 0bc66a9..d29bed1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5573,3 +5573,34 @@ is suitable as a default application in a Desktop environment.")
     (description
      "Character map, based on the Unicode Character Database.")
     (license license:gpl3)))
+
+(define-public bluefish
+  (package
+    (name "bluefish")
+    (version "2.2.8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://sourceforge/bluefish/bluefish/"
+                           version "/bluefish-" version ".tar.bz2"))
+       (sha256
+        (base32
+         "002hfj125j7372zdq8cb8fadyyd6ws42avm8ngjl6gzfbjaqymrj"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("desktop-file-utils" ,desktop-file-utils)
+       ("intltool" ,intltool)
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("enchant" ,enchant)
+       ("gtk+" ,gtk+)
+       ("python" ,python-2)
+       ("xmllint" ,libxml2)
+       ("gucharmap" ,gucharmap)))
+    (home-page "http://bluefish.openoffice.nl")
+    (synopsis "Web development studio")
+    (description
+     "Bluefish is a editor targeted towards programmers and webdevelopers,
+with many options to write websites, scripts and programming code.
+Bluefish supports many programming and markup languages.")
+    (license license:gpl3)))
-- 
2.10.0


       reply	other threads:[~2016-10-05 23:19 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.7342.1475666564.22739.guix-devel@gnu.org>
2016-10-05 23:13 ` rennes [this message]
2016-10-09 11:00   ` [PATCH 2/2] gnu: Add bluefish Hartmut Goebel
2016-10-09 14:05   ` Ricardo Wurmus
2016-10-09 20:25     ` rennes
2016-10-09 21:04       ` Ricardo Wurmus
2016-10-09 21:20         ` rennes
2016-10-10  7:36           ` Hartmut Goebel
     [not found] <mailman.9097.1476199680.22739.guix-devel@gnu.org>
2016-10-17 23:33 ` rennes
2016-10-21  1:39   ` rennes
     [not found] <mailman.8862.1476111449.22739.guix-devel@gnu.org>
2016-10-11 15:27 ` rennes
     [not found] <mailman.8756.1476089051.22739.guix-devel@gnu.org>
2016-10-10 13:42 ` rennes
2016-10-10 13:59   ` Hartmut Goebel
2016-10-05  2:27 rennes
2016-10-05  9:40 ` Hartmut Goebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8fd596c0dfb2512f5fd2f4007068946c@openmailbox.org \
    --to=rennes@openmailbox.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.