summaryrefslogtreecommitdiff
path: root/app-i18n/fcitx-table-other
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-25 13:34:50 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-25 13:34:50 +0000
commit479921825a5c44a5fbcd5441f00ee98e54db9bac (patch)
treea40800c43ce47a1158369633f7d432b2bd365743 /app-i18n/fcitx-table-other
parentfa5cba104ab90ce81be0cb7e9992447a10e76013 (diff)
gentoo auto-resync : 25:12:2023 - 13:34:50
Diffstat (limited to 'app-i18n/fcitx-table-other')
-rw-r--r--app-i18n/fcitx-table-other/Manifest3
-rw-r--r--app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild28
-rw-r--r--app-i18n/fcitx-table-other/metadata.xml19
3 files changed, 50 insertions, 0 deletions
diff --git a/app-i18n/fcitx-table-other/Manifest b/app-i18n/fcitx-table-other/Manifest
new file mode 100644
index 000000000000..6e48af6768e8
--- /dev/null
+++ b/app-i18n/fcitx-table-other/Manifest
@@ -0,0 +1,3 @@
+DIST fcitx-table-other-5.1.0.tar.xz 285864 BLAKE2B 22ccfe519d497fb12c929404632b4e683e0471f8e5183492e9e1607b7a09042c30fc4515d323c0a0d33bfa683ed93b59af988622bc83148fc89e825605626612 SHA512 91b1b38edad9eef862f0bd72423cd2caf343688563190b8b67a24d468d6a1b367847c5e87cc3f440ab5a41a03575721206f86a75b7568b3453e975d4457bf03b
+EBUILD fcitx-table-other-5.1.0.ebuild 610 BLAKE2B b75caccda54804ca7d9e24e28eb593a0540a2fac9f3f0eaf3b0cbc27049ff139a22b1914bc7243cab131eecafda284dea6ccb766fa21389ce5d8a1628bdbce38 SHA512 43fce805577b3e5e2deb4e8aaf5726f0ca3a6ab08f2834de5e84e405e1394a716930b9156de93c32063368c2c58064ef9444322600dc552b4324ad6e781c6bdd
+MISC metadata.xml 583 BLAKE2B 9e27f3a3ffa0da1affef2ccabd3535f69a10a13b1a79f1eec74005ae1b97b8b3b89be1a90117ff00b7d6e903acc6a6e8b1d1c10f5fc1b7e7274edf6bd40d80e0 SHA512 2705b85869a5827543d897de9861ce7630ffe67d6e9d51e2b571924aa39d05efe3f8b4296fe80fcbe427783bec673427c0e96ad87bb8535ecdbc7f1f8b100bfe
diff --git a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild
new file mode 100644
index 000000000000..10200ecb1ff2
--- /dev/null
+++ b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=fcitx5-table-other
+
+inherit cmake xdg
+
+DESCRIPTION="Provides some other tables for Fcitx, fork from ibus-table-others, scim-tables"
+HOMEPAGE="https://github.com/fcitx/fcitx5-table-other"
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz -> ${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ app-i18n/fcitx:5
+ app-i18n/libime
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ kde-frameworks/extra-cmake-modules:0
+ virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
diff --git a/app-i18n/fcitx-table-other/metadata.xml b/app-i18n/fcitx-table-other/metadata.xml
new file mode 100644
index 000000000000..f31494e90ff6
--- /dev/null
+++ b/app-i18n/fcitx-table-other/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>tanekliang@gmail.com</email>
+ <name>Yongxiang Liang</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">fcitx/fcitx5-table-other</remote-id>
+ </upstream>
+</pkgmetadata>