Commit 005fc191 authored by Robert Schütz's avatar Robert Schütz
Browse files

gpxsee-qt5: drop

parent 7b37a436
Loading
Loading
Loading
Loading
+5 −18
Original line number Diff line number Diff line
@@ -6,17 +6,13 @@
  nix-update-script,
  qtbase,
  qttools,
  qtlocation ? null, # qt5 only
  qtpositioning ? null, # qt6 only
  qtpositioning,
  qtserialport,
  qtsvg,
  wrapQtAppsHook,
  wrapGAppsHook3,
}:

let
  isQt6 = lib.versions.major qtbase.version == "6";
in
stdenv.mkDerivation (finalAttrs: {
  pname = "gpxsee";
  version = "13.47";
@@ -29,20 +25,11 @@ stdenv.mkDerivation (finalAttrs: {
  };

  buildInputs = [
    qtserialport
  ]
  ++ (
    if isQt6 then
      [
    qtbase
    qtpositioning
    qtserialport
    qtsvg
      ]
    else
      [
        qtlocation
      ]
  );
  ];

  nativeBuildInputs = [
    qmake
+2 −0
Original line number Diff line number Diff line
@@ -1113,6 +1113,8 @@ mapAliases {
  googler = throw "'googler' has been removed, as it no longer works and is abandoned upstream"; # Added 2025-04-01
  gpicview = throw "'gpicview' has been removed due to lack of maintenance upstream and depending on gtk2. Consider using 'loupe', 'gthumb' or 'image-roll' instead"; # Added 2024-09-15
  gprbuild-boot = gnatPackages.gprbuild-boot; # Added 2024-02-25;
  gpxsee-qt5 = throw "gpxsee-qt5 was removed, use gpxsee instead"; # added 2025-09-09
  gpxsee-qt6 = gpxsee; # added 2025-09-09

  gqview = throw "'gqview' has been removed due to lack of maintenance upstream and depending on gtk2. Consider using 'gthumb' instead";
  gr-framework = throw "gr-framework has been removed, as it was broken"; # Added 2025-08-25
+1 −5
Original line number Diff line number Diff line
@@ -11764,11 +11764,7 @@ with pkgs;
    withDoc = true;
  };

  gpxsee-qt5 = libsForQt5.callPackage ../applications/misc/gpxsee { };

  gpxsee-qt6 = qt6Packages.callPackage ../applications/misc/gpxsee { };

  gpxsee = gpxsee-qt5;
  gpxsee = qt6Packages.callPackage ../applications/misc/gpxsee { };

  guvcview = libsForQt5.callPackage ../os-specific/linux/guvcview { };