alcom: 1.0.1 -> 1.1.4 (#442493)

Changed files
+10 -139
pkgs
-92
pkgs/by-name/al/alcom/deps.json
···
-
[
-
{
-
"pname": "Microsoft.AspNetCore.App.Runtime.linux-arm64",
-
"version": "8.0.1",
-
"hash": "sha256-vAqIkIrtqiJbQ8ngqSfxLA4XUyfqO1lr7NiYch5+TTc="
-
},
-
{
-
"pname": "Microsoft.AspNetCore.App.Runtime.linux-x64",
-
"version": "8.0.1",
-
"hash": "sha256-QbUQXjCzr8j8u/5X0af9jE++EugdoxMhT08F49MZX74="
-
},
-
{
-
"pname": "Microsoft.AspNetCore.App.Runtime.osx-arm64",
-
"version": "8.0.1",
-
"hash": "sha256-tiSDf189+7K788Z2qVmsP3PeUzkByUCtcjXR9onOdXA="
-
},
-
{
-
"pname": "Microsoft.AspNetCore.App.Runtime.osx-x64",
-
"version": "8.0.1",
-
"hash": "sha256-tYR6xGWvWoR0ITYHra9bsOxIhzhe/GYNVpB4R7KkKik="
-
},
-
{
-
"pname": "Microsoft.DotNet.ILCompiler",
-
"version": "8.0.1",
-
"hash": "sha256-u4JMGIe/rmXOzx+Y2tC5qlkP5aNVMHy6AQnYwxsXsN4="
-
},
-
{
-
"pname": "Microsoft.NET.ILLink.Tasks",
-
"version": "8.0.1",
-
"hash": "sha256-SopZpGaZ48/8dpUwDFDM3ix+g1rP4Yqs1PGuzRp+K7c="
-
},
-
{
-
"pname": "Microsoft.NETCore.App.Host.linux-arm64",
-
"version": "8.0.1",
-
"hash": "sha256-g4RhRWUP4o3dkNt2hV0ZNRRwDGIuAJ6gY02d3xhtFzY="
-
},
-
{
-
"pname": "Microsoft.NETCore.App.Host.linux-x64",
-
"version": "8.0.1",
-
"hash": "sha256-+fUVeiQ2qXBtP4HI+8+/SLqZOEuKi9/zC/pX9g+rhqs="
-
},
-
{
-
"pname": "Microsoft.NETCore.App.Host.osx-arm64",
-
"version": "8.0.1",
-
"hash": "sha256-aRGVm8Ckd+uhkuAnJAuqHH6+muT+sXf+b+6nZ/Md77c="
-
},
-
{
-
"pname": "Microsoft.NETCore.App.Host.osx-x64",
-
"version": "8.0.1",
-
"hash": "sha256-UiJ5KdJdLg+/eDHsC4HgvYaY9h3av+/92VPoEixHDgQ="
-
},
-
{
-
"pname": "Microsoft.NETCore.App.Runtime.linux-arm64",
-
"version": "8.0.1",
-
"hash": "sha256-JeYU02u4ln0v56QeCs+8ZLWhRlNxZ6c/xHr8Jy3koww="
-
},
-
{
-
"pname": "Microsoft.NETCore.App.Runtime.linux-x64",
-
"version": "8.0.1",
-
"hash": "sha256-jajBI5GqG2IIcsIMgxTHfXbMapoXrZGl/EEhShwYq7w="
-
},
-
{
-
"pname": "Microsoft.NETCore.App.Runtime.osx-arm64",
-
"version": "8.0.1",
-
"hash": "sha256-TJbkjj3koeFN068auqXUojMLPrihO6sEMIPqglW7uTE="
-
},
-
{
-
"pname": "Microsoft.NETCore.App.Runtime.osx-x64",
-
"version": "8.0.1",
-
"hash": "sha256-SYctZpDlsEHxmy+/Oa1Qp99mpx8I7icYoSBKczF1Ybo="
-
},
-
{
-
"pname": "runtime.linux-arm64.Microsoft.DotNet.ILCompiler",
-
"version": "8.0.1",
-
"hash": "sha256-oCzhhcSp2ZZ+R8ITzhVn21nmT+R6upf3IzsRtke4xxY="
-
},
-
{
-
"pname": "runtime.linux-x64.Microsoft.DotNet.ILCompiler",
-
"version": "8.0.1",
-
"hash": "sha256-BMDOdOJFDuItIL8gbYKJdoycvf2rJ8RI8FHsaaYYflY="
-
},
-
{
-
"pname": "runtime.osx-arm64.Microsoft.DotNet.ILCompiler",
-
"version": "8.0.1",
-
"hash": "sha256-7FJEqNLs8DvqsSJQZETbL2uvRrqO5M1ReWCYkXtqVAE="
-
},
-
{
-
"pname": "runtime.osx-x64.Microsoft.DotNet.ILCompiler",
-
"version": "8.0.1",
-
"hash": "sha256-WOJqlt/ONpCqhfB2S++rY+iRqW6mlAddxGoqaC/boCM="
-
}
-
]
+4 -4
pkgs/by-name/al/alcom/disable-updater-artifacts.patch
···
diff --git a/vrc-get-gui/Tauri.toml b/vrc-get-gui/Tauri.toml
-
index ff969dbb..1339d861 100644
+
index cd180da8..66a81aa9 100644
--- a/vrc-get-gui/Tauri.toml
+++ b/vrc-get-gui/Tauri.toml
@@ -34,8 +34,6 @@ icon = [
···
-createUpdaterArtifacts = "v1Compatible" # remove if ci # we do not generate updater artifacts in CI
-
-
[bundle.linux.deb]
-
desktopTemplate = "alcom.desktop"
-
+
[[bundle.fileAssociations]]
+
# note: for macOS we directory use info.plist for registering file association.
+
description = "ALCOM Project Template"
+6 -43
pkgs/by-name/al/alcom/package.nix
···
{
-
buildDotnetModule,
cargo-about,
cargo-tauri,
-
dotnetCorePackages,
fetchFromGitHub,
fetchNpmDeps,
glib-networking,
···
}:
let
pname = "alcom";
-
version = "1.0.1";
+
version = "1.1.4";
src = fetchFromGitHub {
owner = "vrc-get";
repo = "vrc-get";
tag = "gui-v${version}";
-
fetchSubmodules = true;
-
hash = "sha256-cOx7X3xfTBYpXhv1zIRStaIpyGWSp+d7qzdJLGzXtDY=";
+
hash = "sha256-pGWDMQIS2WgtnqRoOXRZrc25kJ5c6TY6UE2aZtpxN/s=";
};
subdir = "vrc-get-gui";
-
-
dotnetSdk = dotnetCorePackages.sdk_8_0;
-
dotnetRuntime = dotnetCorePackages.runtime_8_0;
-
-
dotnetBuild = buildDotnetModule {
-
inherit pname version src;
-
-
dotnet-sdk = dotnetSdk;
-
dotnet-runtime = dotnetRuntime;
-
-
projectFile = [
-
"vrc-get-litedb/dotnet/vrc-get-litedb.csproj"
-
"vrc-get-litedb/dotnet/LiteDB/LiteDB/LiteDB.csproj"
-
];
-
nugetDeps = ./deps.json;
-
};
in
rustPlatform.buildRustPackage {
inherit pname version src;
···
nativeBuildInputs = [
cargo-about
cargo-tauri.hook
-
dotnetSdk
nodejs
npmHooks.npmConfigHook
wrapGAppsHook4
···
libsoup_3
makeBinaryWrapper
webkitgtk_4_1
-
]
-
++ dotnetSdk.packages
-
++ dotnetBuild.nugetDeps;
+
];
-
cargoHash = "sha256-Ph6QZW21JYQJgrUecN+MklWuY51iKC2glPEdgxw+3r8=";
+
cargoHash = "sha256-JuZHfpOYuLNdb03srECx73GK5ajgL6bHlbKbiuMN2NE=";
buildAndTestSubdir = subdir;
npmDeps = fetchNpmDeps {
inherit src;
sourceRoot = "${src.name}/${subdir}";
-
hash = "sha256-lWQPBILZn8VGoILfEY2bMxGaBL2ALGbvcT5RqanTNyY=";
+
hash = "sha256-snXOfAtanLPhQNo0mg/r8UUXJua2X+52t7+7QS1vOkI=";
};
npmRoot = subdir;
-
preConfigure = ''
-
dotnet restore "vrc-get-litedb/dotnet/vrc-get-litedb.csproj" \
-
-p:ContinuousIntegrationBuild=true \
-
-p:Deterministic=true
-
'';
-
-
postInstall = lib.optionalString stdenv.hostPlatform.isLinux ''
-
wrapProgram $out/bin/ALCOM \
-
--set APPIMAGE ALCOM
-
'';
-
-
passthru = {
-
inherit (dotnetBuild) fetch-deps;
-
};
-
meta = {
description = "Experimental GUI application to manage VRChat Unity Projects";
homepage = "https://github.com/vrc-get/vrc-get";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ Scrumplex ];
broken = stdenv.hostPlatform.isDarwin;
-
mainProgram = "alcom";
+
mainProgram = "ALCOM";
};
}