summaryrefslogtreecommitdiff
path: root/kde-misc/kimtoy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
commitb7b97785ebbb2f11d24d14dab8b81ed274f4ce6a (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /kde-misc/kimtoy
parent066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (diff)
gentoo resync : 19.03.2019
Diffstat (limited to 'kde-misc/kimtoy')
-rw-r--r--kde-misc/kimtoy/Manifest4
-rw-r--r--kde-misc/kimtoy/kimtoy-1.92_pre20190225.ebuild (renamed from kde-misc/kimtoy/kimtoy-1.91.ebuild)20
2 files changed, 11 insertions, 13 deletions
diff --git a/kde-misc/kimtoy/Manifest b/kde-misc/kimtoy/Manifest
index 0a545808d78e..2db938e104ed 100644
--- a/kde-misc/kimtoy/Manifest
+++ b/kde-misc/kimtoy/Manifest
@@ -1,3 +1,3 @@
-DIST 140967-kimtoy-1.91.tar.bz2 377053 BLAKE2B 3add157a38f536e0eee5a6f85778da8ee3cf028fcc61228005bfa55f2c093f3d2572cae940d901fba1f5f9a5b7fcaac9695100db73ec38af79dd0000e8c4afba SHA512 60d1592fa6632fc5d69f6cebb9478827c8dd3eb252c7d3f3c4c90035c7682cef7cb883e8d36cd23ee828175c2ea7b5d3c081139e5295cf032340aeeca3d9406d
-EBUILD kimtoy-1.91.ebuild 1725 BLAKE2B 76b82e449ded3d233ab6a3d0718f366919dc2cd8f6c02735d747a587e8b48e5564ef18581fb78b7a71559c8570443010ccc44c99cacde301a44bd43c50690304 SHA512 496f97d67df7eb949098ce8a4f361ea8c09f654b4efa8c92b9733c0d0d504ed1f912a533d6afdd8a9d35870924e1140ce2d9e1c5a80300fc972dac51dc7d13d0
+DIST kimtoy-1.92_pre20190225.tar.gz 435142 BLAKE2B 86f40774cc5c01a49996f80a4257c3ad18787a9e269a0cddb489530ac1d0a7b84dc5f6eace35374975f24fc15738c02d03da6637e6e6edcba48b27e235ca030e SHA512 9b6b6c316e683d3ae80226e91e17a367970a9380ee6f100798be48f1e29c14b39b9ca679a36b26cfe6a09aae4deaee2f7db4b2a1a7b587e3d7b26983ae6eaffb
+EBUILD kimtoy-1.92_pre20190225.ebuild 1680 BLAKE2B 4b2fee446d1a3feb84f1280db53c16a36ab04cf8d50c7030049a0972252a7de9bc48329cc57b07e64314dcf9d44ba54424ceeb61d391759dc498718dfcf4e5fa SHA512 525762acdd5597f63e253bd384f390e6f32002ba841ca0cd45211e4dbb95d2ce8b80b6ed51f3b2841aa2b23ae8be366494470ffcd442cce2bd28b57bf9ed7986
MISC metadata.xml 332 BLAKE2B 76b0c29f1f9f6a1ae4c576ebfeaaa4faeb0b8ad04b1bf354a23c358c2c7fc73fadc27e19d68e1bf8b7436fdae5ed896c98018f43d76abfd303cc3868678bc080 SHA512 ef7ec3391d65f9fb9bf6d7efe6ca50137f7668dbc855694e14a8999eb48a7277bf64d0480e4a91d3ce2d74e144d4424576522f4e15ed6bb57a0b9f24c16cb285
diff --git a/kde-misc/kimtoy/kimtoy-1.91.ebuild b/kde-misc/kimtoy/kimtoy-1.92_pre20190225.ebuild
index 4cc10a75c22a..0efb2e94e073 100644
--- a/kde-misc/kimtoy/kimtoy-1.91.ebuild
+++ b/kde-misc/kimtoy/kimtoy-1.92_pre20190225.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+COMMIT="c8b3da65bfd289d0a0262aa673aa6b697022d4a3"
inherit kde5
DESCRIPTION="An input method frontend for Plasma"
HOMEPAGE="https://www.linux-apps.com/content/show.php?content=140967"
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
- SRC_URI="https://dl.opendesktop.org/api/files/download/id/1466629206/140967-${P}.tar.bz2"
-fi
+SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
IUSE="libressl scim semantic-desktop"
-COMMON_DEPEND="
+DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
@@ -46,10 +45,7 @@ COMMON_DEPEND="
)
semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
"
-DEPEND="${COMMON_DEPEND}
- x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
!kde-misc/kimtoy:4
>=app-i18n/fcitx-4.0
"
@@ -70,3 +66,5 @@ src_configure() {
kde5_src_configure
}
+
+S="${WORKDIR}/${PN}-${COMMIT}"