Skip to content

Commit

Permalink
app-crypt/kencfs-plasma: fix build when kdelibs is not installed
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/635056
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
kensington committed Oct 22, 2017
1 parent 758c090 commit 6332b28
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Fix build when kdelibs is not installed.

--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -52,7 +52,7 @@

QStandardItemModel *model;

-#include <KDE/KWallet/Wallet>
+#include <KWallet>
using KWallet::Wallet;
Wallet *m_wallet;
QString WalletFolder="Kencfs-Plasma";
2 changes: 2 additions & 0 deletions app-crypt/kencfs-plasma/kencfs-plasma-2.0.1_alpha.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ RDEPEND="${DEPEND}

S=${WORKDIR}/${MY_P}

PATCHES=( "${FILESDIR}/${P}-include.patch" )

src_prepare() {
default

Expand Down

0 comments on commit 6332b28

Please sign in to comment.