app-crypt/etoken-sac: fix eutils EAPI 7
[gentoo-zh.git] / x11-themes / fcitx-breeze / fcitx-breeze-2.0.0-r2.ebuild
blobae19f1106827e98264c3fde7806dffbab21a64dd
1 # Copyright 2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DESCRIPTION="Fcitx5 theme to match KDE's Breeze style."
7 HOMEPAGE="https://github.com/scratch-er/fcitx5-breeze"
9 SRC_URI="https://github.com/scratch-er/fcitx5-breeze/archive/refs/tags/v${PV}.tar.gz -> fcitx5-breeze-${PV}.tar.gz"
11 LICENSE="GPL-3"
12 SLOT="5"
13 KEYWORDS="~amd64 ~x86"
15 DEPEND="
16         media-gfx/inkscape"
17 RDEPEND="
18         app-i18n/fcitx:5"
19 BDEPEND=""
21 S="${WORKDIR}/fcitx5-breeze-$PV"
23 src_compile() {
24         ./build.sh
27 src_install() {
28         ./install.sh "${D}/usr"