Unverified Commit cd620704 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #221733 from K900/kde-gear-23.04

KDE Gear: 22.12 -> 23.04
parents 1dac9895 e61a9650
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -429,7 +429,8 @@ in
            dolphin-plugins
            ffmpegthumbs
            kdegraphics-thumbnailers
            pkgs.kio-admin
            kde-inotify-survey
            kio-admin
            kio-extras
          ];
          optionalPackages = [
+4 −0
Original line number Diff line number Diff line
@@ -17,4 +17,8 @@ mkDerivation {
    kio kmailtransport
  ];
  outputs = [ "out" "dev" ];
  postInstall = ''
    # added as an include directory by cmake files and fails to compile if it's missing
    mkdir -p "$dev/include/KF5"
  '';
}
+4 −0
Original line number Diff line number Diff line
@@ -22,4 +22,8 @@ mkDerivation {
  ];
  propagatedBuildInputs = [ akonadi grantleetheme ];
  outputs = [ "out" "dev" ];
  postInstall = ''
    # added as an include directory by cmake files and fails to compile if it's missing
    mkdir -p "$dev/include/KF5"
  '';
}
+4 −0
Original line number Diff line number Diff line
@@ -13,4 +13,8 @@ mkDerivation {
  nativeBuildInputs = [ extra-cmake-modules shared-mime-info ];
  buildInputs = [ akonadi kdbusaddons ki18n kio kitemmodels kmime ];
  outputs = [ "out" "dev" ];
  postInstall = ''
    # added as an include directory by cmake files and fails to compile if it's missing
    mkdir -p "$dev/include/KF5"
  '';
}
+4 −0
Original line number Diff line number Diff line
@@ -15,4 +15,8 @@ mkDerivation {
    akonadi kcompletion ki18n kitemmodels kmime kxmlgui
  ];
  outputs = [ "out" "dev" ];
  postInstall = ''
    # added as an include directory by cmake files and fails to compile if it's missing
    mkdir -p "$dev/include/KF5"
  '';
}
Loading