From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwt/
Date: Mon, 7 Sep 2015 18:08:08 +0000 (UTC) [thread overview]
Message-ID: <1441649287.d83a0e556a92ff2af5313b57ee6b6feb9237a841.jlec@gentoo> (raw)
commit: d83a0e556a92ff2af5313b57ee6b6feb9237a841
Author: Luis Ressel <aranea <AT> aixah <DOT> de>
AuthorDate: Mon Sep 7 14:03:37 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 18:08:07 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83a0e55
x11-libs/qwt: Build Designer plugin conditionally
Thanks Luis Ressel for the patch
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=557438
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
x11-libs/qwt/qwt-6.1.2-r1.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/x11-libs/qwt/qwt-6.1.2-r1.ebuild b/x11-libs/qwt/qwt-6.1.2-r1.ebuild
index 0b678c3..52d528e 100644
--- a/x11-libs/qwt/qwt-6.1.2-r1.ebuild
+++ b/x11-libs/qwt/qwt-6.1.2-r1.ebuild
@@ -15,25 +15,25 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV/_/-}/${MY_P}.tar.bz2"
LICENSE="qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 )"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
SLOT="6"
-IUSE="doc examples mathml opengl qt4 qt5 static-libs svg"
+IUSE="designer doc examples mathml opengl qt4 qt5 static-libs svg"
REQUIRED_USE="|| ( qt4 qt5 )"
DEPEND="
!<x11-libs/qwt-5.2.3
qt4? (
- dev-qt/designer:4
dev-qt/qtcore:4
dev-qt/qtgui:4
+ designer? ( dev-qt/designer:4 )
opengl? ( dev-qt/qtopengl:4 )
svg? ( dev-qt/qtsvg:4 )
)
qt5? (
- dev-qt/designer:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtconcurrent:5
dev-qt/qtwidgets:5
+ designer? ( dev-qt/designer:5 )
opengl? ( dev-qt/qtopengl:5 )
svg? ( dev-qt/qtsvg:5 )
)
@@ -56,11 +56,12 @@ src_prepare() {
QWT_INSTALL_LIBS = "${EPREFIX}/usr/$(get_libdir)"
QWT_INSTALL_HEADERS = "${EPREFIX}/usr/include/qwt6"
QWT_INSTALL_DOCS = "${EPREFIX}/usr/share/doc/${PF}"
- QWT_CONFIG += QwtPlot QwtWidgets QwtDesigner QwtPkgConfig
+ QWT_CONFIG += QwtPlot QwtWidgets QwtPkgConfig
VERSION = ${PV/_*}
QWT_VERSION = ${PV/_*}
EOF
+ use designer && echo "QWT_CONFIG += QwtDesigner" >> qwtconfig.pri
use mathml && echo "QWT_CONFIG += QwtMathML" >> qwtconfig.pri
use opengl && echo "QWT_CONFIG += QwtOpenGL" >> qwtconfig.pri
use svg && echo "QWT_CONFIG += QwtSvg" >> qwtconfig.pri
next reply other threads:[~2015-09-07 18:08 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-07 18:08 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-23 9:33 [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwt/ Justin Lecher
2015-11-19 12:26 Justin Lecher
2015-11-19 12:26 Justin Lecher
2016-04-18 9:43 Patrice Clement
2017-01-15 16:57 Justin Lecher
2017-01-15 16:57 Justin Lecher
2017-01-21 15:18 Lars Wendler
2017-01-23 23:21 Andreas Sturmlechner
2017-01-23 23:21 Andreas Sturmlechner
2017-02-23 21:57 Andreas Sturmlechner
2017-03-02 10:30 Agostino Sarubbo
2017-03-02 10:47 Agostino Sarubbo
2017-03-02 19:39 Andreas Sturmlechner
2017-03-04 14:02 Agostino Sarubbo
2017-03-29 1:34 Jeroen Roovers
2017-04-09 20:42 Andreas Sturmlechner
2017-09-02 13:18 Michael Palimaka
2018-05-13 6:56 Andreas Sturmlechner
2018-06-02 14:08 Andreas Sturmlechner
2018-06-06 23:23 Thomas Deutschmann
2018-06-07 10:13 Agostino Sarubbo
2018-06-28 18:49 Andreas Sturmlechner
2019-12-30 23:01 Sergei Trofimovich
2020-05-22 16:08 Andreas Sturmlechner
2020-06-21 17:03 Agostino Sarubbo
2020-06-21 17:08 Agostino Sarubbo
2020-06-29 13:40 Agostino Sarubbo
2020-06-29 17:37 Andreas Sturmlechner
2020-10-07 20:26 Rick Farina
2020-10-07 20:26 Rick Farina
2021-01-06 12:01 Fabian Groffen
2021-01-21 9:52 Agostino Sarubbo
2021-01-22 18:45 Sam James
2021-01-24 13:33 Sam James
2021-01-24 13:35 Sam James
2021-05-23 12:47 Andrew Ammerlaan
2021-05-23 13:08 Andrew Ammerlaan
2021-10-17 19:09 Sam James
2021-10-17 20:04 Sam James
2021-10-18 0:39 Sam James
2021-10-20 4:03 Sam James
2021-12-07 22:40 Andrew Ammerlaan
2021-12-07 22:40 Andrew Ammerlaan
2021-12-08 10:43 Andrew Ammerlaan
2021-12-16 9:08 Andrew Ammerlaan
2022-04-30 15:53 Marek Szuba
2022-04-30 15:53 Marek Szuba
2022-10-20 3:54 Sam James
2022-10-21 15:05 Andrew Ammerlaan
2023-06-15 8:43 Andrew Ammerlaan
2023-11-08 17:21 Andrew Ammerlaan
2023-12-16 16:17 Arthur Zamarin
2023-12-16 16:17 Arthur Zamarin
2023-12-16 16:17 Arthur Zamarin
2023-12-16 16:17 Arthur Zamarin
2023-12-18 9:01 Arthur Zamarin
2023-12-18 9:01 Arthur Zamarin
2023-12-22 11:03 Arthur Zamarin
2023-12-23 14:29 Arthur Zamarin
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=1441649287.d83a0e556a92ff2af5313b57ee6b6feb9237a841.jlec@gentoo \
--to=jlec@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