From: Andreas Enge <andreas@enge.fr>
To: "Taylan Ulrich Bayırlı/Kammer" <taylanbayirli@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add wxwidgets.
Date: Sun, 22 Feb 2015 12:01:08 +0100 [thread overview]
Message-ID: <20150222110108.GB29289@debian> (raw)
In-Reply-To: <87pp92lup2.fsf@taylan.uni.cx>
Hello,
I am surprised we did not have it yet!
I would use alphabetical ordering here:
On Sun, Feb 22, 2015 at 12:18:49AM +0100, Taylan Ulrich Bayırlı/Kammer wrote:
> + #:use-module (gnu packages)
> + #:use-module (gnu packages gtk)
> + #:use-module (gnu packages image)
> + #:use-module (gnu packages pkg-config)
> + #:use-module (gnu packages compression)
> + #:use-module (gnu packages sdl)
> + #:use-module (gnu packages xorg)
> + #:use-module (gnu packages gl)
> + #:use-module (gnu packages gstreamer)
> + #:use-module (gnu packages databases))
and here:
> + `(("gtk" ,gtk+)
> + ("libjpeg" ,libjpeg)
> + ("libtiff" ,libtiff)
> + ("libmspack" ,libmspack)
> + ("sdl" ,sdl)
> + ("libsm" ,libsm)
> + ("mesa" ,mesa)
> + ("glu" ,glu)
> + ;; XXX gstreamer-0.10 builds fail
> + ;; ("gstreamer" ,gstreamer-0.10)
> + ))
> + (package
> + (inherit wxwidgets)
> + (version "2.8.12")
> + (home-page "https://www.wxwidgets.org/")
> + (synopsis "Widget toolkit for creating graphical user interfaces")
> + (description
> + "wxWidgets is a C++ library that lets developers create applications with
> +a graphical user interface. It has language bindings for Python, Perl, Ruby
> +and many other languages.")
> + (license (list l:lgpl2.0+ (l:fsf-free "file://doc/license.txt")))))
All these are inherited, there is no need to add them again.
Andreas
next prev parent reply other threads:[~2015-02-22 11:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-21 23:18 [PATCH] gnu: Add wxwidgets Taylan Ulrich Bayırlı/Kammer
2015-02-22 11:01 ` Andreas Enge [this message]
2015-02-23 20:17 ` Taylan Ulrich Bayırlı/Kammer
2015-02-23 20:41 ` Andreas Enge
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=20150222110108.GB29289@debian \
--to=andreas@enge.fr \
--cc=guix-devel@gnu.org \
--cc=taylanbayirli@gmail.com \
/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.