From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kalzium/
Date: Mon, 4 Apr 2016 22:04:15 +0000 (UTC) [thread overview]
Message-ID: <1459807448.77b13d13d582fdb4a401f48d2fa3da5cc0ee5268.johu@gentoo> (raw)
commit: 77b13d13d582fdb4a401f48d2fa3da5cc0ee5268
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Apr 3 20:35:52 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 22:04:08 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=77b13d13
kde-apps/kalzium: Add kf5-based ebuild
Package-Manager: portage-2.2.27
kde-apps/kalzium/kalzium-5.9999.ebuild | 67 ++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
diff --git a/kde-apps/kalzium/kalzium-5.9999.ebuild b/kde-apps/kalzium/kalzium-5.9999.ebuild
new file mode 100644
index 0000000..2e727fc
--- /dev/null
+++ b/kde-apps/kalzium/kalzium-5.9999.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_BRANCH="frameworks"
+KDE_HANDBOOK="forceoptional"
+inherit kde5 flag-o-matic
+
+DESCRIPTION="Periodic table of the elements"
+HOMEPAGE="https://www.kde.org/applications/education/kalzium
+https://edu.kde.org/kalzium"
+KEYWORDS=""
+IUSE="editor solver"
+
+DEPEND="
+ $(add_frameworks_dep karchive)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep khtml)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kplotting)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kunitconversion)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep solid)
+ $(add_kdeapps_dep libkdegames)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtopengl)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+ editor? (
+ dev-cpp/eigen:3
+ sci-chemistry/avogadro
+ sci-chemistry/openbabel
+ )
+ solver? ( dev-ml/facile[ocamlopt] )
+"
+RDEPEND="${DEPEND}
+ sci-chemistry/chemical-mime-data
+"
+
+src_configure(){
+ # Fix missing finite()
+ [[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H
+
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package editor Eigen3)
+ $(cmake-utils_use_find_package editor AvogadroLibs)
+ $(cmake-utils_use_find_package editor OpenBabel2)
+ $(cmake-utils_use_find_package solver OCaml)
+ $(cmake-utils_use_find_package solver Libfacile)
+ )
+
+ kde5_src_configure
+}
next reply other threads:[~2016-04-04 22:04 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-04 22:04 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-02 18:20 [gentoo-commits] proj/kde:master commit in: kde-apps/kalzium/ Andreas Sturmlechner
2024-09-09 21:05 Andreas Sturmlechner
2024-02-23 6:26 Sam James
2024-02-23 4:49 Sam James
2022-06-21 1:53 Sam James
2021-11-11 17:16 Andreas Sturmlechner
2021-05-04 16:05 Andreas Sturmlechner
2020-07-18 8:57 Andreas Sturmlechner
2020-04-30 16:23 Andreas Sturmlechner
2020-02-23 10:59 Andreas Sturmlechner
2020-02-23 10:59 Andreas Sturmlechner
2019-09-11 10:27 Andreas Sturmlechner
2018-12-09 11:03 Andreas Sturmlechner
2018-01-16 13:25 Andreas Sturmlechner
2017-08-26 13:04 Michael Palimaka
2017-03-25 1:57 Andreas Sturmlechner
2017-03-02 21:27 Andreas Sturmlechner
2016-10-31 17:08 Johannes Huber
2016-10-31 16:55 Johannes Huber
2016-04-03 18:43 Johannes Huber
2016-03-30 18:19 Michael Palimaka
2015-12-22 21:05 Manuel Rüger
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=1459807448.77b13d13d582fdb4a401f48d2fa3da5cc0ee5268.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