From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 341F71384B4 for ; Fri, 1 Jan 2016 16:24:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1EE0E078C; Fri, 1 Jan 2016 16:24:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5950DE078C for ; Fri, 1 Jan 2016 16:24:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 596A13408E5 for ; Fri, 1 Jan 2016 16:24:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B4D7B5D for ; Fri, 1 Jan 2016 16:24:25 +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: <1451665455.c28c2a990e87de81715fa2458582641491e2b39e.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kexi/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kexi/kexi-9999.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: c28c2a990e87de81715fa2458582641491e2b39e X-VCS-Branch: master Date: Fri, 1 Jan 2016 16:24:25 +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: c7153705-3949-468d-83e5-6461f6f88186 X-Archives-Hash: 4960dc4bb70e0c04b5a43a62f8464e0e commit: c28c2a990e87de81715fa2458582641491e2b39e Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Dec 27 00:43:28 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jan 1 16:24:15 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c28c2a99 app-office/kexi: New package Package-Manager: portage-2.2.24 app-office/kexi/kexi-9999.ebuild | 74 ++++++++++++++++++++++++++++++++++++++++ app-office/kexi/metadata.xml | 12 +++++++ 2 files changed, 86 insertions(+) diff --git a/app-office/kexi/kexi-9999.ebuild b/app-office/kexi/kexi-9999.ebuild new file mode 100644 index 0000000..c989050 --- /dev/null +++ b/app-office/kexi/kexi-9999.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_DOXYGEN="true" +# KDE_HANDBOOK="true" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="A visual database applications creator" +HOMEPAGE="https://www.kde.org/applications/office/kexi/ http://www.kexi-project.org/" +KEYWORDS="" +IUSE="activities marble mdb mysql postgres sqlite sybase webform xbase" + +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 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_kdeapps_dep kdb 'mysql?,postgres?,sqlite?') + $(add_kdeapps_dep kproperty) + $(add_kdeapps_dep kreport) + dev-qt/designer:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + activities? ( $(add_frameworks_dep kactivities) ) + marble? ( $(add_kdeapps_dep marble) ) + mdb? ( dev-libs/glib:2 ) + mysql? ( virtual/libmysqlclient ) + postgres? ( + dev-db/postgresql:* + dev-libs/libpqxx + ) + sybase? ( dev-db/freetds ) + webform? ( dev-qt/qtwebkit:5 ) + xbase? ( dev-db/xbase ) +" +DEPEND="${COMMON_DEPEND} + sys-devel/gettext +" +RDEPEND="${COMMON_DEPEND} + !app-office/calligra[calligra_features_kexi] +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package activities KF5Activities) + $(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) + $(cmake-utils_use_find_package sybase FreeTDS) + $(cmake-utils_use_find_package webform Qt5WebKitWidgets) + $(cmake-utils_use_find_package xbase XBase) + ) + + kde5_src_configure +} diff --git a/app-office/kexi/metadata.xml b/app-office/kexi/metadata.xml new file mode 100644 index 0000000..1c46a82 --- /dev/null +++ b/app-office/kexi/metadata.xml @@ -0,0 +1,12 @@ + + + + kde + + Enable kactivities support + Enable displaying of maps using kde-apps/marble + Enable support for Microsoft Access database + Enable web form designer widget using dev-qt/qtwebkit + Enable support for xbase compatible database formats + +