summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlangurmonkey2023-09-22 08:59:28 +0200
committerlangurmonkey2023-09-22 08:59:28 +0200
commit642b17279a03f9cea91bc0ce406dac575eea3ff7 (patch)
tree4d3113d8e45f202fb802591b5617db6e95951461
parent6060d94d454488ef67b95e1b17f75c462c28a45c (diff)
downloadaur-642b17279a03f9cea91bc0ce406dac575eea3ff7.tar.gz
Version 3.5.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--releasenotes.txt16
3 files changed, 14 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f80aa16c4e3f..5c74267dba65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gaiasky
pkgdesc = Open source 3D universe simulator for desktop and VR with support for more than a billion objects
- pkgver = 3.5.4.36b53b006
+ pkgver = 3.5.4_1.c31b73416
pkgrel = 1
epoch = 2
url = https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
@@ -10,8 +10,8 @@ pkgbase = gaiasky
license = MPL
depends = java-runtime
depends = xorg-xrandr
- source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.5.4.36b53b006/gaiasky-3.5.4.36b53b006.tar.gz
- md5sums = c3050cfd5567cbc3c6b12656a2e748cd
- sha256sums = 82934d209db08d9ecc5c652bf6fa96c220ad289b557e82de8ce26dedb8aee99e
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.5.4-1.c31b73416/gaiasky-3.5.4-1.c31b73416.tar.gz
+ md5sums = 2a85ef034d4adf451929a8843fbf5320
+ sha256sums = 2f803a1c9c6bf9215846d0bdca7ab756cb8aa2a913fc80e47f0455685df58f3e
pkgname = gaiasky
diff --git a/PKGBUILD b/PKGBUILD
index 7f9ce093a9c7..a31133daf487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
-pkgver=3.5.4.36b53b006
+pkgver=3.5.4_1.c31b73416
pkgrel=1
epoch=2
pkgdesc="Open source 3D universe simulator for desktop and VR with support for more than a billion objects"
@@ -21,8 +21,8 @@ install=gaiasky.install
changelog=releasenotes.txt
source=("http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/${pkgver//_/-}/$pkgname-${pkgver//_/-}.tar.gz")
noextract=()
-md5sums=("c3050cfd5567cbc3c6b12656a2e748cd")
-sha256sums=("82934d209db08d9ecc5c652bf6fa96c220ad289b557e82de8ce26dedb8aee99e")
+md5sums=("2a85ef034d4adf451929a8843fbf5320")
+sha256sums=("2f803a1c9c6bf9215846d0bdca7ab756cb8aa2a913fc80e47f0455685df58f3e")
validpgpkeys=()
prepare() {
diff --git a/releasenotes.txt b/releasenotes.txt
index 90438d01c3ed..8d75cf8c1b0e 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,10 +1,8 @@
-# Gaia Sky 3.5.4
+# Gaia Sky 3.5.4-1
-## Features
-- add square recursive grid style, additionally to the existing circular concentric rings.
-- add diagonal lines at 30 and 60 degrees to the circular recursive grid.
-- redesign time pane layout and widgets (warp slider, play/pause, information boxes, etc.) in controls window.
-- upgrade internal version numbering to include a sequence number within the revision (major.minor.revision-sequence). It should be backwards compatible, but starting with this version, internal version numbers have at least 7 digits instead of 5.
-- bump source version number.
-- refactor separator UI elements.
-- redesign loading screen to follow welcome screen style.
+## Bug Fixes
+- move action stuttering on some systems due to no input changes since last sync.
+- application title in loading screen squashes the logo.
+
+## Build System
+- set bundled JRE version to 17 instead of 20; seemingly, there are non-negligible performance issues with the JRE 20 on some configurations.