Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg: phosh: gnome-clocks-mobile: make alarms wake from deep sleep #346

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kclisp
Copy link

@kclisp kclisp commented Mar 15, 2022

Adds a patch, ported from
https://git.alpinelinux.org/aports/tree/community/gnome-clocks/0001-waked-implementation.patch

Adds a PKGBUILD for waked

Fixes #100


This is my first code contribution to this project and first PKGBUILD, so I'd like a bit of guidance:

  1. For waked to be enabled with systemd, you can run (according to upstream):
systemctl enable waked
systemctl start waked

(which should be the same as systemctl enable --now waked). Is there anything I can do with this info?

  1. waked requires sdbus-cpp, which is available on the AUR (https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=sdbus-cpp), but it doesn't list aarch64 in its arch. I added it manually, and it seems to work. The PKGBUILD for sdbus-cpp also makes code gen and docs, which seems unnecessary to me. What do you suggest I do here? Make a PKGBUILD under phosh, or see if the maintainer can change it?

Other suggestions and comments are welcome.

@kclisp kclisp force-pushed the master branch 3 times, most recently from 2d1b9a3 to a252b3c Compare July 21, 2023 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alarm does not wake up from deep sleep
1 participant