blob: 77d6b91abc13583f34123cca288d5198b13a4c42 (
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
32
33
|
# 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
"${FILES}"/add_path_argument.patch
"${FILES}"/use_splitter.patch
)
|