Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lutris: update to 0.5.7
@ 2020-07-04  4:13 kartikynwa
  2020-07-04  4:28 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kartikynwa @ 2020-07-04  4:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

There is a new pull request by kartikynwa against master on the void-packages repository

https://github.com/kartikynwa/void-packages lutris
https://github.com/void-linux/void-packages/pull/23385

lutris: update to 0.5.7
build style has changed with this update so please review.

A patch file from https://github.com/void-linux/void-packages/pull/23385.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lutris-23385.patch --]
[-- Type: text/x-diff, Size: 1337 bytes --]

From 411f677787d0999e795de6c5a698c85bbe293345 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sat, 4 Jul 2020 09:42:44 +0530
Subject: [PATCH] lutris: update to 0.5.7

---
 srcpkgs/lutris/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index c3c47392ff6..7ed6ef73b3f 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,11 +1,10 @@
 # Template file for 'lutris'
 pkgname=lutris
-version=0.5.6
+version=0.5.7
 revision=1
 archs=noarch
-build_style=python3-module
-build_helper="gir"
-hostmakedepends="python3-setuptools python3-gobject gtk+3-devel"
+build_style=meson
+hostmakedepends="ninja python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow
  pciutils cabextract gtk+3 xrandr unzip p7zip gnome-desktop python3-requests webkit2gtk
  glxinfo"
@@ -15,4 +14,4 @@ license="GPL-3.0-or-later"
 homepage="https://lutris.net"
 changelog="https://raw.githubusercontent.com/lutris/lutris/master/debian/changelog"
 distfiles="https://github.com/lutris/lutris/archive/v${version}.tar.gz"
-checksum=538330946ed7e29a3a91c6c7399f8600e91d23659527a1821ba569eb031de155
+checksum=d59cf7d80dbcaa8b9bda8b4c5b2d5796ce4b219cdf818af49f3def9f9b22e808

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: lutris: update to 0.5.7
  2020-07-04  4:13 [PR PATCH] lutris: update to 0.5.7 kartikynwa
@ 2020-07-04  4:28 ` ericonr
  2020-07-04  5:33 ` [PR PATCH] [Updated] " kartikynwa
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-07-04  4:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23385#issuecomment-653719497

Comment:
> WARNING: Gettext not found, all translation targets will be ignored.

Did you try adding gettext as a hostmakedepends? And `meson` already depends on `ninja`, so you don't need to add it there.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] lutris: update to 0.5.7
  2020-07-04  4:13 [PR PATCH] lutris: update to 0.5.7 kartikynwa
  2020-07-04  4:28 ` ericonr
@ 2020-07-04  5:33 ` kartikynwa
  2020-07-04  5:40 ` kartikynwa
  2020-07-04 11:48 ` [PR PATCH] [Closed]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: kartikynwa @ 2020-07-04  5:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

There is an updated pull request by kartikynwa against master on the void-packages repository

https://github.com/kartikynwa/void-packages lutris
https://github.com/void-linux/void-packages/pull/23385

lutris: update to 0.5.7
build style has changed with this update so please review.

A patch file from https://github.com/void-linux/void-packages/pull/23385.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lutris-23385.patch --]
[-- Type: text/x-diff, Size: 1339 bytes --]

From 09f050ef04a2331835326c756f9ad07329fdd0ab Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sat, 4 Jul 2020 09:42:44 +0530
Subject: [PATCH] lutris: update to 0.5.7

---
 srcpkgs/lutris/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index c3c47392ff6..2741811ac27 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,11 +1,10 @@
 # Template file for 'lutris'
 pkgname=lutris
-version=0.5.6
+version=0.5.7
 revision=1
 archs=noarch
-build_style=python3-module
-build_helper="gir"
-hostmakedepends="python3-setuptools python3-gobject gtk+3-devel"
+build_style=meson
+hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow
  pciutils cabextract gtk+3 xrandr unzip p7zip gnome-desktop python3-requests webkit2gtk
  glxinfo"
@@ -15,4 +14,4 @@ license="GPL-3.0-or-later"
 homepage="https://lutris.net"
 changelog="https://raw.githubusercontent.com/lutris/lutris/master/debian/changelog"
 distfiles="https://github.com/lutris/lutris/archive/v${version}.tar.gz"
-checksum=538330946ed7e29a3a91c6c7399f8600e91d23659527a1821ba569eb031de155
+checksum=d59cf7d80dbcaa8b9bda8b4c5b2d5796ce4b219cdf818af49f3def9f9b22e808

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: lutris: update to 0.5.7
  2020-07-04  4:13 [PR PATCH] lutris: update to 0.5.7 kartikynwa
  2020-07-04  4:28 ` ericonr
  2020-07-04  5:33 ` [PR PATCH] [Updated] " kartikynwa
@ 2020-07-04  5:40 ` kartikynwa
  2020-07-04 11:48 ` [PR PATCH] [Closed]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: kartikynwa @ 2020-07-04  5:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 149 bytes --]

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/23385#issuecomment-653724733

Comment:
fixed

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: lutris: update to 0.5.7
  2020-07-04  4:13 [PR PATCH] lutris: update to 0.5.7 kartikynwa
                   ` (2 preceding siblings ...)
  2020-07-04  5:40 ` kartikynwa
@ 2020-07-04 11:48 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2020-07-04 11:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

There's a closed pull request on the void-packages repository

lutris: update to 0.5.7
https://github.com/void-linux/void-packages/pull/23385

Description:
build style has changed with this update so please review.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-07-04 11:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-04  4:13 [PR PATCH] lutris: update to 0.5.7 kartikynwa
2020-07-04  4:28 ` ericonr
2020-07-04  5:33 ` [PR PATCH] [Updated] " kartikynwa
2020-07-04  5:40 ` kartikynwa
2020-07-04 11:48 ` [PR PATCH] [Closed]: " sgn

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 NNTP newsgroup(s).