Is there an alarm clock that vibrates on #PostMarketOS?
@crft try this branch https://gitlab.gnome.org/guidog/gnome-clocks/-/tree/lfb
@agx you're the best! I don't know how to use this branch. Would this need to be cloned, built and installed somehow?
@crft Yes, either that or you apply the top 3 commits on top of your distributions package.
@agx thanks again for all of your hard work. :) Branch compiles with `nix-shell -p meson vala pkg-config cmake glib gtk4 libgweather geocode-glib_2 gnome-desktop geoclue2 libadwaita itstool desktop-file-utils ninja appstream-glib` dependencies. scp'd the builddir/src/gnome-clocks to the postmarketos device, but the binary doesn't work at all (expecting nix store ld-linux lol). Not seeing gnome-clocks in the postmarketos repo, but it is in the alpine repo. Not sure where to go from there. :(
@crft I'd just put the 3 topmost commits on top of the alpine package (and add the build-dependeny to libfeedback-dev) and then build on device.
I'd read up on alpine packaging or check with them on matrix. You can `git format-patch` the top 3 commits and add them similar to the `0001-waked-support.patch`