Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] PolyMC: update to 1.4.0.
@ 2022-07-23 14:24 oynqr
  2022-07-23 14:40 ` [PR PATCH] [Updated] " oynqr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: oynqr @ 2022-07-23 14:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages PolyMC
https://github.com/void-linux/void-packages/pull/38211

PolyMC: update to 1.4.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From ea85ecc6181546c7b6119dee709f02e39db3cbd3 Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Sat, 23 Jul 2022 15:44:25 +0200
Subject: [PATCH] PolyMC: update to 1.4.0.

---
 srcpkgs/PolyMC/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/PolyMC/template b/srcpkgs/PolyMC/template
index 3e02c8c9f0d9..a2be25f8450c 100644
--- a/srcpkgs/PolyMC/template
+++ b/srcpkgs/PolyMC/template
@@ -1,11 +1,11 @@
 # Template file for 'PolyMC'
 pkgname=PolyMC
-version=1.3.2
-revision=2
+version=1.4.0
+revision=1
 build_style=cmake
 configure_args="-DLauncher_BUILD_PLATFORM=Void
  -DLauncher_VERSION_BUILD=${revision}"
-hostmakedepends="openjdk8 qt5-host-tools qt5-qmake"
+hostmakedepends="extra-cmake-modules openjdk8 qt5-host-tools qt5-qmake"
 makedepends="qt5-devel"
 depends="virtual?java-runtime qt5-svg qt5-imageformats xrandr"
 short_desc="Custom launcher for Minecraft"
@@ -13,7 +13,7 @@ maintainer="Philipp David <pd@3b.pm>"
 license="GPL-3.0-only"
 homepage="https://polymc.org/"
 distfiles="https://github.com/PolyMC/PolyMC/releases/download/${version}/PolyMC-${version}.tar.gz"
-checksum=c33484ae20c912d3dde2e55f64f24d8b86a9a9547631cd3b10481ddbf90f4735
+checksum=91b67bd4415f288399f824d9dc83a537d69e66f7ace93de4f62c3dd531a729a9
 
 if [ -z "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -DBUILD_TESTING=0"

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

* Re: [PR PATCH] [Updated] PolyMC: update to 1.4.0.
  2022-07-23 14:24 [PR PATCH] PolyMC: update to 1.4.0 oynqr
@ 2022-07-23 14:40 ` oynqr
  2022-07-23 15:10 ` oynqr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: oynqr @ 2022-07-23 14:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages PolyMC
https://github.com/void-linux/void-packages/pull/38211

PolyMC: update to 1.4.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From a0d0a92e96e2fa6b5d699c111c0e9f617af1d5bc Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Sat, 23 Jul 2022 15:44:25 +0200
Subject: [PATCH] PolyMC: update to 1.4.0.

---
 srcpkgs/PolyMC/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/PolyMC/template b/srcpkgs/PolyMC/template
index 3e02c8c9f0d9..08d8da9b7192 100644
--- a/srcpkgs/PolyMC/template
+++ b/srcpkgs/PolyMC/template
@@ -1,11 +1,12 @@
 # Template file for 'PolyMC'
 pkgname=PolyMC
-version=1.3.2
-revision=2
+version=1.4.0
+revision=1
 build_style=cmake
 configure_args="-DLauncher_BUILD_PLATFORM=Void
  -DLauncher_VERSION_BUILD=${revision}"
-hostmakedepends="openjdk8 qt5-host-tools qt5-qmake"
+hostmakedepends="extra-cmake-modules openjdk8 pkg-config qt5-host-tools
+ qt5-qmake scdoc"
 makedepends="qt5-devel"
 depends="virtual?java-runtime qt5-svg qt5-imageformats xrandr"
 short_desc="Custom launcher for Minecraft"
@@ -13,7 +14,7 @@ maintainer="Philipp David <pd@3b.pm>"
 license="GPL-3.0-only"
 homepage="https://polymc.org/"
 distfiles="https://github.com/PolyMC/PolyMC/releases/download/${version}/PolyMC-${version}.tar.gz"
-checksum=c33484ae20c912d3dde2e55f64f24d8b86a9a9547631cd3b10481ddbf90f4735
+checksum=91b67bd4415f288399f824d9dc83a537d69e66f7ace93de4f62c3dd531a729a9
 
 if [ -z "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -DBUILD_TESTING=0"
@@ -25,7 +26,7 @@ esac
 
 post_patch() {
 	vsed -i buildconfig/BuildConfig.cpp.in \
-		-e 's/"-" + QString/"_" + QString/'
+		-e 's/+build\./_/'
 	rm -rf .git
 }
 

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

* Re: PolyMC: update to 1.4.0.
  2022-07-23 14:24 [PR PATCH] PolyMC: update to 1.4.0 oynqr
  2022-07-23 14:40 ` [PR PATCH] [Updated] " oynqr
@ 2022-07-23 15:10 ` oynqr
  2022-07-28 18:39 ` DioEgizio
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: oynqr @ 2022-07-23 15:10 UTC (permalink / raw)
  To: ml

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

New comment by oynqr on void-packages repository

https://github.com/void-linux/void-packages/pull/38211#issuecomment-1193140351

Comment:
Packwiz is broken in this release, wait until 1.4.1.

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

