blob: 6c265262b53d42829c686ed616d514788438fe47 (
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 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
ECM_TEST="forceoptional"
inherit ecm kde.org
DESCRIPTION="KIO Slave and daemon to stash discontinuous file selections"
HOMEPAGE="https://arnavdhamija.com/2017/07/04/kio-stash-shipped/ https://cgit.kde.org/kio-stash.git"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS=""
IUSE=""
RESTRICT+=" test"
DEPEND="
dev-qt/qtdbus:5
kde-frameworks/kconfig:5
kde-frameworks/kcoreaddons:5
kde-frameworks/kdbusaddons:5
kde-frameworks/ki18n:5
kde-frameworks/kio:5
"
RDEPEND="${DEPEND}"
|