all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: manolis837@gmail.com
Cc: 28049@debbugs.gnu.org
Subject: [bug#28049] [PATCH] gnu: Add mygui.
Date: Sat, 12 Aug 2017 23:54:29 +0300	[thread overview]
Message-ID: <871sogld6i.fsf@gmail.com> (raw)
In-Reply-To: <20170811165852.27743-1-manolis837@gmail.com> (manolis's message of "Fri, 11 Aug 2017 19:58:52 +0300")

manolis837@gmail.com (2017-08-11 19:58 +0300) wrote:

[...]
> +(define-public mygui
> +  (package
> +    (name "mygui")
> +    (version "3.2.2")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri
> +        (string-append "https://github.com/MyGUI/" name
> +                       "/archive/MyGUI" version ".tar.gz"))
> +     (sha256
> +      (base32
> +       "13x7cydmj7gjmsg702sqjbfi53z265iv6j7binv3r6a7ibndfa0a"))))

Please shift these 3 lines to the right to place "(sha256" right under
"(uri".

In case you didn't know (and if you use Emacs) you can indent the whole
package definition by moving the point to its beginning (to
"(define-public...") and pressing "C-M-q" ("indent-pp-sexp" command).

As for the package itself, I don't have any comments (I mean it looks
good to me), thanks!

> +    (build-system cmake-build-system)
> +    (arguments
> +     '(#:tests? #f                      ; No test target
> +       #:configure-flags
> +       (list "-DMYGUI_INSTALL_DOCS=TRUE"
> +             (string-append "-DOGRE_INCLUDE_DIR="
> +                            (assoc-ref %build-inputs "ogre")
> +                            "/include/OGRE"))))
> +    (native-inputs
> +     `(("boost" ,boost)
> +       ("doxygen" ,doxygen)
> +       ("pkg-config" ,pkg-config)))
> +    (inputs
> +     `(("font-dejavu" ,font-dejavu)
> +       ("freetype" ,freetype)
> +       ("graphviz" ,graphviz)
> +       ("libx11" ,libx11)
> +       ("ogre" ,ogre)
> +       ("ois" ,ois)))
> +    (synopsis "Fast, flexible and simple GUI")
> +    (description
> +     "MyGUI is a library for creating Graphical User Interfaces (GUIs) for games
> +and 3D applications.  The main goals of mygui are: speed, flexibility and ease
> +of use.")
> +    (home-page "http://mygui.info/")
> +    (license license:expat)))

-- 
Alex

  reply	other threads:[~2017-08-12 20:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-11 16:58 [bug#28049] [PATCH] gnu: Add mygui manolis837
2017-08-12 20:54 ` Alex Kost [this message]
2017-08-17 17:08   ` bug#28049: " Manolis Ragkousis

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=871sogld6i.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=28049@debbugs.gnu.org \
    --cc=manolis837@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.