Unverified Commit 90e7fbe5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #299344 from lukaslihotzki/kile

kile: 2.9.93 -> 2.9.94
parents 6977b4dc b22f0e99
Loading
Loading
Loading
Loading
+26 −46
Original line number Diff line number Diff line
{ mkDerivation
, lib
{ lib
, stdenv
, fetchurl
, extra-cmake-modules
, kdoctools
, wrapGAppsHook
, qtscript
, kconfig
, kcrash
, kdbusaddons
, kdelibs4support
, kguiaddons
, kiconthemes
, kinit
, khtml
, konsole
, kparts
, ktexteditor
, kwindowsystem
, okular
, poppler
, cmake
, kdePackages
, qt6
}:

mkDerivation rec {
stdenv.mkDerivation rec {
  pname = "kile";
  version = "2.9.93";
  version = "2.9.94";

  src = fetchurl {
    url = "mirror://sourceforge/kile/kile-${version}.tar.bz2";
    sha256 = "BEmSEv/LJPs6aCkUmnyuTGrV15WYXwgIANbfcviMXfA=";
    sha256 = "U8Z0K9g/sJXL3ImLA/344Vq2gKgWk8yvnFB2uTrRo8o=";
  };

  nativeBuildInputs = [
    extra-cmake-modules
    wrapGAppsHook
    kdoctools
    cmake
    kdePackages.extra-cmake-modules
    qt6.wrapQtAppsHook
    kdePackages.kdoctools
  ];

  buildInputs = [
    kconfig
    kcrash
    kdbusaddons
    kdelibs4support
    kguiaddons
    kiconthemes
    kinit
    khtml
    kparts
    ktexteditor
    kwindowsystem
    okular
    poppler
    qtscript
    qt6.qtbase
    qt6.qtdeclarative
    qt6.qt5compat
    kdePackages.kconfig
    kdePackages.kcrash
    kdePackages.kdbusaddons
    kdePackages.kguiaddons
    kdePackages.kiconthemes
    kdePackages.konsole
    kdePackages.kparts
    kdePackages.ktexteditor
    kdePackages.kwindowsystem
    kdePackages.okular
    kdePackages.poppler
  ];
  dontWrapGApps = true;
  preFixup = ''
    makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
  '';

  propagatedUserEnvPkgs = [ konsole ];

  meta = {
    description = "User-friendly TeX/LaTeX authoring tool for the KDE desktop environment";
+1 −1
Original line number Diff line number Diff line
@@ -32305,7 +32305,7 @@ with pkgs;
  kid3-qt = qt6Packages.callPackage ../applications/audio/kid3 { withCLI = true; withKDE = false; withQt = true; };
  kid3 = kid3-kde;
  kile = libsForQt5.callPackage ../applications/editors/kile { };
  kile = callPackage ../applications/editors/kile { };
  kitsas = libsForQt5.callPackage ../applications/office/kitsas { };