From 7ece7f3d3bcd0184dd8dfd6653464da80184963c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 11 Jan 2024 01:05:34 +0000 Subject: gentoo auto-resync : 11:01:2024 - 01:05:34 --- app-i18n/fcitx-gtk/Manifest | 4 +-- app-i18n/fcitx-gtk/fcitx-gtk-5.1.0.ebuild | 60 ------------------------------- app-i18n/fcitx-gtk/fcitx-gtk-5.1.1.ebuild | 60 +++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 app-i18n/fcitx-gtk/fcitx-gtk-5.1.0.ebuild create mode 100644 app-i18n/fcitx-gtk/fcitx-gtk-5.1.1.ebuild (limited to 'app-i18n/fcitx-gtk') diff --git a/app-i18n/fcitx-gtk/Manifest b/app-i18n/fcitx-gtk/Manifest index a2682ead9a26..8429607ead93 100644 --- a/app-i18n/fcitx-gtk/Manifest +++ b/app-i18n/fcitx-gtk/Manifest @@ -1,3 +1,3 @@ -DIST fcitx-gtk-5.1.0.tar.xz 54128 BLAKE2B d6c4f6607067955b260a3a53b29bad210b6358151ae0542ff5d414e8fd75aebc51c9d616f845e4c47e28bd7f18874e0bfb62a8a288a7ae66d0bab9d2c54ba9d6 SHA512 6b042714a4facb253d0e5cce119239e923511b809681909b63a2c1d47ecfc403672522c24f9ac91c12ed3e0b61c5023ec9e340d51f6aefc3f61fa1a1fbe39dfc -EBUILD fcitx-gtk-5.1.0.ebuild 1455 BLAKE2B f3645267ed04ba7fc6caffe2928afed3645fb9c7518331d99aad5b099bc8eb6e3910f46aa98d4c4ee44e66bead24bef316f37eb3e2b176aed22a8dcc44d3fed1 SHA512 8599acadfa2867aafc535f75f412822348179cb2543162bd8616511747a7e3528b30688b2056dcbbda7ea52c350a903d9d039d5b6bae3a555621d97b1a09c2ce +DIST fcitx-gtk-5.1.1.tar.xz 53716 BLAKE2B 6231d3b0c2fd788f0f780aee41837b9d8fb21f730b271082d8517f6f0da7e0a0d5216fd6364998bfe535872cf334b63fb1b326167175657d2c5cb59bac4aae45 SHA512 14dc84661e33435df5157127b2a4a81adc399cdc833e1c32795783d60bf10fd301fb658fc48673cad87abccfe3bccbb7b4ee0d0da74460b7ef1d6529a554a3eb +EBUILD fcitx-gtk-5.1.1.ebuild 1455 BLAKE2B f3645267ed04ba7fc6caffe2928afed3645fb9c7518331d99aad5b099bc8eb6e3910f46aa98d4c4ee44e66bead24bef316f37eb3e2b176aed22a8dcc44d3fed1 SHA512 8599acadfa2867aafc535f75f412822348179cb2543162bd8616511747a7e3528b30688b2056dcbbda7ea52c350a903d9d039d5b6bae3a555621d97b1a09c2ce MISC metadata.xml 872 BLAKE2B 88c8dd56d42438578ce739932b66b9b04e7ee647ea859187387b6d58825973e1b147d60429632caf1af61afdcaba793071d7d0c8222128c5b54647b1b754b593 SHA512 0048fa62e7228efd07624db98aea00d5e809f3b553c7f1fdded8a7ed906afc6feb60004842da882f45dda844c00c58b85cec9f31fac646085e9469010bb352c2 diff --git a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.0.ebuild b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.0.ebuild deleted file mode 100644 index 815b4c7bb7f6..000000000000 --- a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 2023-2024 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 ~loong ~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/fcitx-gtk-5.1.1.ebuild b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.1.ebuild new file mode 100644 index 000000000000..815b4c7bb7f6 --- /dev/null +++ b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.1.ebuild @@ -0,0 +1,60 @@ +# Copyright 2023-2024 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 ~loong ~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 +} -- cgit v1.2.3