gnu: Remove kdesignerplugin.

* gnu/packages/kde-frameworks.scm (kdesignerplugin): Delete variable.

Change-Id: I05976a20a31320d95a5b778e7e2820d241badcc3
This commit is contained in:
Zheng Junjie 2025-01-11 11:32:45 +08:00
parent 2355df3276
commit d4ebd53263
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -3602,35 +3602,6 @@ (define-public kded-5
kservice-5
qtbase-5))))
(define-public kdesignerplugin
(package
(name "kdesignerplugin")
(version "5.116.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/portingAids/"
name "-" version ".tar.xz"))
(sha256
(base32
"0pkkpa2rxqx4rlvg70v70yddhc9ivhhdpk3pp64h87g5ia24zkz3"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools qttools-5))
(inputs
(list kconfig
kcoreaddons
kdoctools
qtbase-5))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Integrating KDE frameworks widgets with Qt Designer")
(description "This framework provides plugins for Qt Designer that allow it
to display the widgets provided by various KDE frameworks, as well as a utility
(kgendesignerplugin) that can be used to generate other such plugins from
ini-style description files.")
(license license:lgpl2.1+)))
(define-public kdesu
(package
(name "kdesu")