-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-i18n/fcitx-skin-material: new package, add 0.5
- Loading branch information
Showing
4 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST fcitx-skin-material-0.5.tar.gz 170062 BLAKE2B c62c724f359513fa7bf9f3f58fa4b3aa794828907082ae4d39635ac996a6c5e1a07568ae6c8aa191cfeba7055c9271fbf9698337fcc7894bc7519555a72609f4 SHA512 25a221d33eaab06633e2d38da823497bd60dcc097ebcc7c5c33d3f9c99a851d7c42ab63a68ae057a1f9fb1368a167756b0c1c56efa2e115e52f9a39f10d2369d |
29 changes: 29 additions & 0 deletions
29
app-i18n/fcitx-skin-material/fcitx-skin-material-0.5.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Copyright 2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DESCRIPTION="A Material Design-like skin for Fcitx" | ||
HOMEPAGE="https://github.com/hrko99/fcitx-skin-material" | ||
SRC_URI="https://github.com/hrko99/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
S="${WORKDIR}/${P}" | ||
LICENSE="Apache-2.0" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
RDEPEND="app-i18n/fcitx" | ||
|
||
src_install() { | ||
insinto /usr/share/fcitx5/themes/material | ||
doins material/* | ||
} | ||
|
||
pkg_postinst() { | ||
elog "To use the theme, you'll need to create '~/.config/fcitx5/conf/classicui.conf'" | ||
elog "with the following content: " | ||
elog " Theme=material" | ||
elog " # depends on your preference" | ||
elog " Vertical Candidate List=True" | ||
elog " Font=\"Sans Serif 12\"" | ||
elog "Restart fcitx5 to make the config take effect" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>leon.errelin@outlook.com</email> | ||
<name>Noel Errelin</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="github">hrko/fcitx-skin-material</remote-id> | ||
</upstream> | ||
</pkgmetadata> |