* [bug#31359] [PATCH] gnu: love: Update to 11.1.
@ 2018-05-03 15:53 Pierre Neidhardt
2018-05-04 13:48 ` Thompson, David
0 siblings, 1 reply; 3+ messages in thread
From: Pierre Neidhardt @ 2018-05-03 15:53 UTC (permalink / raw)
To: 31359
* gnu/packages/game-development.scm (love): Update to 11.1.
---
gnu/packages/game-development.scm | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 1b92bde7a..a195b41d7 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -550,22 +550,15 @@ archive on a per-file basis.")
(define-public love
(package
(name "love")
- (version "0.10.2")
+ (version "11.1")
(source (origin
(method url-fetch)
(uri (string-append "https://bitbucket.org/rude/love/downloads/"
"love-" version "-linux-src.tar.gz"))
(sha256
(base32
- "11x346pw0gqad8nmkmywzx4xpcbfc3dslbrdw5x94n1i25mk0sxj"))
- (modules '((guix build utils)))
- (snippet
- '(begin
- ;; Build with luajit 2.1.0-beta3. Fixed in love 0.11.
- ;; See <https://bitbucket.org/rude/love/issues/1277>.
- (substitute* "src/libraries/luasocket/libluasocket/lua.h"
- (("> 501") ">= 501"))
- #t))))
+ "1pkwiszmjs0xrwk0wqbc5cp9108b1y8gwsid0gqk1s0x09q9lpmw"))
+ (modules '((guix build utils)))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
--
2.17.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#31359] [PATCH] gnu: love: Update to 11.1.
2018-05-03 15:53 [bug#31359] [PATCH] gnu: love: Update to 11.1 Pierre Neidhardt
@ 2018-05-04 13:48 ` Thompson, David
2018-05-05 20:20 ` bug#31359: " Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Thompson, David @ 2018-05-04 13:48 UTC (permalink / raw)
To: Pierre Neidhardt, Ludovic Courtès; +Cc: 31359
Hi Pierre,
On Thu, May 3, 2018 at 11:53 AM, Pierre Neidhardt <ambrevar@gmail.com> wrote:
> * gnu/packages/game-development.scm (love): Update to 11.1.
> ---
> gnu/packages/game-development.scm | 13 +++----------
> 1 file changed, 3 insertions(+), 10 deletions(-)
>
> diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
> index 1b92bde7a..a195b41d7 100644
> --- a/gnu/packages/game-development.scm
> +++ b/gnu/packages/game-development.scm
> @@ -550,22 +550,15 @@ archive on a per-file basis.")
> (define-public love
> (package
> (name "love")
> - (version "0.10.2")
> + (version "11.1")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://bitbucket.org/rude/love/downloads/"
> "love-" version "-linux-src.tar.gz"))
> (sha256
> (base32
> - "11x346pw0gqad8nmkmywzx4xpcbfc3dslbrdw5x94n1i25mk0sxj"))
> - (modules '((guix build utils)))
> - (snippet
> - '(begin
> - ;; Build with luajit 2.1.0-beta3. Fixed in love 0.11.
> - ;; See <https://bitbucket.org/rude/love/issues/1277>.
> - (substitute* "src/libraries/luasocket/libluasocket/lua.h"
> - (("> 501") ">= 501"))
> - #t))))
> + "1pkwiszmjs0xrwk0wqbc5cp9108b1y8gwsid0gqk1s0x09q9lpmw"))
> + (modules '((guix build utils)))))
> (build-system gnu-build-system)
> (native-inputs
> `(("pkg-config" ,pkg-config)))
> --
> 2.17.0
This looks good to me. Ludo, could you apply it for me? I always end
up looking at patches when I'm not in a position to push them!
- Dave
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#31359: [PATCH] gnu: love: Update to 11.1.
2018-05-04 13:48 ` Thompson, David
@ 2018-05-05 20:20 ` Ludovic Courtès
0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2018-05-05 20:20 UTC (permalink / raw)
To: Thompson, David; +Cc: 31359-done, Pierre Neidhardt
Hello,
"Thompson, David" <dthompson2@worcester.edu> skribis:
> On Thu, May 3, 2018 at 11:53 AM, Pierre Neidhardt <ambrevar@gmail.com> wrote:
>> * gnu/packages/game-development.scm (love): Update to 11.1.
>> ---
>> gnu/packages/game-development.scm | 13 +++----------
>> 1 file changed, 3 insertions(+), 10 deletions(-)
>>
>> diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
>> index 1b92bde7a..a195b41d7 100644
>> --- a/gnu/packages/game-development.scm
>> +++ b/gnu/packages/game-development.scm
>> @@ -550,22 +550,15 @@ archive on a per-file basis.")
>> (define-public love
>> (package
>> (name "love")
>> - (version "0.10.2")
>> + (version "11.1")
>> (source (origin
>> (method url-fetch)
>> (uri (string-append "https://bitbucket.org/rude/love/downloads/"
>> "love-" version "-linux-src.tar.gz"))
>> (sha256
>> (base32
>> - "11x346pw0gqad8nmkmywzx4xpcbfc3dslbrdw5x94n1i25mk0sxj"))
>> - (modules '((guix build utils)))
>> - (snippet
>> - '(begin
>> - ;; Build with luajit 2.1.0-beta3. Fixed in love 0.11.
>> - ;; See <https://bitbucket.org/rude/love/issues/1277>.
>> - (substitute* "src/libraries/luasocket/libluasocket/lua.h"
>> - (("> 501") ">= 501"))
>> - #t))))
>> + "1pkwiszmjs0xrwk0wqbc5cp9108b1y8gwsid0gqk1s0x09q9lpmw"))
>> + (modules '((guix build utils)))))
>> (build-system gnu-build-system)
>> (native-inputs
>> `(("pkg-config" ,pkg-config)))
>> --
>> 2.17.0
>
> This looks good to me. Ludo, could you apply it for me? I always end
> up looking at patches when I'm not in a position to push them!
Done, thanks! :-)
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-05-05 20:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-03 15:53 [bug#31359] [PATCH] gnu: love: Update to 11.1 Pierre Neidhardt
2018-05-04 13:48 ` Thompson, David
2018-05-05 20:20 ` bug#31359: " Ludovic Courtès
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.