public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/bluez-qt/
Date: Fri, 10 Apr 2015 16:58:47 +0000 (UTC)	[thread overview]
Message-ID: <1428685075.0508a441882d7957ed19f277eb83a24c23590406.kensington@gentoo> (raw)

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
+}


                 reply	other threads:[~2015-04-10 16:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1428685075.0508a441882d7957ed19f277eb83a24c23590406.kensington@gentoo \
    --to=kensington@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