remove ia64 keywords
[gentoo-zh.git] / app-i18n / fcitx-skin-material / fcitx-skin-material-0.5.ebuild
blobf99b1d987d60cfbe165142319d87d1486ec665e1
1 # Copyright 2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
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"
10 S="${WORKDIR}/${P}"
11 LICENSE="Apache-2.0"
12 SLOT="0"
13 KEYWORDS="~amd64"
14 RDEPEND="app-i18n/fcitx"
16 src_install() {
17 insinto /usr/share/fcitx5/themes/material
18 doins material/*
21 pkg_postinst() {
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"