From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/
Date: Fri, 1 Sep 2017 21:34:29 +0000 (UTC) [thread overview]
Message-ID: <1504301643.69fc96c2242e00c249a42df6a5db279b7f49a57e.asturm@gentoo> (raw)
commit: 69fc96c2242e00c249a42df6a5db279b7f49a57e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 22:28:47 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 1 21:34:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69fc96c2
sys-auth/polkit-qt: Drop USE=qt5, build it unconditionally
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../polkit-qt-0.112.0_p20160416-r1.ebuild | 73 ++++++++++++++++++++++
1 file changed, 73 insertions(+)
diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
new file mode 100644
index 00000000000..add07a53914
--- /dev/null
+++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${P/qt/qt-1}"
+
+inherit cmake-utils multibuild
+
+DESCRIPTION="PolicyKit Qt API wrapper library"
+HOMEPAGE="https://www.kde.org/"
+SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="debug examples qt4"
+
+RDEPEND="
+ dev-libs/glib:2
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ >=sys-auth/polkit-0.103
+ examples? ( dev-qt/qtxml:5 )
+ qt4? (
+ dev-qt/qtcore:4[glib]
+ dev-qt/qtdbus:4
+ dev-qt/qtgui:4[glib]
+ )
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS README README.porting TODO )
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+ MULTIBUILD_VARIANTS=( $(usev qt4) qt5 )
+}
+
+src_configure() {
+ myconfigure() {
+ local mycmakeargs=(
+ -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+ -DBUILD_EXAMPLES=$(usex examples)
+ )
+
+ if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
+ mycmakeargs+=( -DUSE_QT4=ON )
+ fi
+ if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
+ mycmakeargs+=( -DUSE_QT5=ON )
+ fi
+
+ cmake-utils_src_configure
+ }
+
+ multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+ multibuild_foreach_variant cmake-utils_src_compile
+}
+
+src_test() {
+ multibuild_foreach_variant cmake-utils_src_test
+}
+
+src_install() {
+ multibuild_foreach_variant cmake-utils_src_install
+}
next reply other threads:[~2017-09-01 21:34 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-01 21:34 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-28 12:59 [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/ Sam James
2024-06-28 0:59 Sam James
2024-06-28 0:16 Sam James
2024-06-28 0:16 Sam James
2023-01-02 22:07 Sam James
2023-01-02 22:07 Sam James
2022-12-03 6:25 Arthur Zamarin
2022-11-29 15:10 Jakov Smolić
2022-11-17 23:08 Sam James
2022-05-25 11:20 WANG Xuerui
2022-03-02 3:44 Sam James
2022-03-02 3:44 Sam James
2022-02-28 23:56 Sam James
2021-08-02 7:34 Andreas Sturmlechner
2021-08-02 3:18 Sam James
2021-07-30 6:13 Sam James
2021-07-28 6:42 Agostino Sarubbo
2021-06-20 8:33 Andreas Sturmlechner
2019-11-26 11:18 Andreas Sturmlechner
2019-11-26 0:58 Thomas Deutschmann
2019-11-18 11:50 Agostino Sarubbo
2019-11-13 23:17 Aaron Bauman
2019-11-13 21:25 Andreas Sturmlechner
2019-08-27 19:59 Andreas Sturmlechner
2018-11-02 14:07 Andreas Sturmlechner
2018-05-26 21:15 Andreas Sturmlechner
2018-05-26 20:51 Andreas Sturmlechner
2018-05-25 23:58 Thomas Deutschmann
2018-03-22 12:22 Andreas Sturmlechner
2017-12-09 8:09 Andreas Sturmlechner
2017-11-30 22:54 Andreas Sturmlechner
2017-11-30 19:02 Thomas Deutschmann
2017-11-23 23:06 Sergei Trofimovich
2017-09-01 21:34 Andreas Sturmlechner
2017-07-09 11:46 Michael Palimaka
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=1504301643.69fc96c2242e00c249a42df6a5db279b7f49a57e.asturm@gentoo \
--to=asturm@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