You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
442 B
23 lines
442 B
4 years ago
|
# Copyright 1999-2020 Gentoo Authors
|
||
5 years ago
|
# Copyright 2020 The Trinity Desktop Project
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
5 years ago
|
|
||
5 years ago
|
EAPI="7"
|
||
|
TRINITY_MODULE_NAME="tdebase"
|
||
|
|
||
|
inherit trinity-meta-2
|
||
|
|
||
|
DESCRIPTION="kicker applet for Trinity and X clipboard management"
|
||
|
KEYWORDS="~amd64 ~x86"
|
||
5 years ago
|
|
||
5 years ago
|
DEPEND="x11-libs/libXfixes"
|
||
5 years ago
|
RDEPEND="${DEPEND}"
|
||
5 years ago
|
|
||
|
src_configure() {
|
||
|
mycmakeargs=(
|
||
|
-DWITH_XFIXES=ON
|
||
|
)
|
||
|
|
||
|
trinity-meta-2_src_configure
|
||
|
}
|