Merge pull request #301632 from sikmir/gpscorrelate

gpscorrelate: 2.0 → 2.1
This commit is contained in:
Weijia Wang
2024-04-05 04:40:52 +02:00
committed by GitHub
2 changed files with 18 additions and 16 deletions
@@ -1,25 +1,29 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, pkg-config, exiv2, libxml2, gtk3
, libxslt, docbook_xsl, docbook_xml_dtd_42, desktop-file-utils, wrapGAppsHook }:
{ lib
, stdenv
, fetchFromGitHub
, pkg-config
, exiv2
, libxml2
, gtk3
, libxslt
, docbook_xsl
, docbook_xml_dtd_42
, desktop-file-utils
, wrapGAppsHook
, desktopToDarwinBundle
}:
stdenv.mkDerivation rec {
pname = "gpscorrelate";
version = "2.0";
version = "2.1";
src = fetchFromGitHub {
owner = "dfandrich";
repo = pname;
repo = "gpscorrelate";
rev = version;
sha256 = "1wkpb0nqnm0ik46hp2sibf96h2gxi6n951zm8c72scgmh4ciq4fl";
sha256 = "sha256-1t9XUY12hVaUNOg785dMJCiaMMCI2XCcif1DkKYXOoo=";
};
patches = [
(fetchpatch {
name = "gpscorrelate-2.0-exiv2-0.28.patch";
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/sci-geosciences/gpscorrelate/files/gpscorrelate-2.0-exiv2-0.28.patch?id=002882203ad6a2b08ce035a18b95844a9f4b85d0";
hash = "sha256-/5czvSh2siPmohXWHQEg6VWCUQnZxEm2livLsEOAa6c=";
})
];
nativeBuildInputs = [
desktop-file-utils
docbook_xml_dtd_42
@@ -27,7 +31,7 @@ stdenv.mkDerivation rec {
libxslt
pkg-config
wrapGAppsHook
];
] ++ lib.optional stdenv.isDarwin desktopToDarwinBundle;
buildInputs = [
exiv2
-2
View File
@@ -31713,8 +31713,6 @@ with pkgs;
withDoc = true;
};
gpscorrelate = callPackage ../applications/misc/gpscorrelate { };
gpsd = callPackage ../servers/gpsd { };
gpsprune = callPackage ../applications/misc/gpsprune { };