Search Criteria
Package Details: denaro 2024.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/denaro.git (read-only, click to copy) |
---|---|
Package Base: | denaro |
Description: | A personal finance manager |
Upstream URL: | https://github.com/NickvisionApps/denaro |
Keywords: | gnome |
Licenses: | GPL3 |
Submitter: | bordam |
Maintainer: | bordam (AutoUpdateBot) |
Last Packager: | AutoUpdateBot |
Votes: | 2 |
Popularity: | 0.009277 |
First Submitted: | 2023-01-18 13:26 (UTC) |
Last Updated: | 2024-02-03 07:58 (UTC) |
Dependencies (5)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-5.0-binAUR, dotnet-runtime-7.0-binAUR, dotnet-runtime-6.0-binAUR, dotnet-runtime-preview-binAUR, dotnet-runtime-binAUR, dotnet-runtime-8.0-binAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-5.0-binAUR, dotnet-sdk-6.0.110-binAUR, dotnet-sdk-7.0-binAUR, dotnet-sdk-8.0.300-binAUR, dotnet-sdk-6.0-binAUR, dotnet-sdk-preview-binAUR, dotnet-sdk-binAUR, dotnet-sdk-8.0-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
bordam commented on 2023-04-16 12:38 (UTC)
I just updated the pkgbuild to use the official build system. Let me know if the problem persists.
carlosal1015 commented on 2023-04-13 17:49 (UTC)
I can confirm the patch provided by @j.r
This change does the job
j.r commented on 2023-04-12 12:21 (UTC)
I just found the problem myself, should be solved with this patch
j.r commented on 2023-04-12 12:05 (UTC)
Fails to build in a clean chroot with the following error:
os225 commented on 2023-01-18 14:32 (UTC)
Users should migrate to the new denaro package: https://aur.archlinux.org/packages/denaro
bordam commented on 2022-11-07 21:18 (UTC)
@nlogozzo Oh alright, I'll remove it from the deps of this and the vcs package
os225 commented on 2022-11-07 21:01 (UTC)
Believe it or not, although it is written in C++, Money (and all Nickvision apps) don't depend on gtkmm-4.0 but instead just pure gtk4 :)
dusansimic commented on 2022-11-05 10:00 (UTC)
@yochananmarqos Thanks for reaching out. I can see that when the project maintainer themselves created the
nickvision-tube-converter
package, they named it with a prefix. However, it's usually a practice to use the project name frommeson.build
as a package name if it is free (there is nomoney
package in either Arch repos or AUR) or if it is taken, some prefix is added. Since the package name wasn't taken, I've usedmoney
because it is in both themeson.build
and the app id (org.nickvision.money
). Is there any particular reason why other packages have the previxnickvision-
?yochananmarqos commented on 2022-11-05 01:45 (UTC) (edited on 2022-11-05 01:45 (UTC) by yochananmarqos)
Just an FYI, everyone is prefixing the same developer's packages with
nickvision-
. The VCS version of the package isnickvision-money-git
.