Merge pull request #22263 from peterhoeg/u/colord
colord-kde: 2016-02-24 -> 0.5.0
This commit is contained in:
commit
2f78639819
@ -1,16 +1,17 @@
|
||||
{ stdenv, lib, fetchgit
|
||||
{ stdenv, lib, fetchurl
|
||||
, 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";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "colord-kde-${version}";
|
||||
version = "0.5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.kde.org/stable/colord-kde/${version}/src/${name}.tar.xz";
|
||||
sha256 = "0brdnpflm95vf4l41clrqxwvjrdwhs859n7401wxcykkmw4m0m3c";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ extra-cmake-modules ki18n ];
|
||||
|
Loading…
Reference in New Issue
Block a user