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.
30 lines
564 B
30 lines
564 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
|
||
|
|
||
|
EAPI="7"
|
||
4 years ago
|
|
||
5 years ago
|
TRINITY_MODULE_TYPE="applications"
|
||
|
|
||
|
TRINITY_EXTRAGEAR_PACKAGING="yes"
|
||
|
TRINITY_HANDBOOK="never"
|
||
|
|
||
|
TRINITY_LANGS="de"
|
||
|
inherit trinity-base-2
|
||
|
|
||
|
DESCRIPTION="Progress dialog for safely removing devices"
|
||
4 years ago
|
HOMEPAGE="https://trinitydesktop.org/"
|
||
5 years ago
|
|
||
|
need-trinity
|
||
|
|
||
4 years ago
|
LICENSE="|| ( GPL-2 GPL-3 )"
|
||
5 years ago
|
SLOT="${TRINITY_VER}"
|
||
|
|
||
|
src_configure() {
|
||
4 years ago
|
local mycmakeargs=(
|
||
5 years ago
|
-DBUILD_TRANSLATIONS=ON
|
||
|
)
|
||
|
|
||
|
trinity-base-2_src_configure
|
||
|
}
|