roomarranger: 10.0.1 -> 10.2 (#436800)

This commit is contained in:
Peder Bergebakken Sundt
2025-08-26 17:49:00 +02:00
committed by GitHub
+5 -7
View File
@@ -15,7 +15,7 @@ let
exec = "roomarranger";
name = "roomarranger";
desktopName = "Room Arranger";
genericName = "Design your room, office, apartment, house.";
genericName = "Design your room, office, apartment or house, plan gardens and more...";
icon = "roomarranger-icon";
terminal = false;
categories = [ "Graphics" ];
@@ -28,11 +28,11 @@ in
stdenv.mkDerivation {
pname = "roomarranger";
version = "10.0.1";
version = "10.2";
src = fetchurl {
url = "https://f000.backblazeb2.com/file/rooarr/rooarr1001-linux64.tar.gz";
hash = "sha256-OwJSOfyTQinVKzrJftpFa5NN1kGweBezedpL2aE4LbE=";
url = "https://f000.backblazeb2.com/file/rooarr/rooarr1020-linux64.tar.gz";
hash = "sha256-24AGP2le5HfcVMlqDjiMRcRWKU/zjACV7KzJlVWMpkw=";
};
nativeBuildInputs = [
@@ -53,9 +53,6 @@ stdenv.mkDerivation {
mkdir -p $out/lib $out/bin
cp -r rooarr-bin/* $out/lib/
# Delete bundled dynamic libraries that reference major Qt version 6
rm -f $out/lib/*.6
ln -s $out/lib/RoomArranger $out/bin/roomarranger
# Install application icons
@@ -80,6 +77,7 @@ stdenv.mkDerivation {
Free for 30 days. Updates are free.
'';
homepage = "https://www.roomarranger.com/";
changelog = "https://www.roomarranger.com/whatsnew.txt";
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [ bellackn ];