From d1f0b61f3bf3496ac013d67bc39fa40a68a92478 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 10 Feb 2018 19:09:27 +0100 Subject: Update the deps for the next release Notably: - qt5 was updated to 5.9.4 and a patch was applied which is essential for the Plasma desktop's correct drag & drop behavior. - cryptopp and cryfs were added to give the Plasma Vault a storage backend. --- deps/cryptopp/cryptopp.pc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 deps/cryptopp/cryptopp.pc (limited to 'deps/cryptopp/cryptopp.pc') diff --git a/deps/cryptopp/cryptopp.pc b/deps/cryptopp/cryptopp.pc new file mode 100644 index 0000000..c6bc476 --- /dev/null +++ b/deps/cryptopp/cryptopp.pc @@ -0,0 +1,15 @@ +prefix/usr +exec_prefix=/usr +libdir=/usr/lib@LIBDIRSUFFIX@ +includedir=${prefix}/include/cryptopp + +Name: Crypto++ +Description: A free C++ class library of cryptographic schemes +Version: @VERSION@ +URL: http://www.cryptopp.com +Requires: +Conflicts: +Libs: -L${libdir} -lcryptopp +Libs.private: +Cflags: -I${includedir} + -- cgit v1.2.3