diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-16 21:32:13 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-16 22:29:58 +0100 |
commit | 69855a7a223215d793584e9e165a36eb5f21bc16 (patch) | |
tree | 47fbf91b3c1e477de954943da84b32817b917627 /app-office/libalkimia/libalkimia-7.0.1.ebuild | |
parent | dev-python/influxdb: use HTTPS (diff) | |
download | gentoo-69855a7a223215d793584e9e165a36eb5f21bc16.tar.gz gentoo-69855a7a223215d793584e9e165a36eb5f21bc16.tar.bz2 gentoo-69855a7a223215d793584e9e165a36eb5f21bc16.zip |
app-office/libalkimia: 7.0.1 version bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-office/libalkimia/libalkimia-7.0.1.ebuild')
-rw-r--r-- | app-office/libalkimia/libalkimia-7.0.1.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-office/libalkimia/libalkimia-7.0.1.ebuild b/app-office/libalkimia/libalkimia-7.0.1.ebuild new file mode 100644 index 000000000000..369d414c124c --- /dev/null +++ b/app-office/libalkimia/libalkimia-7.0.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +KMNAME="alkimia" +inherit kde5 + +DESCRIPTION="Library with common classes and functionality used by KDE finance applications" +HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323" +SRC_URI="mirror://kde/stable/${KMNAME}/${PV}/src/${KMNAME}-${PV}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0/7" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=" + $(add_qt_dep qtdbus) + dev-libs/gmp:0=[cxx] +" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( app-doc/doxygen ) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package doc Doxygen) + ) + kde5_src_configure +} |