diff --git a/srcpkgs/emacs-mozc b/srcpkgs/emacs-mozc new file mode 120000 index 00000000000..6874ca426b5 --- /dev/null +++ b/srcpkgs/emacs-mozc @@ -0,0 +1 @@ +mozc \ No newline at end of file diff --git a/srcpkgs/fcitx-mozc b/srcpkgs/fcitx-mozc new file mode 120000 index 00000000000..6874ca426b5 --- /dev/null +++ b/srcpkgs/fcitx-mozc @@ -0,0 +1 @@ +mozc \ No newline at end of file diff --git a/srcpkgs/ibus-mozc b/srcpkgs/ibus-mozc new file mode 120000 index 00000000000..6874ca426b5 --- /dev/null +++ b/srcpkgs/ibus-mozc @@ -0,0 +1 @@ +mozc \ No newline at end of file diff --git a/srcpkgs/mozc/template b/srcpkgs/mozc/template index af5f8c4b34b..4f811163937 100644 --- a/srcpkgs/mozc/template +++ b/srcpkgs/mozc/template @@ -2,8 +2,23 @@ pkgname=mozc version=2.23.2815.102 revision=2 -noarch=yes +archs=noarch build_style=meta short_desc="Japanese IME (Open Source version of Google Japanese Input) (removed package)" license="metapackage" homepage="https://github.com/google/mozc" + +emacs-mozc_package() { + build_style=meta + archs=noarch +} + +fcitx-mozc_package() { + build_style=meta + archs=noarch +} + +ibus-mozc_package() { + build_style=meta + archs=noarch +}