app-arch/libzim: add 9.2.3, drop 9.2.1
[gentoo-zh.git] / x11-themes / fcitx-breeze / fcitx-breeze-2.0.0-r2.ebuild
bloba7d957614be2cef35182c0eb0cf9f9fb29ade7fb
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"
20 S="${WORKDIR}/fcitx5-breeze-$PV"
22 src_compile() {
23 ./build.sh
26 src_install() {
27 ./install.sh "${D}/usr"