summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-27 19:56:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-27 21:24:09 +0100
commitfb9e4f2d54dad43d39c2ae04a45e790d460bf6b1 (patch)
treecd2e14c7b513dcb87e546c3ed9b4feadc1bb121a /kde-plasma/bluedevil/bluedevil-5.14.4.ebuild
parentnet-dns/pdns-recursor: Stable on am64/x86, bug #671982 (diff)
downloadgentoo-fb9e4f2d54dad43d39c2ae04a45e790d460bf6b1.tar.gz
gentoo-fb9e4f2d54dad43d39c2ae04a45e790d460bf6b1.tar.bz2
gentoo-fb9e4f2d54dad43d39c2ae04a45e790d460bf6b1.zip
kde-plasma: Add KDE Plasma 5.14.4
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/bluedevil/bluedevil-5.14.4.ebuild')
-rw-r--r--kde-plasma/bluedevil/bluedevil-5.14.4.ebuild40
1 files changed, 40 insertions, 0 deletions
diff --git a/kde-plasma/bluedevil/bluedevil-5.14.4.ebuild b/kde-plasma/bluedevil/bluedevil-5.14.4.ebuild
new file mode 100644
index 000000000000..76d93a8664bc
--- /dev/null
+++ b/kde-plasma/bluedevil/bluedevil-5.14.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Bluetooth stack for KDE Plasma"
+HOMEPAGE="https://cgit.kde.org/bluedevil.git"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep bluez-qt)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kded)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep plasma)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+ x11-misc/shared-mime-info
+"
+RDEPEND="${COMMON_DEPEND}
+ $(add_plasma_dep kde-cli-tools)
+ !app-mobilephone/obexd
+ !app-mobilephone/obex-data-server
+ !kde-plasma/bluedevil:4
+"