Fabio Castelli pushed to branch main at Arch Linux / Packaging / Packages / 
sweethome3d


Commits:
ce03bad6 by Fabio Castelli (Muflone) at 2023-09-29T00:46:15+02:00
upgpkg: 7.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,29 @@
+pkgbase = sweethome3d
+       pkgdesc = An interior design application to draw the plan of your house 
in a 3D environment
+       pkgver = 7.2
+       pkgrel = 1
+       url = http://www.sweethome3d.com/
+       install = sweethome3d.install
+       arch = x86_64
+       license = GPL
+       license = custom
+       makedepends = java-environment<20
+       makedepends = ant
+       makedepends = strip-nondeterminism
+       depends = java-runtime
+       depends = shared-mime-info
+       depends = desktop-file-utils
+       depends = libxext
+       depends = libgl
+       depends = libxrender
+       depends = libnsl
+       source = 
SweetHome3D-7.2-src.zip::https://downloads.sourceforge.net/sweethome3d/SweetHome3D-7.2-src.zip
+       source = sweethome3d.sh
+       source = sweethome3d.desktop
+       source = sweethome3d.xml
+       sha256sums = 
228dc77eeb2c7d2cba08b1c4d0908093482304095afeefa94b519a9fc071a336
+       sha256sums = 
9e95ebf426abffe91fe3046e024796d0408fee2987a458fd2782dc0b75124e03
+       sha256sums = 
5eea3337d956d773b05ddef69fe9d34b940ff550370dc92bf307f1b9a3957f9e
+       sha256sums = 
ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5
+
+pkgname = sweethome3d


=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
 # Contributor: Archan Paul <paul.arc...@gmail.com>
 
 pkgname=sweethome3d
-pkgver=7.1
-pkgrel=3
+pkgver=7.2
+pkgrel=1
 pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
 arch=('x86_64')
 url="http://www.sweethome3d.com/";
@@ -18,15 +18,15 @@ 
source=("SweetHome3D-${pkgver}-src.zip"::"https://downloads.sourceforge.net/${pk
         "${pkgname}.sh"
         "${pkgname}.desktop"
         "${pkgname}.xml")
-sha256sums=('04b7453410ec918971cf69aeb5d0a8d1284369ffe544f8d49e8b81d2bd39b2a2'
+sha256sums=('228dc77eeb2c7d2cba08b1c4d0908093482304095afeefa94b519a9fc071a336'
             '9e95ebf426abffe91fe3046e024796d0408fee2987a458fd2782dc0b75124e03'
             '5eea3337d956d773b05ddef69fe9d34b940ff550370dc92bf307f1b9a3957f9e'
             'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
 install="${pkgname}.install"
 
 prepare() {
-  # Avoid the use of any Java 20, actually incompatible with the build
-  export JAVA_HOME="/usr/lib/jvm/$(archlinux-java status | tail -n +2 | sort | 
cut -d ' ' -f 3 | sort -nr -k 2 -t '-' | grep -vE '20-' -m 1)"
+  # Avoid the use of any Java 20-21, actually incompatible with the build
+  export JAVA_HOME="/usr/lib/jvm/$(archlinux-java status | tail -n +2 | sort | 
cut -d ' ' -f 3 | sort -nr -k 2 -t '-' | grep -vE '20-|21-' -m 1)"
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sweethome3d/-/commit/ce03bad697db6495b391dc675bebe8f8eafad95c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sweethome3d/-/commit/ce03bad697db6495b391dc675bebe8f8eafad95c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to