kde5.colord-kde: init at 0.5.0.20160224

This commit is contained in:
Thomas Tuegel 2016-03-11 07:46:58 -06:00
parent 0d6d91739f
commit d2dc8cc47f
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{ stdenv, lib, fetchgit
, extra-cmake-modules, ki18n
, kconfig, kconfigwidgets, kcoreaddons, kdbusaddons, kiconthemes, kcmutils
, kio, knotifications, plasma-framework, kwidgetsaddons, kwindowsystem
, kitemviews, lcms2, libXrandr, qtx11extras
}:
stdenv.mkDerivation {
name = "colord-kde-0.5.0.20160224";
src = fetchgit {
url = "git://anongit.kde.org/colord-kde";
rev = "3729d1348c57902b74283bc8280ffb5561b221db";
sha256 = "03ww8nskgxl38dwkbb39by18gxvrcm6w2zg9s7q05i76rpl6kkkw";
};
nativeBuildInputs = [ extra-cmake-modules ki18n ];
buildInputs = [
kconfig kconfigwidgets kcoreaddons kdbusaddons kiconthemes
kcmutils kio knotifications plasma-framework kwidgetsaddons
kwindowsystem kitemviews lcms2 libXrandr qtx11extras
];
meta = with lib; {
homepage = "https://projects.kde.org/projects/playground/graphics/colord-kde";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ttuegel ];
};
}

View file

@ -15278,6 +15278,8 @@ let
libyamlcpp = callPackage ../development/libraries/libyaml-cpp { makePIC=true; boost=boost; };
};
colord-kde = callPackage ../tools/misc/colord-kde/0.5.nix {};
dfilemanager = callPackage ../applications/misc/dfilemanager { };
fcitx-qt5 = callPackage ../tools/inputmethods/fcitx/fcitx-qt5.nix { };