end-4 / dots-hyprland

Modern, feature-rich and accessible desktop configuration.
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.06k stars 196 forks source link

Misc cleanup #630

Closed moetayuko closed 1 week ago

end-4 commented 1 week ago

Good I used gojq because I wanted my bash workspace indicator script to be fast, but now I don't use bash for that anymore so it's nice to use jq instead of gojq to reduce an AUR dependency

moetayuko commented 1 week ago

Good I used gojq because I wanted my bash workspace indicator script to be fast, but now I don't use bash for that anymore so it's nice to use jq instead of gojq to reduce an AUR dependency

you might want to switch to jaq for speed, which is available in Arch extra as well. https://github.com/01mf02/jaq?tab=readme-ov-file#performance

end-4 commented 1 week ago

iirc i had issues with jaq how its args were a bit different... i could be wrong and can't be bothered to investigate at this point

moetayuko commented 1 week ago

@clsty I just noticed that illogical-impulse-basic was not rebuilt by the script because pkgver was not updated. We need to either bump pkgver of these meta-packages when updating, or pass -f to makepkg. Which is preferred in your sense?

clsty commented 10 hours ago

@clsty I just noticed that illogical-impulse-basic was not rebuilt by the script because pkgver was not updated. We need to either bump pkgver of these meta-packages when updating, or pass -f to makepkg. Which is preferred in your sense?

Sorry for late response. The former one sounds better to me, though I don't know how to achieve that. PR is welcome.

moetayuko commented 10 hours ago

@clsty I just noticed that illogical-impulse-basic was not rebuilt by the script because pkgver was not updated. We need to either bump pkgver of these meta-packages when updating, or pass -f to makepkg. Which is preferred in your sense?

Sorry for late response. The former one sounds better to me, though I don't know how to achieve that. PR is welcome.

Increasing pkgrel every time after updating pkgbuild should be sufficient.