app-i18n/fcitx-unikey: drop 0.2.7, 4.9999

Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Yongxiang Liang
2024-12-09 22:08:34 +08:00
committed by Andreas Sturmlechner
parent 4129d1b4ac
commit 10be53d2c6
4 changed files with 0 additions and 119 deletions

View File

@@ -1,2 +1 @@
DIST fcitx-unikey-0.2.7.tar.xz 75204 BLAKE2B a0d70747a560b2493a3b7f7e06ff35f7e465bb4c4c8d22cb4db02f70a6298c49780fd0045874faeba1f20ad188a01a81fefc67a4f6ac9d6946d959f731a376a4 SHA512 1bb78e4f27f0cda1e3aa5a633be45e0a26d121d5b472b1325b0c028ff65ca156d23e7ffee0367badeac1dd21ba1743ee8a2c9c27c629ae0996e84e0062b67ad2
DIST fcitx5-unikey-5.1.4.tar.zst 114482 BLAKE2B daa7cb04f2047e7495f4699c4b7abe711b96553f8339b6ed41f84e934239e935ba55110076fd177fe14a8a5f01b65090fb2bf517acef9d085af018879b10b75a SHA512 d8918222c37609c078bdf6d73a5acaa5ebaf23b4b49d253850c737ac659cee94956ee8782b3ac2ea6eaa5cfdb8fccec6a62e86d6b0a1b4f5b03c4a6e395ca3f0

View File

@@ -1,57 +0,0 @@
# Copyright 2013-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit cmake xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/fcitx/fcitx-unikey"
fi
DESCRIPTION="Vietnamese Unikey input methods for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-unikey"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
fi
LICENSE="GPL-2+ GPL-3+ LGPL-2+"
SLOT="4"
KEYWORDS="amd64 ppc ppc64 ~riscv x86"
IUSE="+macro-editor"
BDEPEND=">=app-i18n/fcitx-4.2.9:4
sys-devel/gettext
virtual/pkgconfig
macro-editor? ( >=dev-qt/qtwidgets-5.7:5 )"
DEPEND=">=app-i18n/fcitx-4.2.9:4
virtual/libintl
macro-editor? (
>=app-i18n/fcitx-qt5-1.1:4
>=dev-qt/qtcore-5.7:5
>=dev-qt/qtgui-5.7:5
>=dev-qt/qtwidgets-5.7:5
)"
RDEPEND="${DEPEND}"
DOCS=()
src_configure() {
local mycmakeargs=(
-DENABLE_QT=$(usex macro-editor)
)
cmake_src_configure
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}

View File

@@ -1,57 +0,0 @@
# Copyright 2013-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit cmake xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/fcitx/fcitx-unikey"
fi
DESCRIPTION="Vietnamese Unikey input methods for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-unikey"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
fi
LICENSE="GPL-2+ GPL-3+ LGPL-2+"
SLOT="4"
KEYWORDS=""
IUSE="+macro-editor"
BDEPEND=">=app-i18n/fcitx-4.2.9:4
sys-devel/gettext
virtual/pkgconfig
macro-editor? ( >=dev-qt/qtwidgets-5.7:5 )"
DEPEND=">=app-i18n/fcitx-4.2.9:4
virtual/libintl
macro-editor? (
>=app-i18n/fcitx-qt5-1.1:4
>=dev-qt/qtcore-5.7:5
>=dev-qt/qtgui-5.7:5
>=dev-qt/qtwidgets-5.7:5
)"
RDEPEND="${DEPEND}"
DOCS=()
src_configure() {
local mycmakeargs=(
-DENABLE_QT=$(usex macro-editor)
)
cmake_src_configure
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}

View File

@@ -13,11 +13,7 @@
<email>cjk@gentoo.org</email>
<name>Cjk</name>
</maintainer>
<use>
<flag name="macro-editor">Install macro editor</flag>
</use>
<upstream>
<remote-id type="github">fcitx/fcitx-unikey</remote-id>
<remote-id type="github">fcitx/fcitx5-unikey</remote-id>
</upstream>
</pkgmetadata>