From: Ricardo Wurmus <rekado@elephly.net>
To: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH]: gnu: Add patchage.
Date: Sun, 15 Feb 2015 21:48:35 +0100 [thread overview]
Message-ID: <878ufynboc.fsf@mango.localdomain> (raw)
In-Reply-To: <87a90enbvg.fsf@mango.localdomain>
[-- Attachment #1: Type: text/plain, Size: 97 bytes --]
I forgot to send along the patch that adds "ganv", the GTK widget used
by patchage.
~~ Ricardo
[-- Attachment #2: 0001-gnu-Add-ganv.patch --]
[-- Type: text/x-patch, Size: 2013 bytes --]
From 348f70829543f13677c2b63f8e0d3bb6fc39f922 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <rekado@elephly.net>
Date: Sun, 15 Feb 2015 21:45:54 +0100
Subject: [PATCH] gnu: Add ganv.
* gnu/packages/gtk.scm (ganv): New variable.
---
gnu/packages/gtk.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index da39047..f1d8722 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -27,6 +27,7 @@
#:use-module (guix download)
#:use-module (guix build-system gnu)
#:use-module (guix build-system python)
+ #:use-module (guix build-system waf)
#:use-module (gnu packages compression)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages ghostscript)
@@ -209,6 +210,33 @@ longer provided by recent pango releases. pangox-compat provides the
functions which were removed.")
(license license:lgpl2.0+)))
+(define-public ganv
+ (package
+ (name "ganv")
+ (version "1.4.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://download.drobilla.net/ganv-"
+ version
+ ".tar.bz2"))
+ (sha256
+ (base32
+ "0g7s5mp14qgbfjdql0k1s8464r21g47ssn5dws6jazsnw6njhl0l"))))
+ (build-system waf-build-system)
+ (arguments `(#:tests? #f)) ; no check target
+ (inputs
+ `(("gtk" ,gtk+-2)
+ ("gtkmm" ,gtkmm-2)))
+ (native-inputs
+ `(("glib" ,glib "bin") ; for glib-genmarshal, etc.
+ ("pkg-config" ,pkg-config)))
+ (home-page "http://drobilla.net/software/ganv/")
+ (synopsis "Gtk widget for interactive graph-like environments")
+ (description
+ "Ganv is an interactive Gtk widget for interactive “boxes and lines” or
+graph-like environments (e.g. modular synths or finite state machine
+diagrams).")
+ (license license:gpl3+)))
(define-public gtksourceview
(package
--
2.1.0
next prev parent reply other threads:[~2015-02-15 20:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-15 20:44 [PATCH]: gnu: Add patchage Ricardo Wurmus
2015-02-15 20:48 ` Ricardo Wurmus [this message]
2015-02-16 14:55 ` Mark H Weaver
2015-02-16 15:01 ` Mark H Weaver
2015-02-16 15:03 ` Mark H Weaver
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878ufynboc.fsf@mango.localdomain \
--to=rekado@elephly.net \
--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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).