summaryrefslogtreecommitdiff
path: root/kde-misc/plasma-foreground-booster-dmemcg/plasma-foreground-booster-dmemcg-0.1.ebuild
blob: 35cf8b1802cae26ae77c9abad5c8ece2677e2ecb (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
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

KFMIN="6.0.0"
inherit ecm

DESCRIPTION="KDE helper to boost foreground apps using dmem cgroup limits"
HOMEPAGE="https://github.com/pixelcluster/kcgroups"
MY_TAG="dmemcg-experimental"
SRC_URI="https://github.com/pixelcluster/kcgroups/archive/refs/tags/booster-${MY_TAG}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/kcgroups-booster-${MY_TAG}"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	dev-qt/qtbase:6
	kde-frameworks/kconfig:6
	kde-frameworks/kdbusaddons:6
	kde-frameworks/kwindowsystem:6
	kde-misc/kcgroups-dmemcg
	kde-plasma/plasma-workspace:6
"
RDEPEND="${DEPEND}"