libsForQt5.kpeoplevcard: init at 0.1
This commit is contained in:
parent
faedc6a226
commit
8b16b8cb56
40
pkgs/development/libraries/kpeoplevcard/default.nix
Normal file
40
pkgs/development/libraries/kpeoplevcard/default.nix
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
{ mkDerivation
|
||||||
|
, lib
|
||||||
|
, fetchurl
|
||||||
|
, cmake
|
||||||
|
, extra-cmake-modules
|
||||||
|
, pkg-config
|
||||||
|
, kcoreaddons
|
||||||
|
, kpeople
|
||||||
|
, kcontacts
|
||||||
|
}:
|
||||||
|
|
||||||
|
mkDerivation rec {
|
||||||
|
pname = "kpeoplevcard";
|
||||||
|
version = "0.1";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "https://download.kde.org/stable/${pname}/${version}/${pname}-${version}.tar.xz";
|
||||||
|
sha256 = "1hv3fq5k0pps1wdvq9r1zjnr0nxf8qc3vwsnzh9jpvdy79ddzrcd";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
kcoreaddons
|
||||||
|
kpeople
|
||||||
|
kcontacts
|
||||||
|
];
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
pkg-config
|
||||||
|
cmake
|
||||||
|
extra-cmake-modules
|
||||||
|
];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Pulseaudio bindings for Qt";
|
||||||
|
homepage = "KPeople VCard Support";
|
||||||
|
license = with licenses; [ lgpl2 ];
|
||||||
|
maintainers = with maintainers; [ doronbehar ];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -15066,6 +15066,8 @@ in
|
|||||||
|
|
||||||
kproperty = callPackage ../development/libraries/kproperty { };
|
kproperty = callPackage ../development/libraries/kproperty { };
|
||||||
|
|
||||||
|
kpeoplevcard = callPackage ../development/libraries/kpeoplevcard { };
|
||||||
|
|
||||||
kreport = callPackage ../development/libraries/kreport { };
|
kreport = callPackage ../development/libraries/kreport { };
|
||||||
|
|
||||||
libcommuni = callPackage ../development/libraries/libcommuni { };
|
libcommuni = callPackage ../development/libraries/libcommuni { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user