forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skrooge-1.10.0.ebuild
46 lines (38 loc) · 1005 Bytes
/
skrooge-1.10.0.ebuild
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia
it ja ko lt mr ms nb nds nl pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW"
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="personal finances manager for KDE4, aiming at being simple and intuitive"
HOMEPAGE="http://www.skrooge.org/"
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="amd64 x86"
IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
app-crypt/qca:2[qt4(+)]
dev-db/sqlite:3
dev-libs/grantlee:0
>=dev-libs/libofx-0.9.1
dev-libs/qjson
dev-qt/qtsql:4[sqlite]
"
RDEPEND="${DEPEND}
$(add_kdeapps_dep kde-dev-scripts)
"
# upstream does not ship tests in releases
if [[ ${KDE_BUILD_TYPE} != live ]]; then
RESTRICT="test"
fi
DOCS=( AUTHORS CHANGELOG README TODO )
src_test() {
local mycmakeargs=(
-DSKG_BUILD_TEST=ON
)
kde4-base_src_test
}