Unverified Commit 993594b6 authored by Bobby Rong's avatar Bobby Rong
Browse files

meteo: drop

parent e051f313
Loading
Loading
Loading
Loading

pkgs/by-name/me/meteo/package.nix

deleted100644 → 0
+0 −72
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitLab,
  nix-update-script,
  appstream,
  desktop-file-utils,
  meson,
  ninja,
  pkg-config,
  python3,
  vala,
  wrapGAppsHook3,
  glib,
  glib-networking,
  gtk3,
  json-glib,
  libappindicator,
  libsoup_2_4,
  webkitgtk_4_0,
}:

stdenv.mkDerivation rec {
  pname = "meteo";
  version = "0.9.9.3";

  src = fetchFromGitLab {
    owner = "bitseater";
    repo = "meteo";
    rev = version;
    hash = "sha256-hubKusrs0Hh8RryoEI29pnhTSNsIbtGMltlH4qoM6gE=";
  };

  nativeBuildInputs = [
    appstream
    desktop-file-utils
    meson
    ninja
    pkg-config
    python3
    vala
    wrapGAppsHook3
  ];

  buildInputs = [
    glib
    glib-networking # see #311066
    gtk3
    json-glib
    libappindicator
    libsoup_2_4
    webkitgtk_4_0
  ];

  postPatch = ''
    chmod +x meson/post_install.py
    patchShebangs meson/post_install.py
  '';

  passthru = {
    updateScript = nix-update-script { };
  };

  meta = with lib; {
    description = "Know the forecast of the next hours & days";
    homepage = "https://gitlab.com/bitseater/meteo";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ bobby285271 ];
    platforms = platforms.linux;
    mainProgram = "com.gitlab.bitseater.meteo";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -1697,6 +1697,7 @@ mapAliases {
  memorymappingHook = throw "memorymapping has been removed, as it was only useful on old macOS versions that are no longer supported"; # Added 2024-10-05
  memstream = throw "memstream has been removed, as it was only useful on old macOS versions that are no longer supported"; # Added 2024-10-05
  memstreamHook = throw "memstream has been removed, as it was only useful on old macOS versions that are no longer supported"; # Added 2024-10-05
  meteo = throw "'meteo' has been removed as it was unmaintained and depends on deprecated webkitgtk_4_0"; # Added 2025-10-09
  mhwaveedit = throw "'mkwaveedit' has been removed due to lack of maintenance upstream. Consider using 'audacity' or 'tenacity' instead"; # Added 2024-09-15
  microcodeAmd = microcode-amd; # Added 2024-09-08
  microcodeIntel = microcode-intel; # Added 2024-09-08