From: ludo@gnu.org (Ludovic Courtès)
To: Oleg Pykhalov <go.wigust@gmail.com>
Cc: bug#27691 <27691@debbugs.gnu.org>
Subject: [bug#27691] Fix spaces
Date: Thu, 20 Jul 2017 11:08:13 +0200 [thread overview]
Message-ID: <87pocvxypu.fsf@gnu.org> (raw)
In-Reply-To: <87lgnncar8.fsf@magnolia.i-did-not-set--mail-host-address--so-tickle-me> (Oleg Pykhalov's message of "Mon, 17 Jul 2017 19:02:19 +0300")
[-- Attachment #1: Type: text/plain, Size: 544 bytes --]
Oleg Pykhalov <go.wigust@gmail.com> skribis:
>>From fa62d236c25fd50116e21fe8924d0a0edeed603a Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust@gmail.com>
> Date: Fri, 14 Jul 2017 13:04:15 +0300
> Subject: [PATCH] gnu: Add premake4.
>
> * gnu/packages/build-tools.scm (premake4): New variable.
I made the following changes (please make sure to run ‘guix lint’ before
submitting a patch) and committed.
Note that I changed the name to “premake” because that’s what they call
the project.
Thanks,
Ludo’.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1340 bytes --]
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 936f733ba..353c9c8ef 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -94,12 +94,11 @@ Python.")
(define-public premake4
(package
- (name "premake4")
+ (name "premake")
(version "4.3")
(source (origin
(method url-fetch)
- (uri (string-append
- "http://downloads.sourceforge.net/project/premake/Premake/"
+ (uri (string-append "mirror://sourceforge/premake/Premake/"
version "/premake-" version "-src.zip"))
(sha256
(base32
@@ -120,8 +119,9 @@ Python.")
(install-file "../../bin/release/premake4"
(string-append (assoc-ref outputs "out") "/bin"))
#t)))))
- (synopsis "A makefile generation tool")
- (description "@code{premake4} is a command line utility which reads a
-scripted definition of a software project.")
+ (synopsis "Portable software build tool")
+ (description "@code{premake4} is a command line utility that reads a
+scripted definition of a software project and outputs @file{Makefile}s or
+other lower-level build files.")
(home-page "https://premake.github.io")
(license license:bsd-3)))
next prev parent reply other threads:[~2017-07-20 9:09 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-14 12:41 [bug#27691] [PATCH 1/2] gnu: Add premake4 Oleg Pykhalov
2017-07-14 12:41 ` [bug#27691] [PATCH 2/2] gnu: Add t-engine Oleg Pykhalov
2017-07-14 12:50 ` [bug#27691] Specify version Oleg Pykhalov
2017-07-17 15:58 ` [bug#27691] Tabs and patches names Oleg Pykhalov
2017-07-20 9:19 ` Ludovic Courtès
2017-07-25 16:41 ` Oleg Pykhalov
2017-07-26 8:40 ` Ludovic Courtès
2017-07-26 11:12 ` Oleg Pykhalov
2017-07-26 20:32 ` Ludovic Courtès
2017-07-26 21:05 ` Oleg Pykhalov
2017-07-28 7:31 ` [bug#27691] Qemu test tome4 works for me Oleg Pykhalov
2017-07-28 20:43 ` bug#27691: " Ludovic Courtès
2017-07-17 16:02 ` [bug#27691] Fix spaces Oleg Pykhalov
2017-07-20 9:08 ` Ludovic Courtès [this message]
2017-07-28 23:06 ` [bug#27691] Clean up tome4 Oleg Pykhalov
2017-07-29 12:15 ` Ludovic Courtès
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=87pocvxypu.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=27691@debbugs.gnu.org \
--cc=go.wigust@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.