* Re: PolyMC: update to 1.4.0.
  2022-07-23 14:24 [PR PATCH] PolyMC: update to 1.4.0 oynqr
  2022-07-23 14:40 ` [PR PATCH] [Updated] " oynqr
  2022-07-23 15:10 ` oynqr
@ 2022-07-28 18:39 ` DioEgizio
  2022-07-28 18:39 ` DioEgizio
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: DioEgizio @ 2022-07-28 18:39 UTC (permalink / raw)
  To: ml

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

New comment by DioEgizio on void-packages repository

https://github.com/void-linux/void-packages/pull/38211#issuecomment-1198505122

Comment:
1.4.1 is out and fixed that 

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

* Re: PolyMC: update to 1.4.0.
  2022-07-23 14:24 [PR PATCH] PolyMC: update to 1.4.0 oynqr
                   ` (2 preceding siblings ...)
  2022-07-28 18:39 ` DioEgizio
@ 2022-07-28 18:39 ` DioEgizio
  2022-07-29  8:19 ` [PR PATCH] [Updated] " oynqr
  2022-07-31  9:07 ` [PR PATCH] [Merged]: PolyMC: update to 1.4.1 classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: DioEgizio @ 2022-07-28 18:39 UTC (permalink / raw)
  To: ml

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

New comment by DioEgizio on void-packages repository

https://github.com/void-linux/void-packages/pull/38211#issuecomment-1198505122

Comment:
1.4.1 is out and fixed that as well as a few other issues

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

* Re: [PR PATCH] [Updated] PolyMC: update to 1.4.0.
  2022-07-23 14:24 [PR PATCH] PolyMC: update to 1.4.0 oynqr
                   ` (3 preceding siblings ...)
  2022-07-28 18:39 ` DioEgizio
@ 2022-07-29  8:19 ` oynqr
  2022-07-31  9:07 ` [PR PATCH] [Merged]: PolyMC: update to 1.4.1 classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: oynqr @ 2022-07-29  8:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages PolyMC
https://github.com/void-linux/void-packages/pull/38211

PolyMC: update to 1.4.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From c611adc0068954e115e8e5eb4d88a9df6faaa5c7 Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Sat, 23 Jul 2022 15:44:25 +0200
Subject: [PATCH] PolyMC: update to 1.4.1.

---
 srcpkgs/PolyMC/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/PolyMC/template b/srcpkgs/PolyMC/template
index 3e02c8c9f0d9..fd8da7afb88a 100644
--- a/srcpkgs/PolyMC/template
+++ b/srcpkgs/PolyMC/template
@@ -1,11 +1,12 @@
 # Template file for 'PolyMC'
 pkgname=PolyMC
-version=1.3.2
-revision=2
+version=1.4.1
+revision=1
 build_style=cmake
 configure_args="-DLauncher_BUILD_PLATFORM=Void
  -DLauncher_VERSION_BUILD=${revision}"
-hostmakedepends="openjdk8 qt5-host-tools qt5-qmake"
+hostmakedepends="extra-cmake-modules openjdk8 pkg-config qt5-host-tools
+ qt5-qmake scdoc"
 makedepends="qt5-devel"
 depends="virtual?java-runtime qt5-svg qt5-imageformats xrandr"
 short_desc="Custom launcher for Minecraft"
@@ -13,7 +14,7 @@ maintainer="Philipp David <pd@3b.pm>"
 license="GPL-3.0-only"
 homepage="https://polymc.org/"
 distfiles="https://github.com/PolyMC/PolyMC/releases/download/${version}/PolyMC-${version}.tar.gz"
-checksum=c33484ae20c912d3dde2e55f64f24d8b86a9a9547631cd3b10481ddbf90f4735
+checksum=c7f893e2f8641abcb3bd7fe2ffeda1c7d99ff7e8774c76f9b53f6629e83eab2f
 
 if [ -z "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -DBUILD_TESTING=0"
@@ -25,7 +26,7 @@ esac
 
 post_patch() {
 	vsed -i buildconfig/BuildConfig.cpp.in \
-		-e 's/"-" + QString/"_" + QString/'
+		-e 's/+build\./_/'
 	rm -rf .git
 }
 

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

* Re: [PR PATCH] [Merged]: PolyMC: update to 1.4.1.
  2022-07-23 14:24 [PR PATCH] PolyMC: update to 1.4.0 oynqr
                   ` (4 preceding siblings ...)
  2022-07-29  8:19 ` [PR PATCH] [Updated] " oynqr
@ 2022-07-31  9:07 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-07-31  9:07 UTC (permalink / raw)
  To: ml

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

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

PolyMC: update to 1.4.1.
https://github.com/void-linux/void-packages/pull/38211

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

end of thread, other threads:[~2022-07-31  9:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-23 14:24 [PR PATCH] PolyMC: update to 1.4.0 oynqr
2022-07-23 14:40 ` [PR PATCH] [Updated] " oynqr
2022-07-23 15:10 ` oynqr
2022-07-28 18:39 ` DioEgizio
2022-07-28 18:39 ` DioEgizio
2022-07-29  8:19 ` [PR PATCH] [Updated] " oynqr
2022-07-31  9:07 ` [PR PATCH] [Merged]: PolyMC: update to 1.4.1 classabbyamp

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