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

This commit is contained in:
K900 2024-10-19 21:21:58 +03:00 committed by GitHub
commit 85561a34cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 9 deletions

View File

@ -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

View File

@ -1,21 +1,18 @@
{
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 = [