* [gentoo-commits] proj/kde:master commit in: kde-plasma/bluez-qt/
@ 2015-04-10 16:58 Michael Palimaka
0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2015-04-10 16:58 UTC (permalink / raw
To: gentoo-commits
commit: 0508a441882d7957ed19f277eb83a24c23590406
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 10 16:57:55 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Apr 10 16:57:55 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0508a441
[kde-plasma/bluez-qt] Use udev rules location from eclass.
Upstream commit: c30ae5f68ce52b3a886c5adf5e1109ff0eac268a
Package-Manager: portage-2.2.18
kde-plasma/bluez-qt/bluez-qt-5.3.49.9999.ebuild | 10 +++++++++-
kde-plasma/bluez-qt/bluez-qt-9999.ebuild | 10 +++++++++-
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/bluez-qt/bluez-qt-5.3.49.9999.ebuild b/kde-plasma/bluez-qt/bluez-qt-5.3.49.9999.ebuild
index aed3606..f06229d 100644
--- a/kde-plasma/bluez-qt/bluez-qt-5.3.49.9999.ebuild
+++ b/kde-plasma/bluez-qt/bluez-qt-5.3.49.9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-inherit kde5
+inherit kde5 udev
DESCRIPTION="Qt wrapper for Bluez 5 DBus API"
LICENSE="LGPL-2"
@@ -17,3 +17,11 @@ DEPEND="
dev-qt/qtnetwork:5
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DUDEV_RULES_INSTALL_DIR="$(get_udevdir)/rules.d"
+ )
+
+ kde5_src_configure
+}
diff --git a/kde-plasma/bluez-qt/bluez-qt-9999.ebuild b/kde-plasma/bluez-qt/bluez-qt-9999.ebuild
index aed3606..f06229d 100644
--- a/kde-plasma/bluez-qt/bluez-qt-9999.ebuild
+++ b/kde-plasma/bluez-qt/bluez-qt-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-inherit kde5
+inherit kde5 udev
DESCRIPTION="Qt wrapper for Bluez 5 DBus API"
LICENSE="LGPL-2"
@@ -17,3 +17,11 @@ DEPEND="
dev-qt/qtnetwork:5
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DUDEV_RULES_INSTALL_DIR="$(get_udevdir)/rules.d"
+ )
+
+ kde5_src_configure
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-10 16:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-10 16:58 [gentoo-commits] proj/kde:master commit in: kde-plasma/bluez-qt/ Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox