From patchwork Mon Oct 17 23:33:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: rennes@openmailbox.org X-Patchwork-Id: 16594 Received: (qmail 71382 invoked by uid 89); 17 Oct 2016 23:34:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL, BAYES_00, LIKELY_SPAM_BODY, RP_MATCHES_RCVD, SPF_PASS autolearn=no version=3.3.2 spammy=Unicode, browser X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL, BAYES_00, LIKELY_SPAM_BODY, RP_MATCHES_RCVD, SPF_PASS autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: lists.gnu.org Received: from lists.gnu.org (HELO lists.gnu.org) (208.118.235.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 17 Oct 2016 23:33:55 +0000 Received: from localhost ([::1]:37471 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwHPl-0005ny-Ib for patchwork@sourceware.org; Mon, 17 Oct 2016 19:33:53 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwHPf-0005nr-EL for guix-devel@gnu.org; Mon, 17 Oct 2016 19:33:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwHPb-0003Ue-GY for guix-devel@gnu.org; Mon, 17 Oct 2016 19:33:47 -0400 Received: from smtp6.openmailbox.org ([62.4.1.40]:42444) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bwHPb-0003Nv-65 for guix-devel@gnu.org; Mon, 17 Oct 2016 19:33:43 -0400 Received: by mail2.openmailbox.org (Postfix, from userid 1001) id 38D021021A6; Tue, 18 Oct 2016 01:33:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1476747221; bh=uY1cIgsQa3xqHHcv4hVbcg2ieN4+1mAtf4i5yG83e7w=; h=Date:From:To:Subject:In-Reply-To:References:From; b=VCLunoN0MGmQ9/C1IZ2qXZy+zLdzilr94nfa5B3qvPyx+jnwtTZSkBGhGWGzXB8Vp 8Cwn/0i8XdwG9G8o6BO/n60t4zqdxCWC1fy+YLBevL0Z5lgbTCeGR6QuM3LoTggxjq ygeoWHDZVgqRQyfZ1IS5YRw9y/sDKflLW9Pp2fJU= Received: from www.openmailbox.org (unknown [10.91.130.55]) by mail2.openmailbox.org (Postfix) with ESMTP id 573F310237E for ; Tue, 18 Oct 2016 01:33:32 +0200 (CEST) MIME-Version: 1.0 Date: Mon, 17 Oct 2016 18:33:32 -0500 From: rennes@openmailbox.org To: guix-devel@gnu.org Subject: Re: [PATCH 2/2] gnu: Add bluefish. In-Reply-To: References: Message-ID: <9abad735e45e779e3f5b9c10299c2003@openmailbox.org> X-Sender: rennes@openmailbox.org User-Agent: Roundcube Webmail/1.0.6 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 62.4.1.40 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list 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+patchwork=sourceware.org@gnu.org Sender: "Guix-devel" Hello, I updated my git repository and have generated patches. >> 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 cherry-pick abcdefg # use commit-id of bluefish patch Thanks From b5895a149f95ff257fe10557464e5dfc97deb861 Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Mon, 17 Oct 2016 18:16: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 b7dcd01..5f4fc82 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5605,3 +5605,34 @@ characters and 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+))) + +(define-public bluefish + (package + (name "bluefish") + (version "2.2.9") + (source + (origin + (method url-fetch) + (uri (string-append "http://www.bennewitz.com/bluefish/stable/source/" + name "-" version ".tar.gz")) + (sha256 + (base32 + "1vnl6raxbvc4hacg3pr6sqyjh707d304dhk5nyhlp7m0m1y3j756")))) + (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 an editor targeted towards programmers and web developers, +with many options to write web sites, scripts and other code. +Bluefish supports many programming and markup languages.") + (license license:gpl3+))) -- 2.10.0