kf5gpgmepp: init at 16.08.3

This commit is contained in:
Emery Hemingway 2019-09-02 12:36:09 +02:00
parent dcbcabc4d2
commit 94afe19f93
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{ mkDerivation, lib, fetchgit, cmake, extra-cmake-modules, qtbase, boost, gpgme }:
mkDerivation {
pname = "kf5gpgmepp";
version = "16.08.3";
src = fetchgit {
url = "https://anongit.kde.org/gpgmepp.git";
rev = "9826f6674e496ce575f606d17c318566381b3b15";
sha256 = "02ck2l3s8s7xh44blqaqnc5k49ccicdnzvhiwa67a3zgicz5i0vh";
};
buildInputs = [ extra-cmake-modules qtbase boost ];
propagatedBuildInputs = [ gpgme ];
nativeBuildInputs = [ cmake ];
meta = with lib; {
license = [ licenses.lgpl2 ];
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
};
}

View File

@ -11637,6 +11637,8 @@ in
automake = automake111x;
};
kf5gpgmepp = libsForQt5.callPackage ../development/libraries/kf5gpgmepp { };
kinetic-cpp-client = callPackage ../development/libraries/kinetic-cpp-client {
openssl = openssl_1_0_2;
};