Commit 3caf03a4 authored by qzylinra's avatar qzylinra
Browse files

evolve-core: drop

parent c3ed5590
Loading
Loading
Loading
Loading
+0 −56
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  flutter329,
  makeDesktopItem,
  copyDesktopItems,
}:

flutter329.buildFlutterApplication rec {
  pname = "evolve-core";
  version = "1.7";

  src = fetchFromGitHub {
    owner = "arcnations-united";
    repo = "evolve-core";
    tag = "v${version}";
    hash = "sha256-U5qMJ3aquD2EzWXwTKw0GJPdaCmK68v8DLdJMAwKrzs=";
  };

  pubspecLock = lib.importJSON ./pubspec.lock.json;

  desktopItems = [
    (makeDesktopItem {
      name = "Evolve Core";
      exec = "evolvecore";
      icon = "evolvecore";
      desktopName = "evolvecore";
      genericName = "A modern GTK theme manager";
      categories = [ "Utility" ];
      comment = "A modern GTK Theme Manager for GNOME with GTK 4.0 support and some cool features";
      terminal = false;
      type = "Application";
      startupWMClass = "evolvecore";
    })
  ];

  nativeBuildInputs = [
    copyDesktopItems
  ];

  postInstall = ''
    install -D assets/iconfile.png -t $out/share/icons
    mv $out/share/icons/iconfile.png $out/share/icons/evolvecore.png
  '';

  meta = {
    description = "Modern GTK Theme Manager for GNOME with GTK 4.0 support and some cool features";
    homepage = "https://github.com/arcnations-united/evolve-core";
    changelog = "https://github.com/arcnations-united/evolve-core/releases/tag/v${version}";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ genga898 ];
    mainProgram = "evolvecore";
    platforms = lib.platforms.linux;
  };

}
+0 −792

File deleted.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -610,6 +610,7 @@ mapAliases {
  erlang-ls = throw "'erlang-ls' has been removed as it has been archived upstream. Consider using 'erlang-language-platform' instead"; # Added 2025-10-02
  ethercalc = throw "'ethercalc' has been removed from nixpkgs as the project was old, unmaintained, and could not be packaged well in nixpkgs"; # Added 2025-11-28
  ethersync = warnAlias "'ethersync' has been renamed to 'teamtype'" teamtype; # Added 2025-10-31
  evolve-core = throw "'evolve-core' has been removed, as it hindered the removal of flutter329"; # Added 2026-01-25
  eww-wayland = throw "'eww-wayland' has been renamed to/replaced by 'eww'"; # Converted to throw 2025-10-27
  f3d_egl = warnAlias "'f3d' now build with egl support by default, so `f3d_egl` is deprecated, consider using 'f3d' instead." f3d; # Added 2025-07-18
  fast-cli = throw "'fast-cli' has been removed because it was unmaintainable in nixpkgs"; # Added 2025-11-17