Skip to content

Commit

Permalink
fcitx5-pinyin-moegirl-rime: rename
Browse files Browse the repository at this point in the history
close #4113
  • Loading branch information
imlonghao committed Dec 13, 2024
1 parent cdcf067 commit de3a19e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions archlinuxcn/fcitx5-pinyin-moegirl/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# Maintainer: Hao Long <[email protected]>

pkgbase=fcitx5-pinyin-moegirl
pkgname=('fcitx5-pinyin-moegirl' 'fcitx5-pinyin-moegirl-rime')
pkgname=('fcitx5-pinyin-moegirl' 'rime-pinyin-moegirl')
pkgver=20241211
pkgrel=1
pkgdesc="Fcitx 5 Pinyin Dictionary from zh.moegirl.org.cn"
arch=('any')
url="https://github.com/outloudvi/mw2fcitx"
license=('CC-BY-SA-3.0')
source=("${url}/releases/download/${pkgver}/moegirl.dict"
"${url}/releases/download/${pkgver}/moegirl.dict.yaml")
"${url}/releases/download/${pkgver}/moegirl.dict.yaml")
sha256sums=('c89610ff31c51f67538e464c1f868cd54e910cd1a58e097c881dc4ab953063d4'
'9806b6b1e22a07312023032891f53797203f1b0c03541be35dac778b697eaa6f')

package_fcitx5-pinyin-moegirl() {
install -Dm644 moegirl.dict -t ${pkgdir}/usr/share/fcitx5/pinyin/dictionaries/
}

package_fcitx5-pinyin-moegirl-rime() {
package_rime-pinyin-moegirl() {
replaces=('fcitx5-pinyin-moegirl-rime')
install -Dm644 moegirl.dict.yaml -t ${pkgdir}/usr/share/rime-data/
}
2 changes: 1 addition & 1 deletion archlinuxcn/fcitx5-pinyin-moegirl/package.list
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fcitx5-pinyin-moegirl
fcitx5-pinyin-moegirl-rime
rime-pinyin-moegirl

0 comments on commit de3a19e

Please sign in to comment.