From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/kcm-fcitx/
Date: Tue, 22 Dec 2015 02:32:01 +0000 (UTC) [thread overview]
Message-ID: <1450751498.152ac83fa5dd787a34d17260cc6564bd9b150ea9.dlan@gentoo> (raw)
commit: 152ac83fa5dd787a34d17260cc6564bd9b150ea9
Author: Jiajun Wang <amesists <AT> gmail <DOT> com>
AuthorDate: Thu Dec 10 07:52:14 2015 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 02:31:38 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152ac83f
app-i18n/kcm-fcitx: version bump to 0.5.2
Package-Manager: portage-2.2.26
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-i18n/kcm-fcitx/Manifest | 1 +
app-i18n/kcm-fcitx/kcm-fcitx-0.5.2.ebuild | 39 +++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/app-i18n/kcm-fcitx/Manifest b/app-i18n/kcm-fcitx/Manifest
index 54f743a..14a52e6 100644
--- a/app-i18n/kcm-fcitx/Manifest
+++ b/app-i18n/kcm-fcitx/Manifest
@@ -1,3 +1,4 @@
DIST kcm-fcitx-0.4.2.tar.xz 63796 SHA256 f681c1a4172b74a63c36094f860eff4ea778422e1062b00fd03509eda745ed66 SHA512 51ccc5b03f076e73cda7852b1bb1598e56114fe1a7733f3eb0a731c0249cbaa2ac7f4c27115929d236cc94a3f131fc790933cddff624387d050fecf3e170842e WHIRLPOOL 6c0f3e4d345c7570ee519878c141ba2f708c85e0dc8a171058af291e6a02b48cdd3965335b9eb766f9a149b31d5fccc0334f8bb7352eb978625367af064e6b17
DIST kcm-fcitx-0.4.3.tar.xz 56864 SHA256 b7e9ad4569c0940f9654d58de1f13281fcbcab56febbd346951edcfa0a86e208 SHA512 d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713 WHIRLPOOL 04aec049436a120362d02ba900a0d8639feb359b4cc6b99a871c7ffa8d9660270c321828b8660c718890a7f0ea308ea584711ed712762aab712fe8d7e72a205a
DIST kcm-fcitx-0.5.0.tar.xz 55964 SHA256 079b309aea4b354d081d45d3dde6d754b24717eb7653344055633453cb328b33 SHA512 219b962c4b6f1763b389dc20d22a671d960a884f5c3f0faddbd4919b61dd6d93e600cbf440b15bc42f63cb383ed5ca65e657fa835c520196c8bd9d64a160baa3 WHIRLPOOL df9db7b5198130409986c4805a7771b6df4bd44d532071499ec6eb522af7bfdd9d576fbdf3664720e47a02a57e35409c69fff962152423ac59bab71d8c1e0947
+DIST kcm-fcitx-0.5.2.tar.xz 55936 SHA256 348b7afd18670c0879e616d6e097c2d8b033d1a7f5abbc3b75876953bd67f504 SHA512 9418001ad92ada2e7c48c426b24b6babebb3e41510c9ff2aac01e25f84f79cd02a3e413267a31feb677beca51070a4ca55f5d64bd103ddd9ab7853f207370882 WHIRLPOOL 8ca8032ea4b50228ea33189d7afac160cc04882c2ac7403de8cb244b39feddfb89019b4ab4a6caf67b2a9d40c2a9b97cdee0832c5beec4c108b67bc35f0b5923
diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.5.2.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-0.5.2.ebuild
new file mode 100644
index 0000000..283188e
--- /dev/null
+++ b/app-i18n/kcm-fcitx/kcm-fcitx-0.5.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit kde5
+
+DESCRIPTION="KDE configuration module for Fcitx"
+HOMEPAGE="http://fcitx-im.org/"
+SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-i18n/fcitx-4.2.8
+ app-i18n/fcitx-qt5
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ $(add_frameworks_dep extra-cmake-modules)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep kwidgetsaddons)
+ sys-devel/gettext
+ x11-libs/libxkbfile"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_prepare() {
+ # po directory is empty, making the build fail
+ comment_add_subdirectory po
+}
next reply other threads:[~2015-12-22 2:32 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-22 2:32 Yixun Lan [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-24 14:43 [gentoo-commits] repo/gentoo:master commit in: app-i18n/kcm-fcitx/ Mike Gilbert
2016-03-24 14:43 Mike Gilbert
2016-03-24 14:43 Mike Gilbert
2016-04-28 21:07 Mike Gilbert
2016-09-15 14:47 Mike Gilbert
2016-10-05 19:36 Mike Gilbert
2016-10-13 18:54 Mike Gilbert
2017-08-22 14:21 Mike Gilbert
2017-08-22 14:21 Mike Gilbert
2017-08-22 14:21 Mike Gilbert
2017-08-31 19:53 Mike Gilbert
2017-08-31 19:53 Mike Gilbert
2017-08-31 19:53 Mike Gilbert
2017-09-13 19:25 Mike Gilbert
2017-09-18 18:31 Mike Gilbert
2017-09-21 21:06 Mike Gilbert
2017-09-21 21:06 Mike Gilbert
2017-09-27 19:57 Mike Gilbert
2018-03-17 6:45 Matt Turner
2018-03-28 19:49 Johannes Huber
2020-10-02 17:45 Mike Gilbert
2020-11-03 20:20 Mike Gilbert
2020-11-16 19:51 Mike Gilbert
2020-11-16 19:51 Mike Gilbert
2021-03-26 14:38 Mike Gilbert
2021-04-01 19:57 Mike Gilbert
2021-04-27 22:02 Sam James
2024-12-20 20:26 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1450751498.152ac83fa5dd787a34d17260cc6564bd9b150ea9.dlan@gentoo \
--to=dlan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox