mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-office/kraft: Drop slot 4
Closes: https://bugs.gentoo.org/635058 Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST kraft-0.59.tar.xz 560116 BLAKE2B bd9ab18015582c34343e0fa93601937c8bb874a063ae37a6ed481170206ba6430cbe09068c4cdc879f80a37f1cd770b350b3841752f3146ef95680a565e4126f SHA512 53576855e3a4ac054818cc3fcb5d123222c0a5839ba621ea7c1f390f1e3180b5c87b00daa09a57fbea64cbd1dc857c4cb7645c5f539635811ef236c76483dc36
|
||||
DIST kraft-0.80_beta3.tar.gz 625756 BLAKE2B ecbad304b76b7bec827573d4f001ac36b55c84df1a78fcdee25d71dc6efc9b341aa6d708bd288beee3a7c75d2f1b60f01aa6877a29ef750487a516d7575de5a3 SHA512 d94b00fb8b366473948641425288118acf276b429169c4e187b66dfb1ce4bc0d326ee215bd8b3dcbde25d2ec04ab2f0c3dcf4c22ada676a31e761a8278bc06da
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
From 63248f8004e7e0b05fe1716f6ff432b16b382e8f Mon Sep 17 00:00:00 2001
|
||||
From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
|
||||
Date: Thu, 16 Nov 2017 22:14:05 +0100
|
||||
Subject: [PATCH] Sort deps, add implicit, and split PIM from real KF5 libs
|
||||
|
||||
Add descriptions to PIM dependencies.
|
||||
---
|
||||
CMakeLists.txt | 33 ++++++++++++++++++++++++++-------
|
||||
1 file changed, 26 insertions(+), 7 deletions(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 739daac..9f95ecf 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -25,21 +25,40 @@ remove_definitions(-DQT_NO_CAST_FROM_ASCII)
|
||||
|
||||
find_package(Qt5 CONFIG REQUIRED
|
||||
Core
|
||||
- Network
|
||||
- Widgets
|
||||
+ Gui
|
||||
Sql
|
||||
+ Widgets
|
||||
+ Xml
|
||||
)
|
||||
|
||||
find_package(KF5 REQUIRED COMPONENTS
|
||||
- Contacts
|
||||
+ Config
|
||||
+ ConfigWidgets
|
||||
+ CoreAddons
|
||||
I18n
|
||||
+ WidgetsAddons
|
||||
XmlGui
|
||||
- OPTIONAL_COMPONENTS
|
||||
- Akonadi
|
||||
- AkonadiContact
|
||||
)
|
||||
|
||||
-if(KF5Akonadi_FOUND)
|
||||
+find_package(KF5Contacts REQUIRED)
|
||||
+
|
||||
+find_package(KF5Akonadi)
|
||||
+set_package_properties(KF5Akonadi PROPERTIES
|
||||
+ DESCRIPTION "Library for general Access to Akonadi"
|
||||
+ URL "https://www.kde.org/"
|
||||
+ PURPOSE "Optionally used for addressbook integration"
|
||||
+ TYPE OPTIONAL
|
||||
+)
|
||||
+
|
||||
+find_package(KF5AkonadiContact)
|
||||
+set_package_properties(KF5AkonadiContact PROPERTIES
|
||||
+ DESCRIPTION "Library for Accessing Contacts stored in Akonadi"
|
||||
+ URL "https://www.kde.org/"
|
||||
+ PURPOSE "Optionally used for addressbook integration"
|
||||
+ TYPE OPTIONAL
|
||||
+)
|
||||
+
|
||||
+if(KF5Akonadi_FOUND AND KF5AkonadiContact_FOUND)
|
||||
add_definitions(-DHAVE_AKONADI)
|
||||
endif()
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
KDE_LINGUAS="ast bg bs cs da de en_GB eo es et fi fr ga gl hu it ja lt mai mr nds
|
||||
nl pl pt pt_BR ru sk sv tr ug uk zh_CN"
|
||||
QT3SUPPORT_REQUIRED="true"
|
||||
SQL_REQUIRED="always"
|
||||
inherit kde4-base
|
||||
|
||||
DESCRIPTION="Software for operating a small business, creating documents such as invoices"
|
||||
HOMEPAGE="http://www.volle-kraft-voraus.de/"
|
||||
SRC_URI="mirror://sourceforge/kraft/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="4"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="debug"
|
||||
|
||||
DEPEND="
|
||||
dev-cpp/ctemplate
|
||||
dev-qt/qtcore:4
|
||||
dev-qt/qtgui:4
|
||||
dev-qt/qtsql:4[mysql,sqlite]
|
||||
$(add_kdeapps_dep kdepimlibs)
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )
|
||||
Reference in New Issue
Block a user