diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-09-19 20:58:35 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-19 20:58:39 +0200 |
| commit | eb46ec78132d8a46ff9adb95a60580e0963379ff (patch) | |
| tree | 7f6ae1685dd752208fc754e1f6e423523be76135 | |
| parent | 8e43073171354d61066c672343dfe780db68dc5e (diff) | |
gnu: Remove latte-dock.
* gnu/packages/kde-plasma.scm (latte-dock): Delete variable.
Fixes: guix/guix#2090
Change-Id: Id8d92cf9286417f25e1d1f52a8e1429a10610f99
| -rw-r--r-- | gnu/packages/kde-plasma.scm | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index e1f9a2ab02..35bcb6b6a8 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1187,48 +1187,6 @@ the running system.") (home-page "https://invent.kde.org/plasma/ksystemstats") (license (list license:gpl2 license:gpl3)))) -(define-public latte-dock - (package - (name "latte-dock") - (version "0.10.9") - (source (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/latte-dock/" - "latte-dock-" version ".tar.xz")) - (sha256 - (base32 - "0zj818wpxdiqpzivvwrgbzj26lcmmv49zw8206v4shcms1afbl9j")))) - (build-system cmake-build-system) - (native-inputs (list extra-cmake-modules)) - (inputs (list qtbase-5 - qtdeclarative-5 - knotifications - kwindowsystem - kio - plasma-framework - kwayland - kactivities - kcrash - kiconthemes - knewstuff - karchive - kguiaddons - kdbusaddons - kglobalaccel - kirigami - ki18n - kdeclarative - kcoreaddons - xcb-util - qtx11extras - libsm)) - (synopsis "Latte is a dock based on plasma frameworks") - (description - "Latte is a dock based on plasma frameworks that provides -an elegant and intuitive experience for your tasks and plasmoids.") - (home-page "https://github.com/KDE/latte-dock") - (license license:gpl2+))) - (define-public layer-shell-qt (package (name "layer-shell-qt") |
