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

kdePackages.kunifiedpush: unstable -> 1.0.0, enable by default on Plasma 6 (#349830)

parents cc7f4c0c 8ac75ddb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ in {
        kio-fuse # fuse interface for KIO
        kpackage # provides kpackagetool tool
        kservice # provides kbuildsycoca6 tool
        kunifiedpush # provides a background service and a KCM
        kwallet # provides helper service
        kwallet-pam # provides helper service
        kwalletmanager # provides KCMs and stuff
+6 −9
Original line number Diff line number Diff line
{
  lib,
  mkKdeDerivation,
  fetchFromGitLab,
  fetchurl,
  qtwebsockets,
  kdeclarative,
  kpackage,
}:
mkKdeDerivation {
mkKdeDerivation rec {
  pname = "kunifiedpush";
  version = "unstable-2024-02-19";
  version = "1.0.0";

  src = fetchFromGitLab {
    domain = "invent.kde.org";
    owner = "libraries";
    repo = "kunifiedpush";
    rev = "b89a31fb4f333a4e5d6c475a030147c8bdcffec6";
    hash = "sha256-bhlsEP7cLuA6Rj6nrpp5iC3uolc02twNMLsWl+d/BXo=";
  src = fetchurl {
    url = "mirror://kde/stable/kunifiedpush/kunifiedpush-${version}.tar.xz";
    sha256 = "sha256-Ld66ITBtAwcRTsUKLDgVnsYjWfn8bN1Y2jCjafvVUM8=";
  };

  extraBuildInputs = [