From 11f3f1fbe844805e201a9a841114c33b25058039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 26 Mar 2021 18:39:14 +0700 Subject: [PATCH] New package: fcitx5-hangul-5.0.3 --- srcpkgs/fcitx5-hangul-icons | 1 + srcpkgs/fcitx5-hangul/template | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 120000 srcpkgs/fcitx5-hangul-icons create mode 100644 srcpkgs/fcitx5-hangul/template diff --git a/srcpkgs/fcitx5-hangul-icons b/srcpkgs/fcitx5-hangul-icons new file mode 120000 index 00000000000..aeca5d0f662 --- /dev/null +++ b/srcpkgs/fcitx5-hangul-icons @@ -0,0 +1 @@ +fcitx5-hangul \ No newline at end of file diff --git a/srcpkgs/fcitx5-hangul/template b/srcpkgs/fcitx5-hangul/template new file mode 100644 index 00000000000..0e8116ae535 --- /dev/null +++ b/srcpkgs/fcitx5-hangul/template @@ -0,0 +1,23 @@ +# Template file for 'fcitx5-hangul' +pkgname=fcitx5-hangul +version=5.0.3 +revision=1 +build_style=cmake +hostmakedepends="pkg-config gettext extra-cmake-modules" +makedepends="libhangul-devel libfcitx5-devel" +depends="fcitx5-hangul-icons" +short_desc="Fcitx5 - Hangul support" +maintainer="Đoàn Trần Công Danh " +license="GPL-3.0-or-later" +homepage="https://fcitx-im.org/wiki/Fcitx" +distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-hangul/fcitx5-hangul-${version}.tar.xz" +checksum=e02d3d59e22a60e65099eaa0e5e394481a770a401c83b9979f754678c100f1e6 +lib32disabled=yes + +fcitx5-hangul-icons_package() { + short_desc+=" - icons" + conflicts="fcitx-hangul<=0.3.1_1" + pkg_install() { + vmove usr/share/icons + } +}