public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/
Date: Thu, 15 Mar 2018 16:34:04 +0000 (UTC)	[thread overview]
Message-ID: <1521131613.d6210fd3c310d9ae05af674da40b53eb399b506b.asturm@gentoo> (raw)

commit:     d6210fd3c310d9ae05af674da40b53eb399b506b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 15 15:45:24 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 16:33:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6210fd3

app-office/skrooge: 2.12.0 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-office/skrooge/Manifest              |  1 +
 app-office/skrooge/skrooge-2.12.0.ebuild | 96 ++++++++++++++++++++++++++++++++
 2 files changed, 97 insertions(+)

diff --git a/app-office/skrooge/Manifest b/app-office/skrooge/Manifest
index e4136218e81..06bb526e293 100644
--- a/app-office/skrooge/Manifest
+++ b/app-office/skrooge/Manifest
@@ -1 +1,2 @@
 DIST skrooge-2.11.0.tar.xz 20677024 BLAKE2B d8995746a64489cf9b6c824c8d6349f2ef10a57fcc086c97db0ce1b65e31f72fa4c41994b4dd4ab85df008e2721bd84a029a9f71ea219d6203856e314895e2ef SHA512 088ef94d2eaa866a1cf3f55ed960bccf27a80e3a1138855b35fa301c799468b0d0594a03310872a9b3ce2513d1ac9a8df3fa039636517f7b2b135fda65a67e00
+DIST skrooge-2.12.0.tar.xz 20289828 BLAKE2B 999f100fffca3b8fff5e343b1137fc51e337428cdbd89f7e5eb72811e3e5e1522cc257e6be83aad57cf4ec66fefd061b685d94caaadcc27182f32da13d57014f SHA512 348262a7e86f6b3f9fa028fea324eeb73c96e03a77d16774ae9f4b554c1893aca7a002bcf3160d4055cfe8aaceeb76a364e71e7f605382cfe1a801eca1ca874f

diff --git a/app-office/skrooge/skrooge-2.12.0.ebuild b/app-office/skrooge/skrooge-2.12.0.ebuild
new file mode 100644
index 00000000000..f5110fcfb09
--- /dev/null
+++ b/app-office/skrooge/skrooge-2.12.0.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Personal finances manager, aiming at being simple and intuitive"
+HOMEPAGE="https://skrooge.org/"
+[[ ${PV} == 9999 ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="activities designer kde ofx"
+
+COMMON_DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep knewstuff)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwallet)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	$(add_qt_dep qtconcurrent)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtdeclarative 'widgets')
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtprintsupport)
+	$(add_qt_dep qtscript)
+	$(add_qt_dep qtsql)
+	$(add_qt_dep qtsvg)
+	$(add_qt_dep qtwebkit)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
+	app-crypt/qca:2[qt5(+)]
+	dev-db/sqlcipher
+	dev-libs/grantlee:5
+	activities? ( $(add_frameworks_dep kactivities) )
+	kde? ( $(add_frameworks_dep krunner) )
+	ofx? ( dev-libs/libofx )
+"
+DEPEND="${COMMON_DEPEND}
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep kwindowsystem)
+	dev-libs/libxslt
+	virtual/pkgconfig
+	x11-misc/shared-mime-info
+	designer? (
+		$(add_frameworks_dep kdesignerplugin)
+		$(add_qt_dep designer)
+	)
+"
+RDEPEND="${COMMON_DEPEND}
+	!app-office/skrooge:4
+"
+
+REQUIRED_USE="test? ( designer )"
+
+# hangs + installs files
+RESTRICT+=" test"
+
+src_configure() {
+	local mycmakeargs=(
+		-DSKG_BUILD_TEST=$(usex test)
+		-DSKG_DESIGNER=$(usex designer)
+		$(cmake-utils_use_find_package activities KF5Activities)
+		$(cmake-utils_use_find_package kde KF5Runner)
+		$(cmake-utils_use_find_package ofx LibOfx)
+	)
+
+	kde5_src_configure
+}
+
+src_test() {
+	local mycmakeargs=(
+		-DSKG_BUILD_TEST=ON
+	)
+	kde5_src_test
+}


             reply	other threads:[~2018-03-15 16:34 UTC|newest]

Thread overview: 129+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-15 16:34 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-02 10:29 [gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/ Andreas Sturmlechner
2025-03-02 10:29 Andreas Sturmlechner
2025-02-18 21:42 Andreas Sturmlechner
2025-02-18 21:42 Andreas Sturmlechner
2025-01-12 12:09 Andreas Sturmlechner
2025-01-12 12:09 Andreas Sturmlechner
2024-12-29 18:52 Andreas Sturmlechner
2024-12-16 11:54 Sam James
2024-11-23 11:36 Andreas Sturmlechner
2024-10-10 22:34 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-05-15 18:08 Andreas Sturmlechner
2024-05-15  9:28 Sam James
2024-04-09 20:02 Andreas Sturmlechner
2023-11-06  0:05 Andreas Sturmlechner
2023-11-04  9:06 Sam James
2023-10-03 19:21 Andreas Sturmlechner
2023-09-03  7:58 Andreas Sturmlechner
2023-08-08  2:27 Sam James
2023-07-08 16:06 Andreas Sturmlechner
2023-04-30 17:08 Andreas Sturmlechner
2023-04-30 16:48 Arthur Zamarin
2023-02-19  9:59 Andreas Sturmlechner
2023-02-18 14:16 Andreas Sturmlechner
2022-09-16  7:59 Andreas Sturmlechner
2022-09-16  6:52 Agostino Sarubbo
2022-09-06  2:19 Sam James
2022-08-05 15:23 Andreas Sturmlechner
2022-02-26 19:43 Andreas Sturmlechner
2022-02-26 18:52 Sam James
2022-02-26 18:52 Sam James
2022-01-26 10:01 Andreas Sturmlechner
2021-08-31 15:42 Andreas Sturmlechner
2021-08-29 10:02 Agostino Sarubbo
2021-08-29 10:00 Agostino Sarubbo
2021-07-29 19:06 Andreas Sturmlechner
2021-02-03  0:25 Andreas Sturmlechner
2021-02-02 23:46 Sam James
2021-01-27 19:55 Sam James
2021-01-25 16:48 Andreas Sturmlechner
2021-01-18  1:20 Andreas Sturmlechner
2021-01-03 22:56 Sam James
2020-12-05 22:56 Andreas Sturmlechner
2020-11-25  9:40 Andreas Sturmlechner
2020-11-25  9:40 Andreas Sturmlechner
2020-10-26 16:09 Andreas Sturmlechner
2020-08-30  7:58 Andreas Sturmlechner
2020-08-30  1:32 Thomas Deutschmann
2020-08-22  5:43 Agostino Sarubbo
2020-07-21 17:32 Andreas Sturmlechner
2020-05-27 20:38 Andreas Sturmlechner
2020-05-18 15:13 Agostino Sarubbo
2020-05-18 15:08 Agostino Sarubbo
2020-04-09 23:07 Andreas Sturmlechner
2020-02-12 15:10 Agostino Sarubbo
2020-02-08 13:38 Mikle Kolyada
2019-12-15 20:08 Andreas Sturmlechner
2019-08-14 13:00 Andreas Sturmlechner
2019-08-14 13:00 Andreas Sturmlechner
2019-08-11 21:30 Thomas Deutschmann
2019-06-23 14:55 Andreas Sturmlechner
2019-06-20 10:37 Andreas Sturmlechner
2019-06-05 20:02 Andreas Sturmlechner
2019-05-26 22:27 Thomas Deutschmann
2019-05-26 11:45 Mikle Kolyada
2019-04-23 20:25 Andreas Sturmlechner
2019-04-21 11:31 Andreas Sturmlechner
2019-03-02 20:49 Thomas Deutschmann
2019-03-02 16:14 Mikle Kolyada
2019-02-20 13:04 Mikle Kolyada
2019-02-15 23:07 Andreas Sturmlechner
2019-02-07 19:33 Andreas Sturmlechner
2018-12-18 23:29 Andreas Sturmlechner
2018-12-13 20:42 Mikle Kolyada
2018-12-13 12:48 Thomas Deutschmann
2018-11-08 12:29 Andreas Sturmlechner
2018-11-07 23:44 Thomas Deutschmann
2018-11-07 10:18 Mikle Kolyada
2018-11-04 20:33 Andreas Sturmlechner
2018-10-04 12:55 Andreas Sturmlechner
2018-09-24  1:50 Thomas Deutschmann
2018-09-16 13:19 Mikle Kolyada
2018-09-12 12:36 Andreas Sturmlechner
2018-07-01 16:27 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-06-06 23:49 Thomas Deutschmann
2018-05-09  6:32 Andreas Sturmlechner
2018-05-05  6:59 Andreas Sturmlechner
2018-05-03 10:13 Mikle Kolyada
2018-05-02 16:33 Thomas Deutschmann
2018-03-10  2:05 Michael Palimaka
2018-03-10  2:05 Michael Palimaka
2018-03-07 13:51 Agostino Sarubbo
2018-02-03 23:19 Andreas Sturmlechner
2017-12-16 12:21 Michael Palimaka
2017-12-16 12:21 Michael Palimaka
2017-11-19  6:35 Michael Palimaka
2017-11-19  6:35 Michael Palimaka
2017-11-10 23:10 Andreas Sturmlechner
2017-11-10 19:20 Andreas Sturmlechner
2017-11-07 17:57 Thomas Deutschmann
2017-11-05 17:16 Andreas Sturmlechner
2017-08-26 12:30 Michael Palimaka
2017-08-20 14:55 Andreas Sturmlechner
2017-07-07 20:53 Andreas Sturmlechner
2017-07-07  8:12 Agostino Sarubbo
2017-07-05 20:31 Agostino Sarubbo
2017-04-16 17:40 Andreas Sturmlechner
2017-04-16 17:40 Andreas Sturmlechner
2017-04-06 19:35 Johannes Huber
2017-04-06 19:35 Johannes Huber
2017-01-24  0:26 Andreas Sturmlechner
2017-01-23 19:31 Johannes Huber
2017-01-23 19:31 Johannes Huber
2016-12-30 16:05 Johannes Huber
2016-11-27  9:57 Michael Palimaka
2016-11-27  9:57 Michael Palimaka
2016-08-05 17:24 Michael Palimaka
2016-06-23 19:49 Michael Palimaka
2016-06-23 19:49 Michael Palimaka
2016-06-23 19:49 Michael Palimaka
2016-02-14 14:12 Michael Palimaka
2016-01-27  9:22 Agostino Sarubbo
2015-12-02 14:38 Michael Palimaka
2015-12-02 14:38 Michael Palimaka
2015-09-24 19:38 Michael Palimaka
2015-09-10 17:04 Michael Palimaka

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=1521131613.d6210fd3c310d9ae05af674da40b53eb399b506b.asturm@gentoo \
    --to=asturm@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