+6
maintainers/maintainer-list.nix
+6
maintainers/maintainer-list.nix
···
+116
pkgs/development/tools/scenebuilder/default.nix
+116
pkgs/development/tools/scenebuilder/default.nix
···+{ lib, stdenv, fetchFromGitHub, jdk, gradleGen, makeDesktopItem, copyDesktopItems, perl, writeText, runtimeShell, makeWrapper, glib, wrapGAppsHook }:+# e.g. org.codehaus.groovy/groovy/2.4.0/{hash}/groovy-2.4.0.jar -> org/codehaus/groovy/groovy/2.4.0/groovy-2.4.0.jar+| perl -pe 's#(.*/([^/]+)/([^/]+)/([^/]+)/[0-9a-f]{30,40}/([^/\s]+))$# ($x = $2) =~ tr|\.|/|; "install -Dm444 $1 \$out/$x/$3/$4/$5" #e' \+comment = "A visual, drag'n'drop, layout tool for designing JavaFX application user interfaces.";+gradle -PVERSION=${version} --offline --no-daemon --info --init-script ${gradleInit} build -x test+cp app/build/resources/main/com/oracle/javafx/scenebuilder/app/SB_Logo.png $out/share/icons/hicolor/128x128/apps/scenebuilder.png+makeWrapper ${jdk}/bin/java $out/bin/${pname} --add-flags "-jar $out/share/${pname}/${pname}.jar" "''${gappsWrapperArgs[@]}"+description = "A visual, drag'n'drop, layout tool for designing JavaFX application user interfaces.";
+113
pkgs/development/tools/scenic-view/default.nix
+113
pkgs/development/tools/scenic-view/default.nix
···+{ lib, stdenv, fetchFromGitHub, jdk, gradleGen, makeDesktopItem, copyDesktopItems, perl, writeText, runtimeShell, makeWrapper }:+# e.g. org.codehaus.groovy/groovy/2.4.0/{hash}/groovy-2.4.0.jar -> org/codehaus/groovy/groovy/2.4.0/groovy-2.4.0.jar+| perl -pe 's#(.*/([^/]+)/([^/]+)/([^/]+)/[0-9a-f]{30,40}/([^/\s]+))$# ($x = $2) =~ tr|\.|/|; "install -Dm444 $1 \$out/$x/$3/$4/$5" #e' \+comment = "JavaFx application to visualize and modify the scenegraph of running JavaFx applications.";+makeWrapper ${jdk}/bin/java $out/bin/${pname} --add-flags "-jar $out/share/${pname}/${pname}.jar"+description = "JavaFx application to visualize and modify the scenegraph of running JavaFx applications.";+A JavaFX application designed to make it simple to understand the current state of your application scenegraph+and to also easily manipulate properties of the scenegraph without having to keep editing your code.+This lets you find bugs and get things pixel perfect without having to do the compile-check-compile dance.
+4
pkgs/top-level/all-packages.nix
+4
pkgs/top-level/all-packages.nix
···