blob: 45d1e44f49daed23b8f5f7b5ae6ada1f30566a41 (
plain)
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
|
# Distributed under the terms of the GNU General Public License v2
# Copyright 2020 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
SCM_REPOSITORY="https://gitlab.com/aerusso/kcollectd.git"
require scm-git
require cmake [ api=2 ]
SUMMARY="kcollectd is a graphical front-end to collectd."
LICENCES="GPL-3"
SLOT="0"
DEPENDENCIES="
build+run:
dev-libs/boost
kde-frameworks/kconfig
kde-frameworks/kdoctools
kde-frameworks/kguiaddons
kde-frameworks/ki18n
kde-frameworks/kxmlgui
kde-frameworks/kiconthemes
kde-frameworks/kwidgetsaddons
kde-frameworks/kio
x11-libs/qtbase[gui]
run:
net-analyzer/rrdtool
"
DEFAULT_SRC_PREPARE_PATCHES=(
"${FILES}"/gcc9-build-fix.patch
)
|