From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
Date: Thu, 10 Mar 2016 08:35:20 +0000 (UTC) [thread overview]
Message-ID: <1457598908.a07eb439afc4838a24390ada24cf3a21ab9fb417.kensington@gentoo> (raw)
commit: a07eb439afc4838a24390ada24cf3a21ab9fb417
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 08:18:56 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 08:35:08 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a07eb439
kde-apps/kig: introduce geogebra USE flag
Package-Manager: portage-2.2.27
kde-apps/kig/kig-15.12.2.ebuild | 5 +++--
kde-apps/kig/kig-15.12.49.9999.ebuild | 5 +++--
kde-apps/kig/kig-9999.ebuild | 7 ++++---
kde-apps/kig/metadata.xml | 1 +
4 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/kde-apps/kig/kig-15.12.2.ebuild b/kde-apps/kig/kig-15.12.2.ebuild
index 5f73387..09c6ee0 100644
--- a/kde-apps/kig/kig-15.12.2.ebuild
+++ b/kde-apps/kig/kig-15.12.2.ebuild
@@ -11,7 +11,7 @@ inherit python-single-r1 kde5
DESCRIPTION="KDE Interactive Geometry tool"
HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig"
KEYWORDS="~amd64 ~x86"
-IUSE="scripting"
+IUSE="geogebra scripting"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -33,7 +33,7 @@ DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
- $(add_qt_dep qtxmlpatterns)
+ geogebra? ( $(add_qt_dep qtxmlpatterns) )
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
"
RDEPEND="${DEPEND}"
@@ -53,6 +53,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ $(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
$(cmake-utils_use_find_package scripting BoostPython)
)
diff --git a/kde-apps/kig/kig-15.12.49.9999.ebuild b/kde-apps/kig/kig-15.12.49.9999.ebuild
index a915275..405dd3a 100644
--- a/kde-apps/kig/kig-15.12.49.9999.ebuild
+++ b/kde-apps/kig/kig-15.12.49.9999.ebuild
@@ -11,7 +11,7 @@ inherit python-single-r1 kde5
DESCRIPTION="KDE Interactive Geometry tool"
HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig"
KEYWORDS=""
-IUSE="scripting"
+IUSE="geogebra scripting"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -33,7 +33,7 @@ DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
- $(add_qt_dep qtxmlpatterns)
+ geogebra? ( $(add_qt_dep qtxmlpatterns) )
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
"
RDEPEND="${DEPEND}"
@@ -53,6 +53,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ $(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
$(cmake-utils_use_find_package scripting BoostPython)
)
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index e13d6f5..0de3d76 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -11,7 +11,7 @@ inherit python-single-r1 kde5
DESCRIPTION="KDE Interactive Geometry tool"
HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig"
KEYWORDS=""
-IUSE="scripting"
+IUSE="geogebra scripting"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -21,8 +21,8 @@ DEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcrash)
$(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kparts)
@@ -34,7 +34,7 @@ DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
- $(add_qt_dep qtxmlpatterns)
+ geogebra? ( $(add_qt_dep qtxmlpatterns) )
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
"
RDEPEND="${DEPEND}"
@@ -54,6 +54,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ $(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
$(cmake-utils_use_find_package scripting BoostPython)
)
diff --git a/kde-apps/kig/metadata.xml b/kde-apps/kig/metadata.xml
index a190707..37e629d 100644
--- a/kde-apps/kig/metadata.xml
+++ b/kde-apps/kig/metadata.xml
@@ -2,6 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<use>
+ <flag name="geogebra">Support files created by <pkg>sci-mathematics/geogebra</pkg></flag>
<flag name="scripting">Support Python scripting</flag>
</use>
<maintainer type="project">
next reply other threads:[~2016-03-10 8:35 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-10 8:35 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-04 22:42 [gentoo-commits] proj/kde:master commit in: kde-apps/kig/ Alexey Shvetsov
2023-12-18 22:14 Andreas Sturmlechner
2022-09-08 12:33 Andreas Sturmlechner
2022-07-03 23:06 Andreas Sturmlechner
2021-08-25 9:00 Andreas Sturmlechner
2021-08-21 16:00 Andreas Sturmlechner
2021-07-22 20:00 Andreas Sturmlechner
2020-10-11 21:33 Andreas Sturmlechner
2020-10-04 18:19 Andreas Sturmlechner
2020-07-18 8:57 Andreas Sturmlechner
2020-04-10 19:53 Andreas Sturmlechner
2020-02-09 18:06 Andreas Sturmlechner
2020-01-28 19:39 Andreas Sturmlechner
2019-03-01 13:27 Andreas Sturmlechner
2017-01-20 0:01 Andreas Sturmlechner
2016-04-14 20:00 Johannes Huber
2016-04-12 17:14 Johannes Huber
2016-03-10 8:03 Michael Palimaka
2016-03-10 8:03 Michael Palimaka
2016-03-10 8:03 Michael Palimaka
2016-01-04 16:21 Michael Palimaka
2015-07-22 12:36 Michael Palimaka
2015-02-22 21:30 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=1457598908.a07eb439afc4838a24390ada24cf3a21ab9fb417.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