From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/moneydance/
Date: Sat, 23 Oct 2021 12:27:28 +0000 (UTC) [thread overview]
Message-ID: <1634992018.0a7c77e03c60e7379bad40d9e3c3d969413e431f.conikost@gentoo> (raw)
commit: 0a7c77e03c60e7379bad40d9e3c3d969413e431f
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 12:11:11 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 12:26:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7c77e0
app-office/moneydance: bump to vrsion 2022.4058
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-office/moneydance/Manifest | 1 +
app-office/moneydance/moneydance-2022.4058.ebuild | 54 +++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/app-office/moneydance/Manifest b/app-office/moneydance/Manifest
index a49f52deeb5..3b8536e06a5 100644
--- a/app-office/moneydance/Manifest
+++ b/app-office/moneydance/Manifest
@@ -1 +1,2 @@
DIST moneydance-2021.2006-amd64.tar.gz 154878776 BLAKE2B 89327c48f6a5794f2272956ef39a8c1a2da3b6cccc380d83df6973cd89245108e6eecb22938036db94442d4f88d109a89c5055085737063a3268638140ae231a SHA512 13f09c4410ac60f9e9d3a8dced47e5f66cf55e83274302d60ca4cab0e04b7de38f8004886c6b8fc96f3e30b938fe9394a946627346741436e2e52c301ae23e0c
+DIST moneydance-2022.4058-amd64.tar.gz 161507291 BLAKE2B eee61045518b9a40b213f9d24c7e26a394c0bb13aaee1df146d4bbc94f73703a585ac268bfa8ae1a211939f1f3c1716e9ed9a1e37895c5c10a643bc3ac4e6410 SHA512 835b697cd218f406cdcbd6194a1c59e0a4bcb899c05be7cb95ef586e44285610e90e90727899a23edabd9a566ea7ed6a058ad8274b6f460df80d6051127f3edd
diff --git a/app-office/moneydance/moneydance-2022.4058.ebuild b/app-office/moneydance/moneydance-2022.4058.ebuild
new file mode 100644
index 00000000000..3ee83cda0b9
--- /dev/null
+++ b/app-office/moneydance/moneydance-2022.4058.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2018-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+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:11
+ dev-java/openjdk:11
+ )
+"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_PN}"
+
+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:[~2021-10-23 12:27 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-23 12:27 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
2024-04-17 14:13 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
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=1634992018.0a7c77e03c60e7379bad40d9e3c3d969413e431f.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