From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: Re: [PATCH 1/2] gnu: Add gtksourceview. Date: Sun, 8 Nov 2015 18:47:26 +0100 Message-ID: <20151108174726.GA11760@jocasta.intra> References: <1446959917-25693-1-git-send-email-david.hashe@dhashe.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/04w6evG8XlLl3ft" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvU48-00068B-5r for guix-devel@gnu.org; Sun, 08 Nov 2015 12:47:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvU44-0008Vz-36 for guix-devel@gnu.org; Sun, 08 Nov 2015 12:47:44 -0500 Received: from de.cellform.com ([88.217.224.109]:43960 helo=jocasta.intra) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvU43-0008Vu-Ii for guix-devel@gnu.org; Sun, 08 Nov 2015 12:47:40 -0500 Content-Disposition: inline In-Reply-To: <1446959917-25693-1-git-send-email-david.hashe@dhashe.com> 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: David Hashe Cc: guix-devel@gnu.org --/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Doesn't this already exist ? In gnu/packages/gtk+ The version there seems to be better too, because it doesn't disable the te= sts. J' On Sat, Nov 07, 2015 at 11:18:36PM -0600, David Hashe wrote: * gnu/packages/gnome.scm (gtksourceview): New variable. --- gnu/packages/gnome.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) =20 diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5440433..9bd1c31 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3659,3 +3659,37 @@ environment that allows users to view, unpack, = and create compressed archives such as gzip tarballs.") (home-page "http://fileroller.sourceforge.net/") (license license:gpl2+))) + +(define-public gtksourceview + (package + (name "gtksourceview") + (version "3.16.1") + (source (origin + (method url-fetch) + (uri (string-append "mirror://gnome/sources/" name "/" + (version-major+minor version) "/" + name "-" version ".tar.xz")) + (sha256 + (base32 + "030v7x1dmx5blqi9jcknsjd91jppbpl7f4z69k8c8kklr939i7k6")= ))) + (build-system glib-or-gtk-build-system) + (arguments + '(#:tests? #f)) ; Tries to open graphical display during testing = and fails + (native-inputs + `(("intltool" ,intltool) + ("itstool", itstool) + ("gobject-introspection" ,gobject-introspection) + ("pkg-config" ,pkg-config))) + (inputs + `(("glib" ,glib) + ("gtk+" ,gtk+) + ("libxml2" ,libxml2) + ("pango" ,pango) + ("gdk-pixbuf" ,gdk-pixbuf) + ("vala" ,vala))) + (home-page "https://wiki.gnome.org/Projects/GtkSourceView ") + (synopsis "GNOME source code widget") + (description "GtkSourceView is a text widget that extends the stan= dard +GTK+ text widget GtkTextView. It improves GtkTextView by implementing= syntax +highlighting and other features typical of a source code editor.") + (license license:lgpl2.1+))) --=20 1.9.1 =20 --=20 Avoid eavesdropping. Send strong encryted email. PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key. --/04w6evG8XlLl3ft Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlY/iq4ACgkQimdxnC3oJ7MP/wCggIoFJKZjkyEcmbQQVtZuo4L1 zbAAnjm02606mCVjk+myx95edxSRiKR/ =Cwp+ -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft--