Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] steam: update to 1.0.0.61
@ 2019-05-05  9:01 voidlinux-github
  2019-05-05  9:17 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-05-05  9:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages steam-update
https://github.com/void-linux/void-packages/pull/11514

steam: update to 1.0.0.61


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-steam-update-11514.patch --]
[-- Type: application/text/x-diff, Size: 1001 bytes --]

From def337c63aa02a0e437162066392d0d05af9b6c9 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 5 May 2019 11:00:47 +0200
Subject: [PATCH] steam: update to 1.0.0.61

---
 srcpkgs/steam/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template
index d0c560dca84..1676c1b46e5 100644
--- a/srcpkgs/steam/template
+++ b/srcpkgs/steam/template
@@ -1,6 +1,6 @@
 # Template file for 'steam'
 pkgname=steam
-version=1.0.0.59
+version=1.0.0.61
 revision=1
 wrksrc=steam
 archs="i686 x86_64"
@@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="Proprietary license"
 homepage="https://steampowered.com/"
 distfiles="http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${version}.tar.gz"
-checksum=a5080db949793fc4eb543293a95a24131441a96ccc8f5deebdecd7257cfcd99f
+checksum=d66413cce9c9ad441f95c4377103b0c71bda4ac4570ecfc7dd2464fe4ef1bd30
 repository=nonfree
 
 do_install() {

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

* Re: [PR PATCH] [Updated] steam: update to 1.0.0.61
  2019-05-05  9:01 [PR PATCH] steam: update to 1.0.0.61 voidlinux-github
  2019-05-05  9:17 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-05-05  9:17 ` voidlinux-github
  2019-05-05  9:42 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-05-05  9:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages steam-update
https://github.com/void-linux/void-packages/pull/11514

steam: update to 1.0.0.61


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-steam-update-11514.patch --]
[-- Type: application/text/x-diff, Size: 1586 bytes --]

From d3ebb25d2267f7c82e812836eecfb5883ea08ddd Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 5 May 2019 11:00:47 +0200
Subject: [PATCH] steam: update to 1.0.0.61

---
 srcpkgs/steam/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template
index d0c560dca84..ce95579b5a7 100644
--- a/srcpkgs/steam/template
+++ b/srcpkgs/steam/template
@@ -1,25 +1,22 @@
 # Template file for 'steam'
 pkgname=steam
-version=1.0.0.59
+version=1.0.0.61
 revision=1
-wrksrc=steam
 archs="i686 x86_64"
+wrksrc=steam
 depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
 short_desc="Digital distribution client bootstrap package - Valve's steam client"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-license="Proprietary license"
+license="custom: Proprietary license"
 homepage="https://steampowered.com/"
 distfiles="http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${version}.tar.gz"
-checksum=a5080db949793fc4eb543293a95a24131441a96ccc8f5deebdecd7257cfcd99f
+checksum=d66413cce9c9ad441f95c4377103b0c71bda4ac4570ecfc7dd2464fe4ef1bd30
 repository=nonfree
 
 do_install() {
 	make DESTDIR=${DESTDIR} install
 
-	# Link license
-	vmkdir usr/share/licenses/steam
-	ln -sfr ${DESTDIR}/usr/share/doc/steam/steam_install_agreement.txt \
-		${DESTDIR}/usr/share/licenses/steam/LICENSE
+	vlicense usr/share/doc/steam/steam_install_agreement.txt LICENSE
 
 	# Ignore steamdeps.
 	ln -sf /bin/true ${DESTDIR}/usr/bin/steamdeps

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

* Re: [PR PATCH] [Updated] steam: update to 1.0.0.61
  2019-05-05  9:01 [PR PATCH] steam: update to 1.0.0.61 voidlinux-github
@ 2019-05-05  9:17 ` voidlinux-github
  2019-05-05  9:17 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-05-05  9:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages steam-update
https://github.com/void-linux/void-packages/pull/11514

steam: update to 1.0.0.61


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-steam-update-11514.patch --]
[-- Type: application/text/x-diff, Size: 1586 bytes --]

From d3ebb25d2267f7c82e812836eecfb5883ea08ddd Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 5 May 2019 11:00:47 +0200
Subject: [PATCH] steam: update to 1.0.0.61

---
 srcpkgs/steam/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template
index d0c560dca84..ce95579b5a7 100644
--- a/srcpkgs/steam/template
+++ b/srcpkgs/steam/template
@@ -1,25 +1,22 @@
 # Template file for 'steam'
 pkgname=steam
-version=1.0.0.59
+version=1.0.0.61
 revision=1
-wrksrc=steam
 archs="i686 x86_64"
+wrksrc=steam
 depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
 short_desc="Digital distribution client bootstrap package - Valve's steam client"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-license="Proprietary license"
+license="custom: Proprietary license"
 homepage="https://steampowered.com/"
 distfiles="http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${version}.tar.gz"
-checksum=a5080db949793fc4eb543293a95a24131441a96ccc8f5deebdecd7257cfcd99f
+checksum=d66413cce9c9ad441f95c4377103b0c71bda4ac4570ecfc7dd2464fe4ef1bd30
 repository=nonfree
 
 do_install() {
 	make DESTDIR=${DESTDIR} install
 
-	# Link license
-	vmkdir usr/share/licenses/steam
-	ln -sfr ${DESTDIR}/usr/share/doc/steam/steam_install_agreement.txt \
-		${DESTDIR}/usr/share/licenses/steam/LICENSE
+	vlicense usr/share/doc/steam/steam_install_agreement.txt LICENSE
 
 	# Ignore steamdeps.
 	ln -sf /bin/true ${DESTDIR}/usr/bin/steamdeps

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

* Re: [PR PATCH] [Updated] steam: update to 1.0.0.61
  2019-05-05  9:01 [PR PATCH] steam: update to 1.0.0.61 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-05-05  9:42 ` voidlinux-github
@ 2019-05-05  9:42 ` voidlinux-github
  2019-05-07 14:22 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-05-05  9:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages steam-update
https://github.com/void-linux/void-packages/pull/11514

steam: update to 1.0.0.61


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-steam-update-11514.patch --]
[-- Type: application/text/x-diff, Size: 1569 bytes --]

From 47023533d0c73f20a3b97f0b97cd6622a3a5ced8 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 5 May 2019 11:00:47 +0200
Subject: [PATCH] steam: update to 1.0.0.61

---
 srcpkgs/steam/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template
index d0c560dca84..efc3d2a7621 100644
--- a/srcpkgs/steam/template
+++ b/srcpkgs/steam/template
@@ -1,25 +1,22 @@
 # Template file for 'steam'
 pkgname=steam
-version=1.0.0.59
+version=1.0.0.61
 revision=1
-wrksrc=steam
 archs="i686 x86_64"
+wrksrc=steam
 depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
 short_desc="Digital distribution client bootstrap package - Valve's steam client"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-license="Proprietary license"
+license="custom: Proprietary license"
 homepage="https://steampowered.com/"
 distfiles="http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${version}.tar.gz"
-checksum=a5080db949793fc4eb543293a95a24131441a96ccc8f5deebdecd7257cfcd99f
+checksum=d66413cce9c9ad441f95c4377103b0c71bda4ac4570ecfc7dd2464fe4ef1bd30
 repository=nonfree
 
 do_install() {
 	make DESTDIR=${DESTDIR} install
 
-	# Link license
-	vmkdir usr/share/licenses/steam
-	ln -sfr ${DESTDIR}/usr/share/doc/steam/steam_install_agreement.txt \
-		${DESTDIR}/usr/share/licenses/steam/LICENSE
+	vlicense steam_subscriber_agreement.txt LICENSE
 
 	# Ignore steamdeps.
 	ln -sf /bin/true ${DESTDIR}/usr/bin/steamdeps

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

* Re: [PR PATCH] [Updated] steam: update to 1.0.0.61
  2019-05-05  9:01 [PR PATCH] steam: update to 1.0.0.61 voidlinux-github
  2019-05-05  9:17 ` [PR PATCH] [Updated] " voidlinux-github
  2019-05-05  9:17 ` voidlinux-github
@ 2019-05-05  9:42 ` voidlinux-github
  2019-05-05  9:42 ` voidlinux-github
  2019-05-07 14:22 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-05-05  9:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages steam-update
https://github.com/void-linux/void-packages/pull/11514

steam: update to 1.0.0.61


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-steam-update-11514.patch --]
[-- Type: application/text/x-diff, Size: 1569 bytes --]

From 47023533d0c73f20a3b97f0b97cd6622a3a5ced8 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 5 May 2019 11:00:47 +0200
Subject: [PATCH] steam: update to 1.0.0.61

---
 srcpkgs/steam/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template
index d0c560dca84..efc3d2a7621 100644
--- a/srcpkgs/steam/template
+++ b/srcpkgs/steam/template
@@ -1,25 +1,22 @@
 # Template file for 'steam'
 pkgname=steam
-version=1.0.0.59
+version=1.0.0.61
 revision=1
-wrksrc=steam
 archs="i686 x86_64"
+wrksrc=steam
 depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
 short_desc="Digital distribution client bootstrap package - Valve's steam client"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-license="Proprietary license"
+license="custom: Proprietary license"
 homepage="https://steampowered.com/"
 distfiles="http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${version}.tar.gz"
-checksum=a5080db949793fc4eb543293a95a24131441a96ccc8f5deebdecd7257cfcd99f
+checksum=d66413cce9c9ad441f95c4377103b0c71bda4ac4570ecfc7dd2464fe4ef1bd30
 repository=nonfree
 
 do_install() {
 	make DESTDIR=${DESTDIR} install
 
-	# Link license
-	vmkdir usr/share/licenses/steam
-	ln -sfr ${DESTDIR}/usr/share/doc/steam/steam_install_agreement.txt \
-		${DESTDIR}/usr/share/licenses/steam/LICENSE
+	vlicense steam_subscriber_agreement.txt LICENSE
 
 	# Ignore steamdeps.
 	ln -sf /bin/true ${DESTDIR}/usr/bin/steamdeps

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

* Re: [PR PATCH] [Merged]: steam: update to 1.0.0.61
  2019-05-05  9:01 [PR PATCH] steam: update to 1.0.0.61 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-05-05  9:42 ` voidlinux-github
@ 2019-05-07 14:22 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-05-07 14:22 UTC (permalink / raw)
  To: ml

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

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

steam: update to 1.0.0.61
https://github.com/void-linux/void-packages/pull/11514
Description: 

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

end of thread, other threads:[~2019-05-07 14:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-05  9:01 [PR PATCH] steam: update to 1.0.0.61 voidlinux-github
2019-05-05  9:17 ` [PR PATCH] [Updated] " voidlinux-github
2019-05-05  9:17 ` voidlinux-github
2019-05-05  9:42 ` voidlinux-github
2019-05-05  9:42 ` voidlinux-github
2019-05-07 14:22 ` [PR PATCH] [Merged]: " voidlinux-github

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).