From 59679d441da3fd1364370e00ebe615df31465a96 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Mon, 28 Oct 2024 08:31:15 +0100 Subject: [PATCH] capitalbe: update to v2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From CapitalBe's changelog: * Introduce "ledgers" to separate bookkeeping for multiple persons/projects * Keep a list of recent ledgers in "Open ledger…" submenu * Added "CapitalBe ledger" MIME type * Allow double-clicking and drag&drop of "CapitalBe ledger" files * Rename "File" to "Ledger" menu and move "Categories" to there * Let the Zoom button maximize the window vertically * Still allow transaction dates of the future, but mark them "invalid" * Fix QIF im/export * Bugfixes * Updated documentation * Updated translations --- .../{capitalbe-2.1.recipe => capitalbe-2.2.recipe} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename haiku-apps/capitalbe/{capitalbe-2.1.recipe => capitalbe-2.2.recipe} (77%) diff --git a/haiku-apps/capitalbe/capitalbe-2.1.recipe b/haiku-apps/capitalbe/capitalbe-2.2.recipe similarity index 77% rename from haiku-apps/capitalbe/capitalbe-2.1.recipe rename to haiku-apps/capitalbe/capitalbe-2.2.recipe index 6797fd959..ba8bd5d4b 100644 --- a/haiku-apps/capitalbe/capitalbe-2.1.recipe +++ b/haiku-apps/capitalbe/capitalbe-2.2.recipe @@ -1,13 +1,15 @@ SUMMARY="A finance manager" DESCRIPTION="CapitalBe is a personal finance manager for Haiku. Easily track \ -where your money is going. View reports, reconcile accounts and more!" +where your money is going. View reports, create budgets, reconcile accounts and more! + +CapitalBe can im- and export QIF files (Quicken Interchange Format)." HOMEPAGE="https://github.com/HaikuArchives/CapitalBe" COPYRIGHT="2009 DarkWyrm (Jon Yoder) 2024 HaikuArchives Team" LICENSE="MIT" REVISION="1" SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="a5a1e6addb25ce3e14227a48d8303b191a363b5fe1faeaba9478e17b198d3101" +CHECKSUM_SHA256="f77ab54f45b8818ab074af8725237160e50e3bf4ba2be95ef1f1a1406050a015" SOURCE_DIR="CapitalBe-$portVersion" ARCHITECTURES="all"