1 # Copyright 2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION="A Material Design-like skin for Fcitx"
7 HOMEPAGE="https://github.com/hrko99/fcitx-skin-material"
8 SRC_URI="https://github.com/hrko99/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
14 RDEPEND="app-i18n/fcitx"
17 insinto /usr/share/fcitx5/themes/material
22 elog "To use the theme, you'll need to create '~/.config/fcitx5/conf/classicui.conf'"
23 elog "with the following content: "
24 elog " Theme=material"
25 elog " # depends on your preference"
26 elog " Vertical Candidate List=True"
27 elog " Font=\"Sans Serif 12\""
28 elog "Restart fcitx5 to make the config take effect"