kdiff3: 1.11.5 -> 1.12.2
This commit is contained in:
committed by
Peter Hoeg
parent
ebe4301cbd
commit
c81648b875
@@ -3,42 +3,38 @@
|
|||||||
lib,
|
lib,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
extra-cmake-modules,
|
extra-cmake-modules,
|
||||||
kdoctools,
|
|
||||||
wrapQtAppsHook,
|
|
||||||
boost,
|
boost,
|
||||||
kcrash,
|
kdePackages,
|
||||||
kconfig,
|
|
||||||
kinit,
|
|
||||||
kparts,
|
|
||||||
kiconthemes,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "kdiff3";
|
pname = "kdiff3";
|
||||||
version = "1.11.5";
|
version = "1.12.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kde/stable/kdiff3/kdiff3-${finalAttrs.version}.tar.xz";
|
url = "mirror://kde/stable/kdiff3/kdiff3-${finalAttrs.version}.tar.xz";
|
||||||
hash = "sha256-Qg8Ys7lolpigXhAvikFxkEkHTaaPlslL4Y0bgpfutUU=";
|
hash = "sha256-MaN8vPnUIHintIRdQqwaAzp9cjKlq66qAo9kJbufpDk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
kdoctools
|
kdePackages.kdoctools
|
||||||
wrapQtAppsHook
|
kdePackages.wrapQtAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = with kdePackages; [
|
||||||
|
qtbase
|
||||||
boost
|
boost
|
||||||
kconfig
|
kconfig
|
||||||
kcrash
|
kcrash
|
||||||
kinit
|
|
||||||
kparts
|
kparts
|
||||||
kiconthemes
|
kiconthemes
|
||||||
];
|
];
|
||||||
|
|
||||||
cmakeFlags = [ "-Wno-dev" ];
|
cmakeFlags = [ "-Wno-dev" ];
|
||||||
|
|
||||||
|
env.LANG = "C.UTF-8";
|
||||||
|
|
||||||
postInstall = lib.optionalString stdenv.hostPlatform.isDarwin ''
|
postInstall = lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||||
ln -s "$out/Applications/KDE/kdiff3.app/Contents/MacOS" "$out/bin"
|
ln -s "$out/Applications/KDE/kdiff3.app/Contents/MacOS" "$out/bin"
|
||||||
'';
|
'';
|
||||||
@@ -49,6 +45,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://invent.kde.org/sdk/kdiff3";
|
homepage = "https://invent.kde.org/sdk/kdiff3";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
platforms = with platforms; linux ++ darwin;
|
inherit (kdePackages.qtbase.meta) platforms;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
@@ -4046,8 +4046,6 @@ with pkgs;
|
|||||||
|
|
||||||
kronometer = libsForQt5.callPackage ../tools/misc/kronometer { };
|
kronometer = libsForQt5.callPackage ../tools/misc/kronometer { };
|
||||||
|
|
||||||
kdiff3 = libsForQt5.callPackage ../tools/text/kdiff3 { };
|
|
||||||
|
|
||||||
kwalletcli = libsForQt5.callPackage ../tools/security/kwalletcli { };
|
kwalletcli = libsForQt5.callPackage ../tools/security/kwalletcli { };
|
||||||
|
|
||||||
peruse = libsForQt5.callPackage ../tools/misc/peruse { };
|
peruse = libsForQt5.callPackage ../tools/misc/peruse { };
|
||||||
|
|||||||
Reference in New Issue
Block a user