summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-11 14:35:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-11 14:35:16 +0200
commite9e7fbc7f1c7514a10cef7a47b4a940d0676410e (patch)
tree2938f0df53e4ecfd1cfb02fe5b2f9757b497e9cd /kde-frameworks/kcompletion
parentprofiles: amd64-fbsd: Drop obsolete dev-qt/qtgui[nas] p.use.mask (diff)
downloadgentoo-e9e7fbc7f1c7514a10cef7a47b4a940d0676410e.tar.gz
gentoo-e9e7fbc7f1c7514a10cef7a47b4a940d0676410e.tar.bz2
gentoo-e9e7fbc7f1c7514a10cef7a47b4a940d0676410e.zip
kde-frameworks: Add KDE Frameworks 5.49.0
Package-Manager: Portage-2.3.45, Repoman-2.3.10
Diffstat (limited to 'kde-frameworks/kcompletion')
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.49.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
index fd095eabb762..a8ee1b51bba2 100644
--- a/kde-frameworks/kcompletion/Manifest
+++ b/kde-frameworks/kcompletion/Manifest
@@ -1,2 +1,3 @@
DIST kcompletion-5.46.0.tar.xz 115636 BLAKE2B 282461dcd9c29ced94f43ef3c5f3b345669a0c3cb70e0c37b3292146ad9e050e9880aafcd8d33b95dd74abffd1e51597a888842231e24c194e65fa34ad143913 SHA512 7c958ba845a89745472ae8c40c95f43f78fbab420c394b81014335f004d3b40f7c4f44263cd5b99c5a448fde99e3f9da607fe01f539eba18a68a28c88d4b0d27
DIST kcompletion-5.48.0.tar.xz 115688 BLAKE2B b5c9cb15c61c93926ccc50314dc084c78d511ac4df2aacf1096c43d3116f0117062762d71af678def63ac4ae7ed990b089b7aeb4513b90d6350070b05ab36a5d SHA512 efd00a2ec90acc14bd717a1fca375da9741386e346aebb47eb41d65552675d2a7834763d5362190c0c8b8918b0e9a1eea25c37f72b2bc7c3734aa1e28ae44a99
+DIST kcompletion-5.49.0.tar.xz 115748 BLAKE2B 01184ac8bf769485c8366d159341b76e4166e4a28ff0d3ef17b2e6b1ed1a86786c67cf36bf40408a35f72534048aaaac546430841688ce2377ac7ce1fac53061 SHA512 226eac0c0a75774b4787cb39111a95494920bfb4c3c0f3f43b36a2f1d9c84f1f17b1d985c49c4578aa65140218760941c52df3415b90a98740ab3986b0a0b93a
diff --git a/kde-frameworks/kcompletion/kcompletion-5.49.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.49.0.ebuild
new file mode 100644
index 000000000000..89c636704e5b
--- /dev/null
+++ b/kde-frameworks/kcompletion/kcompletion-5.49.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="nls"
+
+RDEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+DEPEND="${RDEPEND}
+ nls? ( $(add_qt_dep linguist-tools) )
+"