diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2025-01-11 10:21:49 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-07-19 10:42:17 +0800 |
commit | ef73640c62247058f0feb00094eac8d43cf0512b (patch) | |
tree | da0b579b83e93b823780e379065c817b78c843ba | |
parent | bc5433cd2ccf0aa705302bbe60b03342cc469a3a (diff) |
gnu: Remove plasma-active-window-control.
This project repo is archived.
* gnu/packages/kde-plasma.scm (plasma-active-window-control): Delete variable.
Change-Id: I0ef42206dfa91729f562dbe740e03b01c6537fdc
-rw-r--r-- | gnu/packages/kde-plasma.scm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 49b742db64..d394272c45 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1930,35 +1930,6 @@ KF5/Qt5 to KF6/Qt6") on QtMultimedia and @command{yt-dlp}.") (license license:gpl3+))) -(define-public plasma-active-window-control -(let ((commit "0b1c091b5662fb21917064d7809b3be8b4a8be47") - (revision "1")) - (package - (name "plasma-active-window-control") - (version (git-version "1.7.3" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://invent.kde.org/plasma/plasma-active-window-control") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1lns1n7p6b64z7l3bn27hni100pp3k2whzzzg0adr4hiynycdix6")))) - (build-system qt-build-system) - (native-inputs (list extra-cmake-modules)) - (inputs - (list kwindowsystem - libsm - plasma-framework - qtdeclarative-5 - qtx11extras)) - (home-page "https://invent.kde.org/plasma/plasma-active-window-control") - (synopsis "Plasma applet for controlling the currently active window") - (description "This package provides window control applet for the current -active window on Plasma Desktop.") - (license (list license:gpl2 license:gpl3))))) - (define-public plasma-browser-integration (package (name "plasma-browser-integration") |