pop-os / cosmic-greeter

libcosmic greeter for greetd, which can be run inside cosmic-comp
GNU General Public License v3.0
41 stars 19 forks source link

Avoid using git LFS for image #5

Open Quackdoc opened 6 months ago

Quackdoc commented 6 months ago

While git LFS is pretty nifty, At least arch doesn't support it via makepkg officially. (It is possible to use an AUR package which is what im using for my own pkgbuild scripts) but it's not ideal.

PS. you can shrink the png to 640kb using ect (or to 372kb using JXL lossless but image-rs doesn't support jxl yet and it's unclear when they will be willing to) if size is a factor

soloturn commented 5 months ago

how do you do it via AUR package @Quackdoc ? i do think this is an error in git-lfs, not in makepkg, so i reported it with git-lfs: https://github.com/git-lfs/git-lfs/issues/5644.

Quackdoc commented 5 months ago

you can find a demo here https://github.com/Quackdoc/pkgbuild-scripts/blob/Master/cosmic-epoch/cosmic-greeter-git/PKGBUILD I think I have it working, I may be mistaken