mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Remove kdesignerplugin.
* gnu/packages/kde-frameworks.scm (kdesignerplugin): Delete variable. Change-Id: Idd5dce140cd8e417a1744bd72659381b05f0031e Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
33efad4658
commit
d08325a5d6
1 changed files with 0 additions and 29 deletions
|
|
@ -3573,35 +3573,6 @@ started on demand.")
|
|||
kservice-5
|
||||
qtbase-5))))
|
||||
|
||||
(define-public kdesignerplugin
|
||||
(package
|
||||
(name "kdesignerplugin")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://kde/stable/frameworks/"
|
||||
(version-major+minor version) "/portingAids/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zlvkayv6zl5rp1076bscmdzyw93y7sxqb5848w11vs0g9amcj9n"))))
|
||||
(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…
Add table
Reference in a new issue