1 { cmake, extra-cmake-modules, fetchFromGitLab, lib, libsForQt5 }:
3 libsForQt5.mkDerivation rec {
7 src = fetchFromGitLab {
8 domain = "invent.kde.org";
12 hash = "sha256-G9SyGvoSOL6nsWnMuSIUSFHFUwZUzExBJBkKN46o8GI=";
15 nativeBuildInputs = [ cmake extra-cmake-modules ];
17 buildInputs = [ libsForQt5.libkexiv2 libsForQt5.marble ];
20 homepage = "https://kgeotag.kde.org/";
21 description = "Stand-alone photo geotagging program";
22 changelog = "https://invent.kde.org/graphics/kgeotag/-/blob/master/CHANGELOG.rst";
23 license = licenses.gpl3Plus;
24 maintainers = with maintainers; [ cimm ];
25 mainProgram = "kgeotag";