diff options
author | Johannes Huber <johu@gentoo.org> | 2018-04-12 19:48:20 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-04-12 19:48:20 +0200 |
commit | 0e7d36c32d9907b9f21d2423b1f348c90368cfb5 (patch) | |
tree | 9331f8920d73f7005db04ad7907c473d2f872fcc /app-office/libalkimia/libalkimia-7.0.2.ebuild | |
parent | dev-ruby/bindata: add ruby25 (diff) | |
download | gentoo-0e7d36c32d9907b9f21d2423b1f348c90368cfb5.tar.gz gentoo-0e7d36c32d9907b9f21d2423b1f348c90368cfb5.tar.bz2 gentoo-0e7d36c32d9907b9f21d2423b1f348c90368cfb5.zip |
app-office/libalkimia: Version bump 7.0.2
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-office/libalkimia/libalkimia-7.0.2.ebuild')
-rw-r--r-- | app-office/libalkimia/libalkimia-7.0.2.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/app-office/libalkimia/libalkimia-7.0.2.ebuild b/app-office/libalkimia/libalkimia-7.0.2.ebuild new file mode 100644 index 000000000000..6ddc34c445af --- /dev/null +++ b/app-office/libalkimia/libalkimia-7.0.2.ebuild @@ -0,0 +1,35 @@ +# 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 + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${KMNAME}/${PV}/${KMNAME}-${PV}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Library with common classes and functionality used by KDE finance applications" +HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323" +LICENSE="LGPL-2.1" +SLOT="0/7" +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 +} |