Merge pull request #299344 from lukaslihotzki/kile

kile: 2.9.93 -> 2.9.94
This commit is contained in:
Weijia Wang 2024-04-28 04:47:58 +02:00 committed by GitHub
commit 90e7fbe57f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 47 deletions

View file

@ -1,63 +1,43 @@
{ mkDerivation { lib
, lib , stdenv
, fetchurl , fetchurl
, extra-cmake-modules , cmake
, kdoctools , kdePackages
, wrapGAppsHook , qt6
, qtscript
, kconfig
, kcrash
, kdbusaddons
, kdelibs4support
, kguiaddons
, kiconthemes
, kinit
, khtml
, konsole
, kparts
, ktexteditor
, kwindowsystem
, okular
, poppler
}: }:
mkDerivation rec { stdenv.mkDerivation rec {
pname = "kile"; pname = "kile";
version = "2.9.93"; version = "2.9.94";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/kile/kile-${version}.tar.bz2"; url = "mirror://sourceforge/kile/kile-${version}.tar.bz2";
sha256 = "BEmSEv/LJPs6aCkUmnyuTGrV15WYXwgIANbfcviMXfA="; sha256 = "U8Z0K9g/sJXL3ImLA/344Vq2gKgWk8yvnFB2uTrRo8o=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
extra-cmake-modules cmake
wrapGAppsHook kdePackages.extra-cmake-modules
kdoctools qt6.wrapQtAppsHook
kdePackages.kdoctools
]; ];
buildInputs = [ buildInputs = [
kconfig qt6.qtbase
kcrash qt6.qtdeclarative
kdbusaddons qt6.qt5compat
kdelibs4support kdePackages.kconfig
kguiaddons kdePackages.kcrash
kiconthemes kdePackages.kdbusaddons
kinit kdePackages.kguiaddons
khtml kdePackages.kiconthemes
kparts kdePackages.konsole
ktexteditor kdePackages.kparts
kwindowsystem kdePackages.ktexteditor
okular kdePackages.kwindowsystem
poppler kdePackages.okular
qtscript kdePackages.poppler
]; ];
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
propagatedUserEnvPkgs = [ konsole ];
meta = { meta = {
description = "User-friendly TeX/LaTeX authoring tool for the KDE desktop environment"; description = "User-friendly TeX/LaTeX authoring tool for the KDE desktop environment";

View file

@ -32305,7 +32305,7 @@ with pkgs;
kid3-qt = qt6Packages.callPackage ../applications/audio/kid3 { withCLI = true; withKDE = false; withQt = true; }; kid3-qt = qt6Packages.callPackage ../applications/audio/kid3 { withCLI = true; withKDE = false; withQt = true; };
kid3 = kid3-kde; kid3 = kid3-kde;
kile = libsForQt5.callPackage ../applications/editors/kile { }; kile = callPackage ../applications/editors/kile { };
kitsas = libsForQt5.callPackage ../applications/office/kitsas { }; kitsas = libsForQt5.callPackage ../applications/office/kitsas { };