zombietrackergps: drop

Upstream is dead, not ported to Qt6.
This commit is contained in:
K900
2025-08-21 23:21:44 +03:00
parent 270bd9c481
commit 04da94cb38
2 changed files with 1 additions and 56 deletions
@@ -1,56 +0,0 @@
{
lib,
stdenv,
fetchFromGitLab,
gitUpdater,
cmake,
libsForQt5,
}:
stdenv.mkDerivation {
pname = "zombietrackergps";
version = "1.15";
src = fetchFromGitLab {
owner = "ldutils-projects";
repo = "zombietrackergps";
# latest revision is not tagged upstream, use commit sha in the meantime
#rev = "v_${version}";
rev = "cc75d5744965cc6973323f5bb77f00b0b0153dce";
hash = "sha256-z/LFNRFdQQFxEWyAjcuGezRbTsv8z6Q6fK8NLjP4HNM=";
};
buildInputs = with libsForQt5; [
marble.dev
qtbase
qtcharts
qtsvg
qtwebengine
ldutils
];
nativeBuildInputs = [
cmake
libsForQt5.wrapQtAppsHook
];
preConfigure = ''
export LANG=en_US.UTF-8
'';
cmakeFlags = [
"-DLDUTILS_ROOT=${libsForQt5.ldutils}"
];
passthru.updateScript = gitUpdater {
rev-prefix = "v_";
};
meta = {
description = "GPS track manager for Qt using KDE Marble maps";
homepage = "https://www.zombietrackergps.net/ztgps/";
changelog = "https://www.zombietrackergps.net/ztgps/history.html";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ sohalt ];
platforms = lib.platforms.linux;
};
}
+1
View File
@@ -2291,6 +2291,7 @@ mapAliases {
zimlib = throw "'zimlib' has been removed because it was an outdated and unused version of 'libzim'"; # Added 2025-03-07
zinc = zincsearch; # Added 2023-05-28
zint = zint-qt; # Added 2025-05-15
zombietrackergps = throw "'zombietrackergps' has been dropped, as it depends on KDE Gear 5 and is unmaintained"; # Added 2025-08-20
zplugin = throw "'zplugin' has been renamed to/replaced by 'zinit'"; # Converted to throw 2024-10-17
zk-shell = throw "zk-shell has been removed as it was broken and unmaintained"; # Added 2024-08-10
zkg = throw "'zkg' has been replaced by 'zeek'";