Commit c7d9fae3 authored by K900's avatar K900
Browse files

kdePackages: Gear 24.02 -> 24.05

- kio-extras-kf5 moved to misc because of release schedule weirdness
- calindori ported to KF6, reenabled
- some build fixes all over
- add 7zip to a bunch of games for SVG compression
parent 84020441
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -80,6 +80,11 @@ OK_MISSING_BY_PACKAGE = {
    "plasma-desktop": {
        "scim",  # upstream is dead, not packaged in Nixpkgs
    },
    "poppler-qt6": {
        "gobject-introspection-1.0",  # we don't actually want to build the GTK variant
        "gdk-pixbuf-2.0",
        "gtk+-3.0",
    },
    "powerdevil": {
        "DDCUtil",  # cursed, intentionally disabled
    },
@@ -87,6 +92,9 @@ OK_MISSING_BY_PACKAGE = {
        "Qt6Qml",  # tests only
        "Qt6Quick",
    },
    "skladnik": {
        "POVRay",  # too expensive to rerender all the assets
    },
    "syntax-highlighting": {
        "XercesC",  # only used for extra validation at build time
    }
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  generateSplicesForMkScope,
  makeScopeWithSplicing',
  fetchurl,
  fetchFromGitLab,
  libsForQt5,
  qt6Packages,
  cmark,
@@ -65,6 +64,7 @@
      kdiagram = self.callPackage ./misc/kdiagram {};
      kdsoap-ws-discovery-client = self.callPackage ./misc/kdsoap-ws-discovery-client {};
      kirigami-addons = self.callPackage ./misc/kirigami-addons {};
      kio-extras-kf5 = self.callPackage ./misc/kio-extras-kf5 {};
      kio-fuse = self.callPackage ./misc/kio-fuse {};
      ktextaddons = self.callPackage ./misc/ktextaddons {};
      kunifiedpush = self.callPackage ./misc/kunifiedpush {};
+4 −0
Original line number Diff line number Diff line
{mkKdeDerivation}:
mkKdeDerivation {
  pname = "accessibility-inspector";
}
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  cargo,
  rustc,
  # provided as callPackage input to enable easier overrides through overlays
  cargoHash ? "sha256-fY0mQiYS/CMThOVsWp8NgxpWfUph2dZ7hj7W5JUJ2J4=",
  cargoHash ? "sha256-xT1SkW5iJy5Y9CK0CSxp+08XXjrbljxZzwYo2fEqxYE=",
}:
mkKdeDerivation rec {
  pname = "akonadi-search";
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  cargo,
  rustc,
  # provided as callPackage input to enable easier overrides through overlays
  cargoHash ? "sha256-QJZJqdixPThgiKnruKetmzhbvtY/MsGy4v+OdQiEFR8=",
  cargoHash ? "sha256-94f4DKRXcp3o6l3zbQzCpH2ZOztZMEAHa9ookPxbeDU=",
  qcoro,
}:
mkKdeDerivation rec {
Loading