commit:     b72b8e522391328c71ec9fb88c4ba3e6e85ea34a
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Thu Nov 30 15:36:06 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 13:33:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72b8e52

app-i18n/fcitx-gtk: new package, add 5.1.0

After fcitx5, the gtk frontend for fcitx was split into separate package

Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-i18n/fcitx-gtk/Manifest               |  1 +
 app-i18n/fcitx-gtk/fcitx-gtk-5.1.0.ebuild | 60 +++++++++++++++++++++++++++++++
 app-i18n/fcitx-gtk/metadata.xml           | 26 ++++++++++++++
 3 files changed, 87 insertions(+)

diff --git a/app-i18n/fcitx-gtk/Manifest b/app-i18n/fcitx-gtk/Manifest
new file mode 100644
index 000000000000..31583eb9c645
--- /dev/null
+++ b/app-i18n/fcitx-gtk/Manifest
@@ -0,0 +1 @@
+DIST fcitx-gtk-5.1.0.tar.xz 54128 BLAKE2B 
d6c4f6607067955b260a3a53b29bad210b6358151ae0542ff5d414e8fd75aebc51c9d616f845e4c47e28bd7f18874e0bfb62a8a288a7ae66d0bab9d2c54ba9d6
 SHA512 
6b042714a4facb253d0e5cce119239e923511b809681909b63a2c1d47ecfc403672522c24f9ac91c12ed3e0b61c5023ec9e340d51f6aefc3f61fa1a1fbe39dfc

diff --git a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.0.ebuild 
b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.0.ebuild
new file mode 100644
index 000000000000..1ff0c65b1539
--- /dev/null
+++ b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5-gtk"
+
+inherit cmake gnome2-utils xdg
+
+DESCRIPTION="Gtk im module for fcitx5 and glib based dbus client library"
+HOMEPAGE="https://github.com/fcitx/fcitx5-gtk";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk2 +gtk3 +gtk4 +introspection +snooper onlyplugin wayland +X"
+REQUIRED_USE="|| ( gtk2 gtk3 gtk4 )"
+
+RDEPEND="
+       app-i18n/fcitx:5
+       >=dev-libs/glib-2.56
+       x11-libs/libxkbcommon
+       gtk2? ( x11-libs/gtk+:2 )
+       gtk3? ( x11-libs/gtk+:3[wayland?,X?] )
+       gtk4? ( gui-libs/gtk:4[wayland?,X?] )
+       introspection? ( dev-libs/gobject-introspection )
+       X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       virtual/pkgconfig
+       kde-frameworks/extra-cmake-modules:0
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_configure() {
+       local mycmakeargs=(
+               -DENABLE_GTK2_IM_MODULE=$(usex gtk2)
+               -DENABLE_GTK3_IM_MODULE=$(usex gtk3)
+               -DENABLE_GTK4_IM_MODULE=$(usex gtk4)
+               -DENABLE_SNOOPER=$(usex snooper)
+               -DENABLE_GIR=$(usex introspection)
+               -DBUILD_ONLY_PLUGIN=$(usex onlyplugin)
+       )
+       cmake_src_configure
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       use gtk2 && gnome2_query_immodules_gtk2
+       use gtk3 && gnome2_query_immodules_gtk3
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       use gtk2 && gnome2_query_immodules_gtk2
+       use gtk3 && gnome2_query_immodules_gtk3
+}

diff --git a/app-i18n/fcitx-gtk/metadata.xml b/app-i18n/fcitx-gtk/metadata.xml
new file mode 100644
index 000000000000..f92aad4b3725
--- /dev/null
+++ b/app-i18n/fcitx-gtk/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person" proxied="yes">
+               <email>[email protected]</email>
+               <name>Yongxiang Liang</name>
+       </maintainer>
+       <maintainer type="project" proxied="proxy">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Cjk</name>
+       </maintainer>
+       <use>
+               <flag name="gtk2">Install input method module for GTK+ 2</flag>
+               <flag name="gtk3">Enable support for GTK+3</flag>
+               <flag name="gtk4">Enable support for GTK 4</flag>
+               <flag name="onlyplugin">Build only plugin</flag>
+               <flag name="snooper">Enable key snooper for gtk app</flag>
+       </use>
+       <upstream>
+               <remote-id type="github">fcitx/fcitx5-gtk</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to