From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/moneydance/
Date: Wed, 17 Apr 2024 14:13:45 +0000 (UTC) [thread overview]
Message-ID: <1713363085.e34693b846340f6d136350cdf290ff00ec8bea5d.conikost@gentoo> (raw)
commit: e34693b846340f6d136350cdf290ff00ec8bea5d
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 11:46:55 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 14:11:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34693b8
app-office/moneydance: add 2024.5117
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-office/moneydance/Manifest | 1 +
app-office/moneydance/moneydance-2024.5117.ebuild | 53 +++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/app-office/moneydance/Manifest b/app-office/moneydance/Manifest
index a98cddd756bf..0e0da766583b 100644
--- a/app-office/moneydance/Manifest
+++ b/app-office/moneydance/Manifest
@@ -1 +1,2 @@
DIST moneydance-2023.3.5064-amd64.tar.gz 149144383 BLAKE2B 5a33330a93a6e0b973f544a66071ed4cafc22d60fed82fa1c791d06a4add209cd355331a7aae5fced070fed8de8461c72133129788905a717c4a4685abd9b443 SHA512 0da77143e9a4449946c392cc02d98c3a0a7080666b2d6f26d49c660f600d8c2534281cdaa689f01142a23bc106a170b7dc576b113795408682402a117285c101
+DIST moneydance-2024.5117-amd64.tar.gz 146426222 BLAKE2B f7fe5572c7b25a2bee0500e62a12a46e05c5c42916c9e3a65ea55af6fcb150afb8edd5304adc317a3ca94c95e8fb2d1405d06bd68e89db3c71d07ef31ffb0aa1 SHA512 1dc45e5ef195f71d7ec95037f6a1b42cf946feebf82d7b7c238c21bfa467546c983d5f77df5836d7d04e3081c08366eb4b1d1c70fccb83274d758c9419b669b5
diff --git a/app-office/moneydance/moneydance-2024.5117.ebuild b/app-office/moneydance/moneydance-2024.5117.ebuild
new file mode 100644
index 000000000000..16ed7e74f2be
--- /dev/null
+++ b/app-office/moneydance/moneydance-2024.5117.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2018-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop java-pkg-2 xdg-utils
+
+MY_PN="Moneydance"
+MY_PV="$(ver_cut 1)_$(ver_cut 2)"
+
+DESCRIPTION="A cross-platform personal finance application"
+HOMEPAGE="https://moneydance.com/"
+SRC_URI="https://infinitekind.com/stabledl/${MY_PV}/${MY_PN}_linux_amd64.tar.gz -> ${P}-amd64.tar.gz"
+S="${WORKDIR}/${MY_PN}"
+
+LICENSE="Apache-1.0 Apache-2.0 BSD CPAL-1.0 CPL-1.0 CSL-2.0 LGPL-2 MIT TIK"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="|| (
+ dev-java/openjdk-bin:17
+ dev-java/openjdk:17
+ )
+"
+
+DEPEND="${RDEPEND}"
+
+RESTRICT="bindist mirror"
+
+src_compile() {
+ :;
+}
+
+src_install() {
+ java-pkg_dojar lib/*.jar
+
+ newbin "${FILESDIR}/moneydance-bin" moneydance
+
+ local iconsizes="32 128 512"
+ for iconsize in ${iconsizes}; do
+ newicon -s ${iconsize} resources/moneydance_icon${iconsize}.png moneydance.png
+ done
+
+ make_desktop_entry "moneydance" "Moneydance" moneydance Office
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
next reply other threads:[~2024-04-17 14:13 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-17 14:13 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-17 14:13 [gentoo-commits] repo/gentoo:master commit in: app-office/moneydance/ Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-04-01 19:39 Conrad Kostecki
2021-10-23 12:27 Conrad Kostecki
2021-10-23 12:27 Conrad Kostecki
2020-12-15 14:27 Conrad Kostecki
2020-12-15 14:27 Conrad Kostecki
2020-10-10 10:39 Conrad Kostecki
2020-10-10 10:39 Conrad Kostecki
2020-10-10 10:39 Conrad Kostecki
2020-08-22 23:18 Conrad Kostecki
2020-08-22 23:18 Conrad Kostecki
2019-07-08 7:35 Michał Górny
2019-05-20 11:40 Mikle Kolyada
2019-04-24 23:11 Thomas Deutschmann
2019-03-10 22:38 Patrice Clement
2019-03-10 22:38 Patrice Clement
2019-01-29 23:00 Patrice Clement
2019-01-29 23:00 Patrice Clement
2019-01-29 23:00 Patrice Clement
2018-11-17 20:08 Sebastian Pipping
2018-11-17 14:14 Sebastian Pipping
2018-11-16 23:01 Patrice Clement
2018-11-16 23:01 Patrice Clement
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=1713363085.e34693b846340f6d136350cdf290ff00ec8bea5d.conikost@gentoo \
--to=conikost@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