Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thallium committed Aug 22, 2020
1 parent 80a5d1f commit 74527db
Show file tree
Hide file tree
Showing 4 changed files with 59,868 additions and 0 deletions.
19 changes: 19 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Maintainer: thallium <[email protected]>

pkgname=fcitx5-flypy
pkgver=0.0.1
pkgrel=1
pkgdesc='XiaoHeYinXing table for fcitx, also known as flypy or xhup.'
arch=('any')
license=('GPL')
depends=('fcitx5' 'fcitx5-chinese-addons')
url='http://www.flypy.com'
source=("git://github.com/thallium/fcitx5-flypy.git")
md5sums=('SKIP')

package() {
cd $pkgname
install -Dm644 flypy.conf "$pkgdir/usr/share/fcitx5/inputmethod"
install -Dm644 flypy.dict "$pkgdir/usr/share/libime"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
34 changes: 34 additions & 0 deletions flypy.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[InputMethod]
Name[da]=flypy
Name[de]=flypy
Name[ko]=flypy
Name[zh_CN]=小鹤音形
Name=flypy
Icon=fcitx-shuangpin
Label=鹤
LangCode=zh_CN
Addon=table
Configurable=True

[Table]
File=/usr/share/libime/flypy.dict
AutoSelect=True
AutoSelectLength=-1
NoMatchAutoSelectLength=0
Hint=False
OrderPolicy=Freq
UseFullWidth=True
QuickPhraseKey=semicolon
PinyinKey=[
MatchingKey=`
AutoPhraseLength=4
SaveAutoPhraseAfter=-1
UseContextRelatedOrder=False

[Table/PrevPage]
0=Up
1=minus

[Table/NextPage]
0=Down
1=equal
Binary file added flypy.dict
Binary file not shown.
Loading

0 comments on commit 74527db

Please sign in to comment.