Github messages for voidlinux
 help / color / mirror / Atom feed
From: SpidFightFR <SpidFightFR@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] PrismLauncher: update to 7.1.
Date: Sun, 18 Jun 2023 08:24:18 +0200	[thread overview]
Message-ID: <20230618062418.Efe2j_hXgKFhas2SaXzQXHysKdEetqRKNZHUjvbFcoM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44326@inbox.vuxu.org>

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

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

https://github.com/SpidFightFR/void-packages update-prism
https://github.com/void-linux/void-packages/pull/44326

PrismLauncher: update to 7.1.
#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)


#### Additional notes for the PR
- Updated Openjdk in the template as the compatibility with prism is verified up until openjdk 20. Also added a QT5 argument as building Prism using QT6 will cause issues. It should be kept as is up until QT6-cmake is available in void repos.

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

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

From 75595e4a0afe9ca1d9c635ebe86c6e222a9d1a4a Mon Sep 17 00:00:00 2001
From: SpidFightFR <vincent.bardot@outlook.fr>
Date: Sun, 18 Jun 2023 06:21:06 +0000
Subject: [PATCH] PrismLauncher: update to 7.1.

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

diff --git a/srcpkgs/PrismLauncher/template b/srcpkgs/PrismLauncher/template
index 2c9e9cc3d8d4..14813d2b7ac9 100644
--- a/srcpkgs/PrismLauncher/template
+++ b/srcpkgs/PrismLauncher/template
@@ -1,10 +1,10 @@
 # Template file for 'PrismLauncher'
 pkgname=PrismLauncher
-version=6.3
+version=7.1
 revision=1
 build_style=cmake
-configure_args="-DLauncher_BUILD_PLATFORM=Void"
-hostmakedepends="extra-cmake-modules openjdk8 pkg-config qt5-host-tools
+configure_args="-DLauncher_BUILD_PLATFORM=Void -DLauncher_QT_VERSION_MAJOR='5'"
+hostmakedepends="extra-cmake-modules openjdk17 pkg-config qt5-host-tools
  qt5-qmake scdoc"
 makedepends="qt5-devel"
 depends="virtual?java-runtime qt5-svg qt5-imageformats"
@@ -13,7 +13,7 @@ maintainer="Philipp David <pd@3b.pm>"
 license="GPL-3.0-only"
 homepage="https://prismlauncher.org/"
 distfiles="https://github.com/PrismLauncher/PrismLauncher/releases/download/${version}/PrismLauncher-${version}.tar.gz"
-checksum=fc1896df6422248dbd767d4a82066fe6044ae104354ebf75fc5ae92252f2fb1a
+checksum=dc7aeff6e0dc12f4f2065e718418a4110ccdbad3e49fbd58e416a213fde7ebb1
 
 if [ -z "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -DBUILD_TESTING=0"

  parent reply	other threads:[~2023-06-18  6:24 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-09  9:22 [PR PATCH] PrismLauncher: update to 7.0 SpidFightFR
2023-06-09 18:22 ` classabbyamp
2023-06-10  6:20 ` SpidFightFR
2023-06-10  7:10 ` SpidFightFR
2023-06-10  8:40 ` classabbyamp
2023-06-10 13:15 ` SpidFightFR
2023-06-10 13:15 ` SpidFightFR
2023-06-11  9:25 ` oynqr
2023-06-11 10:02 ` SpidFightFR
2023-06-11 11:17 ` classabbyamp
2023-06-17 11:24 ` [PR PATCH] [Updated] " SpidFightFR
2023-06-17 11:31 ` PrismLauncher: update to 7.1 SpidFightFR
2023-06-17 14:41 ` [PR PATCH] [Updated] " SpidFightFR
2023-06-17 14:42 ` SpidFightFR
2023-06-17 14:42 ` SpidFightFR
2023-06-17 15:18 ` [PR REVIEW] " classabbyamp
2023-06-17 16:29 ` SpidFightFR
2023-06-17 16:30 ` SpidFightFR
2023-06-17 16:35 ` classabbyamp
2023-06-17 17:04 ` SpidFightFR
2023-06-17 17:20 ` classabbyamp
2023-06-18  6:24 ` SpidFightFR [this message]
2023-06-18  7:09 ` [PR PATCH] [Merged]: " classabbyamp

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=20230618062418.Efe2j_hXgKFhas2SaXzQXHysKdEetqRKNZHUjvbFcoM@z \
    --to=spidfightfr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /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.
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).