mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-office/kraft: add 0.98
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kraft-0.95.tar.gz 877790 BLAKE2B 4099845816191c5760f81a5512dc5d5afab1a76eb79c5d3fdead58d7a25342c4f461a6bf4d65313837d6bce32e80c1c8348f674b62358bb08cfdfd3ecf845bad SHA512 8070827a491b2a923b4608752ee2202377aeb2c472a3ee81feaad3b853d13bafe9f9c70719e1dfffeceb1492df80608327a56541453456be87a97bb3d5457f42
|
||||
DIST kraft-0.98.tar.gz 968081 BLAKE2B 01221ea11e3d4793b2158f1742a2629759405aed22cc4e2c33e0c2d54862c34eb51f435af11738b383671b254e984a92a3362e9465ebb899054401156f535cba SHA512 f8241ac00d80d45224fdc1d4847724d08ac138ea4c6a95a598b001c977002b2c3e8a9f054a1ac2ac4e86de6de8eff304b11b653a3dc3225ad757c5f5ca501850
|
||||
|
||||
50
app-office/kraft/kraft-0.98.ebuild
Normal file
50
app-office/kraft/kraft-0.98.ebuild
Normal file
@@ -0,0 +1,50 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
VIRTUALX_REQUIRED="test"
|
||||
inherit ecm
|
||||
|
||||
DESCRIPTION="Software to manage quotes and invoices in small enterprises"
|
||||
HOMEPAGE="https://www.volle-kraft-voraus.de/"
|
||||
SRC_URI="https://github.com/dragotin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2+"
|
||||
SLOT="5"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="pim"
|
||||
|
||||
RESTRICT="test" # requires package installed, bug 745408
|
||||
|
||||
DEPEND="
|
||||
dev-cpp/ctemplate
|
||||
dev-libs/grantlee:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtsql:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtxml:5
|
||||
kde-frameworks/kconfig:5
|
||||
kde-frameworks/kcontacts:5
|
||||
kde-frameworks/ki18n:5
|
||||
pim? (
|
||||
>=kde-apps/akonadi-22.04.3:5
|
||||
>=kde-apps/akonadi-contacts-22.04.3:5
|
||||
kde-frameworks/kcoreaddons:5
|
||||
)
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-qt/qtsvg:5
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_Asciidoctor=ON
|
||||
$(cmake_use_find_package pim KF5Akonadi)
|
||||
$(cmake_use_find_package pim KF5AkonadiContact)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user