diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-12-21 06:30:52 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-12-21 06:30:52 +0000 |
commit | d2bcdab82e5f5f38a8ab54026e8aa94edb1b77a6 (patch) | |
tree | 0d75edaef0b7c0db490d25119f6b17b386d41c58 /app-i18n/kcm-fcitx | |
parent | 9097a9c06c0b1e11c7f6579f03e3f32948be3f24 (diff) |
gentoo auto-resync : 21:12:2024 - 06:30:51
Diffstat (limited to 'app-i18n/kcm-fcitx')
-rw-r--r-- | app-i18n/kcm-fcitx/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/kcm-fcitx/kcm-fcitx-0.5.6.ebuild | 58 | ||||
-rw-r--r-- | app-i18n/kcm-fcitx/kcm-fcitx-4.5.9999.ebuild | 58 | ||||
-rw-r--r-- | app-i18n/kcm-fcitx/metadata.xml | 11 |
4 files changed, 0 insertions, 131 deletions
diff --git a/app-i18n/kcm-fcitx/Manifest b/app-i18n/kcm-fcitx/Manifest deleted file mode 100644 index 054e1c9009f5..000000000000 --- a/app-i18n/kcm-fcitx/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST kcm-fcitx-0.5.6.tar.xz 63556 BLAKE2B 8518c454f15e5faeaab136c08eef9a7474537414485815e67ee26fcff815f6506769ec047158450a7a0f1843ac31616d34317e9de7bec8ee62fc81541134625a SHA512 a3d378ecd9ea9fa5bcc42c75e5b0b0ac2ba6c94fda93b7213d821546bb83b5904c75c2fc9482cd7b47fbf5ad81a0641b7ec345aa2e630c8795bf8d5b89f9cd3b -EBUILD kcm-fcitx-0.5.6.ebuild 1242 BLAKE2B a1b69360d9854dabb60b6d8ccfc1a34f52df5302cb644b8c8140ca2a0a434f35849d1cd2d8d9976d25f3a62b97109610f8025e76e899ff1d0d465b4b81bffe87 SHA512 c559e1ba78da268563099a80bf55f382faac3eef862f16137450db95abcfd69716cf4b18ad5e25241f6c42d13ac24ad9d3b0d301a1afac5c1389edced88493cc -EBUILD kcm-fcitx-4.5.9999.ebuild 1226 BLAKE2B 9548811c92b7e4dc470a0b881cf4e5bf2a9bc0df59b8da6432a3b4aa2623638fc7a6cb5c8d77cd53f71365bfdaf15954c5c4eb624649cd61bff8ef763952e6d8 SHA512 3511ef3ebf63ebdc96dab93eff18224bd447ec72380b9bc53fba2337c488fb055b4c97b3efb0110001b2c66f627d313e82fb4d3d59845e2ffbf2dad787b849a4 -MISC metadata.xml 315 BLAKE2B 92188bfb1f423be73167a704d211bb760dab698742027b4c91b36e5aae9a94f3d929590d7b4035da91ecf04385ef2e54b1a9a0bb02ff3524756ebd1bdc0db793 SHA512 ae726c6ab7dcf87db8f2fe3e2706b01268bcf2b052bf5e3460fddb519e2a16637848f60b9fd6ef803f2b3f8df26b1f41712a9674769b0f335283b7bc4a096e12 diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.5.6.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-0.5.6.ebuild deleted file mode 100644 index af40cf4a01d7..000000000000 --- a/app-i18n/kcm-fcitx/kcm-fcitx-0.5.6.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 2013-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit cmake - -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/fcitx/kcm-fcitx" -fi - -DESCRIPTION="KDE configuration module for Fcitx" -HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/kcm-fcitx" -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - SRC_URI="" -else - SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" -fi - -LICENSE="GPL-2+" -SLOT="4-plasma5" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -BDEPEND=">=app-i18n/fcitx-4.2.9:4 - dev-qt/qtcore:5 - dev-qt/qtwidgets:5 - kde-frameworks/extra-cmake-modules:0 - sys-devel/gettext - virtual/pkgconfig" -DEPEND=">=app-i18n/fcitx-4.2.9:4 - >=app-i18n/fcitx-qt5-1.1:4 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - kde-frameworks/kconfigwidgets:5 - kde-frameworks/kcoreaddons:5 - kde-frameworks/ki18n:5 - kde-frameworks/kio:5 - kde-frameworks/kitemviews:5 - kde-frameworks/kwidgetsaddons:5 - virtual/libintl - x11-libs/libX11 - x11-libs/libxkbfile" -RDEPEND="${DEPEND} - !${CATEGORY}/${PN}:4-plasma4[-minimal(-)]" - -src_configure() { - local mycmakeargs=( - -DKDE_INSTALL_USE_QT_SYS_PATHS=yes - ) - - cmake_src_configure -} diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-4.5.9999.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-4.5.9999.ebuild deleted file mode 100644 index baa3c247daf3..000000000000 --- a/app-i18n/kcm-fcitx/kcm-fcitx-4.5.9999.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 2013-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit cmake - -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/fcitx/kcm-fcitx" -fi - -DESCRIPTION="KDE configuration module for Fcitx" -HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/kcm-fcitx" -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - SRC_URI="" -else - SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" -fi - -LICENSE="GPL-2+" -SLOT="4-plasma5" -KEYWORDS="" -IUSE="" - -BDEPEND=">=app-i18n/fcitx-4.2.9:4 - dev-qt/qtcore:5 - dev-qt/qtwidgets:5 - kde-frameworks/extra-cmake-modules:0 - sys-devel/gettext - virtual/pkgconfig" -DEPEND=">=app-i18n/fcitx-4.2.9:4 - >=app-i18n/fcitx-qt5-1.1:4 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - kde-frameworks/kconfigwidgets:5 - kde-frameworks/kcoreaddons:5 - kde-frameworks/ki18n:5 - kde-frameworks/kio:5 - kde-frameworks/kitemviews:5 - kde-frameworks/kwidgetsaddons:5 - virtual/libintl - x11-libs/libX11 - x11-libs/libxkbfile" -RDEPEND="${DEPEND} - !${CATEGORY}/${PN}:4-plasma4[-minimal(-)]" - -src_configure() { - local mycmakeargs=( - -DKDE_INSTALL_USE_QT_SYS_PATHS=yes - ) - - cmake_src_configure -} diff --git a/app-i18n/kcm-fcitx/metadata.xml b/app-i18n/kcm-fcitx/metadata.xml deleted file mode 100644 index cc1d8215d4c2..000000000000 --- a/app-i18n/kcm-fcitx/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>cjk@gentoo.org</email> - <name>Cjk</name> - </maintainer> - <upstream> - <remote-id type="github">fcitx/kcm-fcitx</remote-id> - </upstream> -</pkgmetadata> |