From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FAA01395E4 for ; Wed, 9 Nov 2016 13:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8637DE09FF; Wed, 9 Nov 2016 13:14:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E7CEE09FF for ; Wed, 9 Nov 2016 13:14:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 407DD341667 for ; Wed, 9 Nov 2016 13:14:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E22724BB for ; Wed, 9 Nov 2016 13:14:31 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1478697257.7f84e297041c6e688c299ef2d8542c6486a02f20.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kexi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/kexi/Manifest app-office/kexi/kexi-3.0.0.ebuild app-office/kexi/metadata.xml X-VCS-Directories: app-office/kexi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7f84e297041c6e688c299ef2d8542c6486a02f20 X-VCS-Branch: master Date: Wed, 9 Nov 2016 13:14:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4531aed0-04a8-43b3-82a3-250c2d695d0b X-Archives-Hash: d42cf1950f503b3ed6096fd7e38b71fd commit: 7f84e297041c6e688c299ef2d8542c6486a02f20 Author: Michael Palimaka gentoo org> AuthorDate: Wed Nov 9 13:13:51 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Nov 9 13:14:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f84e297 app-office/kexi: new package Package-Manager: portage-2.3.2 app-office/kexi/Manifest | 1 + app-office/kexi/kexi-3.0.0.ebuild | 79 +++++++++++++++++++++++++++++++++++++++ app-office/kexi/metadata.xml | 13 +++++++ 3 files changed, 93 insertions(+) diff --git a/app-office/kexi/Manifest b/app-office/kexi/Manifest new file mode 100644 index 00000000..01d5e26 --- /dev/null +++ b/app-office/kexi/Manifest @@ -0,0 +1 @@ +DIST kexi-3.0.0.tar.xz 3678724 SHA256 8acfdf9f933139544aa8a8f53b04f5266c1cec6b3844963d04404e8b7f72ffe0 SHA512 c42b50aaa0878171c0a238226b47774a3370f6ca4411c344a7d31e78ee3cb5b930be4a493290a887dc239146d49c7d7da71028587aabbf8e5497704dab7bf826 WHIRLPOOL 0c4ae66e3985cd36d4687ca0ffcfeac6a19aa838a765cc0211efe4d11fc7be661c1beb8792b83f8f54cabbc274e7d8859dbcb2a294c173712e2df3271806aa95 diff --git a/app-office/kexi/kexi-3.0.0.ebuild b/app-office/kexi/kexi-3.0.0.ebuild new file mode 100644 index 00000000..f4beb9d --- /dev/null +++ b/app-office/kexi/kexi-3.0.0.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# KDE_HANDBOOK="true" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Visual database applications creator" +HOMEPAGE="https://www.kde.org/applications/office/kexi/ http://www.kexi-project.org/" +[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz" + +KEYWORDS="~amd64 ~x86" +IUSE="marble mdb mysql postgres sqlite webkit" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep designer) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-db/kdb[mysql?,postgres?,sqlite?] + dev-libs/kproperty + dev-libs/kreport + marble? ( $(add_kdeapps_dep marble) ) + mdb? ( dev-libs/glib:2 ) + mysql? ( virtual/libmysqlclient ) + postgres? ( + dev-db/postgresql:* + dev-libs/libpqxx + ) + webkit? ( $(add_qt_dep qtwebkit) ) +" +DEPEND="${COMMON_DEPEND} + sys-devel/gettext +" +RDEPEND="${COMMON_DEPEND} + $(add_frameworks_dep breeze-icons-rcc) + !app-office/calligra:4[calligra_features_kexi] + !app-office/calligra-l10n:4[calligra_features_kexi(+)] +" + +src_prepare() { + if ! use webkit; then + punt_bogus_dep Qt5 WebKit + punt_bogus_dep Qt5 WebKitWidgets + fi + + kde5_src_prepare +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package marble KexiMarble) + $(cmake-utils_use_find_package mdb GLIB2) + $(cmake-utils_use_find_package mysql MySQL) + $(cmake-utils_use_find_package postgres KexiPostgreSQL) + ) + kde5_src_configure +} diff --git a/app-office/kexi/metadata.xml b/app-office/kexi/metadata.xml new file mode 100644 index 00000000..a7106e6 --- /dev/null +++ b/app-office/kexi/metadata.xml @@ -0,0 +1,13 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + Enable displaying of maps using kde-apps/marble + Enable support for Microsoft Access database + Enable web form designer widget using dev-qt/qtwebkit + +