forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/kwalletmanager: Resurrect 15.04.3 for USE=minimal and fixes
- Loading branch information
1 parent
642cec3
commit 03fa0c4
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST kwalletmanager-15.04.3.tar.xz 457256 SHA256 34c20801d17bb0e16111556539e90776cc33dbed8a53dc814c82ffabe526acc0 SHA512 6763afb19488b211699dc2b35f89ff4d24a8c2dc3d0e505722424fb3c821f9e6d232c9bfc8e406730563d93da432d21b4ad7f488d448d840017bf04e08b9f28b WHIRLPOOL d8a094ff8bf27026aeb448eeb5e93b6356ed0c605c81c4368755bd5a19bab03ea1cc2c7b6d5fe6564d4eecd7240b6190a41ed7c2455268ac9cbf995d5068a4ee | ||
DIST kwalletmanager-4.14.3.tar.xz 456176 SHA256 4bc96efafd4caacac7a7a9e38dea0fcd40ce054042917de8b1ffb6c6aed26cf0 SHA512 1f77dfaa66e386ed665c46361d5d99748c03f004b8282b62e02eb5fede15773d6a953b88ea94dfd529dc70a415a32384c26670876f6b6fa6e2ece2adb0594ecf WHIRLPOOL a872ba337638cc6802d29befae67615badc267d04e8a23958bb7a2cea61a78c0aff7bb149efdec266b66dffc911b506aba12dd6e3fd54ae5509f072f17060595 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_HANDBOOK="optional" | ||
inherit kde4-base | ||
|
||
DESCRIPTION="KDE Wallet Management Tool" | ||
HOMEAGE="https://www.kde.org/applications/system/kwalletmanager | ||
https://utils.kde.org/projects/kwalletmanager" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="debug minimal" | ||
|
||
src_install() { | ||
kde4-base_src_install | ||
|
||
if use minimal ; then | ||
rm -r "${D}"/usr/share/icons | ||
fi | ||
} |