mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Remove kdesignerplugin.
* gnu/packages/kde-frameworks.scm (kdesignerplugin): Delete variable. Change-Id: I05976a20a31320d95a5b778e7e2820d241badcc3
This commit is contained in:
parent
2355df3276
commit
d4ebd53263
1 changed files with 0 additions and 29 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue