Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SweetHome3D: update to 6.5.2.
@ 2021-06-08  0:19 jbenden
  2021-06-08  2:02 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: jbenden @ 2021-06-08  0:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jbenden/void-packages SweetHome3D-6.5.2
https://github.com/void-linux/void-packages/pull/31353

SweetHome3D: update to 6.5.2.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

#### Notes

The previous version in the repository would not open, due to a Java version mismatch or my Intel internal graphics card.

After upgrading to this version, all works locally.

Signed-off-by: Joseph Benden <joe@benden.us>

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

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

From 4a1344e2c285653aef32ae6219009385bb907e76 Mon Sep 17 00:00:00 2001
From: Joseph Benden <joe@benden.us>
Date: Mon, 7 Jun 2021 15:02:26 -0700
Subject: [PATCH] SweetHome3D: update to 6.5.2.

Signed-off-by: Joseph Benden <joe@benden.us>
---
 srcpkgs/SweetHome3D/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/SweetHome3D/template b/srcpkgs/SweetHome3D/template
index 191085a19fc4..344aa9e903e6 100644
--- a/srcpkgs/SweetHome3D/template
+++ b/srcpkgs/SweetHome3D/template
@@ -1,6 +1,6 @@
 # Template file for 'SweetHome3D'
 pkgname=SweetHome3D
-version=6.4.2
+version=6.5.2
 revision=1
 archs="i686 x86_64"
 wrksrc="SweetHome3D-${version}-src"
@@ -12,7 +12,7 @@ maintainer="1is7ac3 <isaac.qa13@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="www.sweethome3d.com"
 distfiles="${SOURCEFORGE_SITE}/sweethome3d/SweetHome3D-${version}-src.zip"
-checksum=59e6f4d6ef48cbbf4eeffd53c034a3a4aa24af75edec04a0b20244b273528b73
+checksum=e3323f078e49c72e575e2e771f1586a7c18475b42ea32982abb27756b7a81dc8
 
 do_build() {
 	ant application textures furniture examples help java3dLibraries
@@ -29,14 +29,14 @@ do_install() {
 	vcopy "build/*.jar" usr/share/SweetHome3D
 	vinstall libtest/jnlp.jar 644 usr/share/SweetHome3D
 	cd lib
-	vmkdir usr/lib/SweetHome3D/java3d-1.5
-	vinstall j3dcore.jar 644 usr/lib/SweetHome3D/java3d-1.5
-	vinstall j3dutils.jar 644 usr/lib/SweetHome3D/java3d-1.5
-	vinstall vecmath.jar 644 usr/lib/SweetHome3D/java3d-1.5
+	vmkdir usr/lib/SweetHome3D/java3d-1.6
+	vinstall j3dcore.jar 644 usr/lib/SweetHome3D/java3d-1.6
+	vinstall j3dutils.jar 644 usr/lib/SweetHome3D/java3d-1.6
+	vinstall vecmath.jar 644 usr/lib/SweetHome3D/java3d-1.6
 	if [ "$XBPS_MACHINE" = "i686" ]; then
-		vinstall linux/i386/libj3dcore-ogl.so 755 usr/lib/SweetHome3D/java3d-1.5
+		vinstall linux/i386/libj3dcore-ogl.so 755 usr/lib/SweetHome3D/java3d-1.6
 	elif [ "$XBPS_MACHINE" = "x86_64" ]; then
-		vinstall linux/x64/libj3dcore-ogl.so 755 usr/lib/SweetHome3D/java3d-1.5
+		vinstall linux/x64/libj3dcore-ogl.so 755 usr/lib/SweetHome3D/java3d-1.6
 	fi
 	vcopy *.jar usr/share/SweetHome3D
 	vmkdir usr/lib/SweetHome3D/java3d-1.6

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

* Re: [PR PATCH] [Merged]: SweetHome3D: update to 6.5.2.
  2021-06-08  0:19 [PR PATCH] SweetHome3D: update to 6.5.2 jbenden
@ 2021-06-08  2:02 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2021-06-08  2:02 UTC (permalink / raw)
  To: ml

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

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

SweetHome3D: update to 6.5.2.
https://github.com/void-linux/void-packages/pull/31353

Description:
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

#### Notes

The previous version in the repository would not open, due to a Java version mismatch or my Intel internal graphics card.

After upgrading to this version, all works locally.

Signed-off-by: Joseph Benden <joe@benden.us>

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

end of thread, other threads:[~2021-06-08  2:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08  0:19 [PR PATCH] SweetHome3D: update to 6.5.2 jbenden
2021-06-08  2:02 ` [PR PATCH] [Merged]: " ericonr

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