public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: app-office/kexi/
Date: Fri,  1 Jan 2016 16:24:25 +0000 (UTC)	[thread overview]
Message-ID: <1451665455.c28c2a990e87de81715fa2458582641491e2b39e.kensington@gentoo> (raw)

commit:     c28c2a990e87de81715fa2458582641491e2b39e
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Dec 27 00:43:28 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+	<use>
+		<flag name="activities">Enable kactivities support</flag>
+		<flag name="marble">Enable displaying of maps using <pkg>kde-apps/marble</pkg></flag>
+		<flag name="mdb">Enable support for Microsoft Access database</flag>
+		<flag name="webform">Enable web form designer widget using <pkg>dev-qt/qtwebkit</pkg></flag>
+		<flag name="xbase">Enable support for xbase compatible database formats</flag>
+	</use>
+</pkgmetadata>


             reply	other threads:[~2016-01-01 16:24 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-01 16:24 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-22 12:33 [gentoo-commits] proj/kde:master commit in: app-office/kexi/ Johannes Huber
2016-03-22 20:13 Johannes Huber
2016-08-07 16:30 Michael Palimaka
2016-09-29 10:20 Michael Palimaka
2016-10-21 19:40 Michael Palimaka
2016-10-21 19:40 Michael Palimaka
2016-11-09 13:15 Michael Palimaka
2017-08-12 12:40 Michael Palimaka
2018-03-18  3:09 Michael Palimaka
2018-03-18  3:20 Michael Palimaka
2018-03-18  3:20 Michael Palimaka
2018-03-18  3:20 Michael Palimaka
2018-06-30 21:00 Andreas Sturmlechner
2019-01-26 20:29 Andreas Sturmlechner
2019-04-18 18:17 Andreas Sturmlechner
2019-08-25 15:58 Andreas Sturmlechner
2020-01-12 12:00 Andreas Sturmlechner
2021-11-15 11:07 Andreas Sturmlechner
2022-02-21 14:54 Andreas Sturmlechner
2022-10-06  7:33 Andreas Sturmlechner
2023-12-28 17:31 Andreas Sturmlechner
2024-10-07 18:59 Andreas Sturmlechner

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=1451665455.c28c2a990e87de81715fa2458582641491e2b39e.kensington@gentoo \
    --to=kensington@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