Search Criteria
Package Details: grocy 4.4.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/grocy.git (read-only, click to copy) |
---|---|
Package Base: | grocy |
Description: | web-based self-hosted groceries & household management solution for your home |
Upstream URL: | https://grocy.info/ |
Licenses: | MIT |
Submitter: | danieltetraquark |
Maintainer: | danieltetraquark |
Last Packager: | danieltetraquark |
Votes: | 8 |
Popularity: | 0.64 |
First Submitted: | 2019-12-23 00:17 (UTC) |
Last Updated: | 2025-03-18 01:51 (UTC) |
Dependencies (7)
- php-gd
- php-interpreter (php, php-legacy)
- php-intl (php)
- php-sqlite
- composer (composer-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
Latest Comments
1 2 3 Next › Last »
danieltetraquark commented on 2025-03-19 18:56 (UTC)
@pullmoll thanks for the look. I decided against increasing pkgrel, since only package metadata was updated and the output of the "extracted package" itself is still the same (see wiki/manpage). Also, on further inspection it still relies on calling php binary in the PKGBUILD's build together with composer (composer-git should be updated to remove the provides thing btw), I don't see a way to make that fully php-interpreter compatible. If you have an idea, please I'm open for input, until then I think the best way is to go back to the variant without -interpreter.
pullmoll commented on 2025-03-19 18:17 (UTC)
Hi, I have taken also a look into the PKGBUILD. You have already included php-interpreter, but the php-gd,... packages have also -interpreter counterparts. php-intl is always provided by php-interpreter and can be left out. The dependency composer-git is by the way a different package and not related to composer (php). Unfortunately composer has no -interpreter package, yet.
Here is my current version of the PKGBUILD in case and I'd be happy, if you can extend your's:
pullmoll commented on 2025-03-16 09:59 (UTC)
Hi, thank you for maintaining the grocy AUR package. Can you make this package depend on php-interpreter, instead of php, please?
danieltetraquark commented on 2025-02-01 00:35 (UTC)
@xanikira I've updated the package to 4.4.1. I tested it that it compiles, but as I'm currently quite busy I couldn't test beyond that right now. If you notice anything broken, leave a comment with whats broken.
-- Daniel
danieltetraquark commented on 2023-08-25 16:55 (UTC)
@rany thank you, I think you're right. I've updated it. In theory, chowning a symlink should change the owner of the target, but this would fail if you don't have the package already installed and build in a chroot.
rany commented on 2023-08-25 16:09 (UTC)
Shouldn't the PKGBUILD chown /var/lib/webapps/grocy not /usr/share/webapps/grocy/data? /usr/share/webapps/grocy/data would only chown the symlink to /var/lib/webapps/grocy which isn't very useful.
notEvil commented on 2023-08-25 13:36 (UTC)
I just ran into https://github.com/grocy/grocy/issues/2307 which is a consequence of not clearing the viewcache directory (/var/lib/webapps/grocy/viewcache) after update, see https://github.com/grocy/grocy#how-to-update.
Mettacrawer commented on 2022-09-18 10:32 (UTC)
@TheHellSite I took notes while I installed grocy and published a step list here: https://gist.github.com/ambiamber/4a3398504c692bc6f24f9b60875fa401
1 2 3 Next › Last »