From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
Date: Sat, 16 Apr 2016 12:50:03 +0000 (UTC) [thread overview]
Message-ID: <1460810981.fc7b23131c7832c4fa5100080ab584f083043c94.johu@gentoo> (raw)
commit: fc7b23131c7832c4fa5100080ab584f083043c94
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 12:37:12 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 12:49:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7b2313
app-admin/packagekit-qt: Add Qt5 support
Package-Manager: portage-2.2.28
app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild | 23 ++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild b/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild
index cd7321f..9fb2df8 100644
--- a/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild
@@ -16,13 +16,20 @@ SRC_URI="http://www.freedesktop.org/software/PackageKit/releases/${MY_P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
+IUSE="qt5"
RDEPEND="
>=app-admin/packagekit-base-0.9
- dev-qt/qtcore:4
- dev-qt/qtdbus:4
- dev-qt/qtsql:4
+ !qt5? (
+ dev-qt/qtcore:4
+ dev-qt/qtdbus:4
+ dev-qt/qtsql:4
+ )
+ qt5? (
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtsql:5
+ )
"
DEPEND="${RDEPEND}
dev-libs/libxslt
@@ -30,3 +37,11 @@ DEPEND="${RDEPEND}
"
S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DUSE_QT5=$(usex qt5)
+ )
+
+ cmake-utils_src_configure
+}
next reply other threads:[~2016-04-16 12:50 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-16 12:50 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-16 12:50 [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/ Johannes Huber
2016-04-16 12:50 Johannes Huber
2016-05-29 14:37 Pacho Ramos
2016-10-14 9:44 Johannes Huber
2016-10-23 14:34 Ettore Di Giacinto
2016-10-29 11:29 Johannes Huber
2016-10-29 11:29 Johannes Huber
2017-06-04 10:34 Agostino Sarubbo
2017-06-04 10:42 Agostino Sarubbo
2018-01-12 18:06 Johannes Huber
2018-01-12 18:06 Johannes Huber
2018-02-22 18:35 Johannes Huber
2018-02-24 8:27 Jason Zaman
2018-02-25 18:21 Thomas Deutschmann
2018-03-04 9:25 Johannes Huber
2018-03-10 12:53 Pacho Ramos
2018-04-02 17:50 Gilles Dartiguelongue
2018-07-20 22:40 Thomas Deutschmann
2018-07-21 14:11 Mikle Kolyada
2018-10-07 9:36 Johannes Huber
2020-01-04 23:46 Johannes Huber
2020-02-17 12:13 Agostino Sarubbo
2020-02-17 12:21 Agostino Sarubbo
2020-02-18 16:58 Johannes Huber
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=1460810981.fc7b23131c7832c4fa5100080ab584f083043c94.johu@gentoo \
--to=johu@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