Unverified Commit 2d25de6f authored by Nico Bellack's avatar Nico Bellack
Browse files

roomarranger: 10.2 -> 10.3

parent 8dae05d1
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -28,11 +28,11 @@ in

stdenv.mkDerivation {
  pname = "roomarranger";
  version = "10.2";
  version = "10.3";

  src = fetchurl {
    url = "https://f000.backblazeb2.com/file/rooarr/rooarr1020-linux64.tar.gz";
    hash = "sha256-24AGP2le5HfcVMlqDjiMRcRWKU/zjACV7KzJlVWMpkw=";
    url = "https://f000.backblazeb2.com/file/rooarr/rooarr1030-linux64.tar.gz";
    hash = "sha256-v9PdWPR9x0lUmqIuTgwBZuyPy/vJLB5XM4eb5y0/SN8=";
  };

  nativeBuildInputs = [
@@ -44,7 +44,6 @@ stdenv.mkDerivation {
  buildInputs = [
    gtk3
    qt6.qt3d
    qt6.qtwayland
  ];

  installPhase = ''
@@ -53,6 +52,10 @@ stdenv.mkDerivation {
    mkdir -p $out/lib $out/bin
    cp -r rooarr-bin/* $out/lib/

    # Remove Wayland plugins that require unavailable libraries
    rm -rf $out/lib/wayland-graphics-integration-client
    rm -f $out/lib/platforms/libqwayland-*.so

    ln -s $out/lib/RoomArranger $out/bin/roomarranger

    # Install application icons
@@ -75,6 +78,8 @@ stdenv.mkDerivation {
    longDescription = ''
      Room Arranger is a 3D room / apartment / floor planner with a simple user interface.
      Free for 30 days. Updates are free.

      Note: This package uses XCB (X11) for rendering. On Wayland compositors, it will run via XWayland.
    '';
    homepage = "https://www.roomarranger.com/";
    changelog = "https://www.roomarranger.com/whatsnew.txt";