kdecoration-viewer: remove
Fails to build with Plasma >= 5.18 and there have not been any changes in upstream since a long time. According to the maintainer (@gnidorah) it can be removed.
This commit is contained in:
parent
6c062bfc6c
commit
70fb2bbc1b
3 changed files with 1 additions and 30 deletions
|
@ -1,28 +0,0 @@
|
|||
{ stdenv, fetchFromGitHub, mkDerivation
|
||||
, cmake, extra-cmake-modules, qtquickcontrols, kconfigwidgets, kdeclarative, kdecoration }:
|
||||
|
||||
mkDerivation {
|
||||
name = "kdecoration-viewer-2018-07-24";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KDE";
|
||||
repo = "kdecoration-viewer";
|
||||
rev = "6e50b39c651bbf92fd7e7116d43bf57288254288";
|
||||
sha256 = "01v6i081vx0mydqvnj05xli86m52v6bxxc3z1zlyyap9cfhag7lj";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake extra-cmake-modules ];
|
||||
buildInputs = [ qtquickcontrols kconfigwidgets kdeclarative kdecoration ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Allows to preview a KDecoration plugin";
|
||||
longDescription = ''
|
||||
kdecoration-viewer allows to preview a KDecoration plugin. Put your plugins under
|
||||
$QT_PLUGIN_PATH/org.kde.kdecoration2 to preview.
|
||||
'';
|
||||
homepage = "https://blog.martin-graesslin.com/blog/2014/07/kdecoration2-the-road-ahead/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.gnidorah ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
|
@ -217,6 +217,7 @@ mapAliases ({
|
|||
jikes = throw "deprecated in 2019-10-07: jikes was abandoned by upstream";
|
||||
joseki = apache-jena-fuseki; # added 2016-02-28
|
||||
json_glib = json-glib; # added 2018-02-25
|
||||
kdecoration-viewer = throw "kdecoration-viewer has been removed from nixpkgs, as there is no upstream activity"; # 2020-06-16
|
||||
kdiff3-qt5 = kdiff3; # added 2017-02-18
|
||||
keepass-keefox = keepass-keepassrpc; # backwards compatibility alias, added 2018-02
|
||||
keepassx-community = keepassxc; # added 2017-11
|
||||
|
|
|
@ -21074,8 +21074,6 @@ in
|
|||
|
||||
kdeconnect = libsForQt5.callPackage ../applications/misc/kdeconnect { };
|
||||
|
||||
kdecoration-viewer = libsForQt5.callPackage ../tools/misc/kdecoration-viewer { };
|
||||
|
||||
inherit (kdeFrameworks) kdesu;
|
||||
|
||||
kdevelop-pg-qt = libsForQt5.callPackage ../applications/editors/kdevelop5/kdevelop-pg-qt.nix { };
|
||||
|
|
Loading…
Reference in a new issue