Search Criteria
Package Details: stretchly-git 1135.8a6068a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/stretchly-git.git (read-only, click to copy) |
---|---|
Package Base: | stretchly-git |
Description: | The break time reminder app |
Upstream URL: | https://github.com/hovancik/stretchly/ |
Licenses: | BSD |
Conflicts: | stretchly, stretchly-bin |
Provides: | stretchly |
Submitter: | lkrms |
Maintainer: | lkrms |
Last Packager: | lkrms |
Votes: | 1 |
Popularity: | 0.000176 |
First Submitted: | 2020-11-03 07:27 (UTC) |
Last Updated: | 2022-04-18 09:19 (UTC) |
Dependencies (16)
- at-spi2-atk (at-spi2-atk-git)
- electron17 (electron17-bin)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-patched-filechooser-icon-view, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-classic-noatk-64, gtk3-ubuntu)
- libappindicator-gtk3 (libappindicator-bzr)
- libnotify (libnotify-gtk2, libnotify-id, libnotify-git)
- libsecret
- libxcrypt-compat
- libxss
- libxtst
- nss (nss-hg)
- util-linux-libs (util-linux-libs-nosystemd-minimal-git, util-linux-libs-selinux, util-linux-libs-aes)
- xdg-utils (mimi-git, busking-git, xdg-utils-git, linopen, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, xdg-utils-symlink-fix, xdg-utils-mimeo, xdg-utils-lxqt, opener, mimejs-git)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- jq (jq-git) (make)
- nvm (nvm-git) (make)
- python (python38, python37, nogil-python, python39, python36, python32, python311) (make)
Latest Comments
xeruf commented on 2022-06-05 23:21 (UTC)
indeed, that did it. Weird.
lkrms commented on 2022-05-12 09:52 (UTC)
Hi xeruf, I can’t replicate that issue here, but from the log you posted, it looks like your package build directory is dirty. Can you try deleting
src
and any other leftovers from your earlier build and let me know how you go?xeruf commented on 2022-05-06 16:10 (UTC)
Unfortunately not:
lkrms commented on 2022-04-18 09:57 (UTC)
Sorry I didn't see your comment earlier, @xeruf. I updated the stretchly package when electron was updated, but overlooked this one. Hopefully all good now.
xeruf commented on 2022-04-12 10:01 (UTC) (edited on 2022-04-12 10:12 (UTC) by xeruf)
Oof, why do only AUR packages provide electron...
https://bugs.archlinux.org/task/65280
lkrms commented on 2022-02-26 07:41 (UTC)
@slimb unfortunately the fix mentioned in the PR didn’t resolve the issue, otherwise I wouldn’t have needed to switch in the first place (I actually updated the PKGBUILD after the PR was merged).
The latest release of Stretchly has moved to electron 17, so once Arch moves to 17 I’ll test again and hopefully return to using the system’s electron.
slimb commented on 2022-02-25 19:03 (UTC)
I noticed upstream implemented a workaround to the no text electron issue. Can you revert back to system electron? https://github.com/hovancik/stretchly/pull/1073
slimb commented on 2021-07-20 00:18 (UTC)
The systemd unit was added upstream in
examples/stretchly.service
slimb commented on 2021-06-26 19:22 (UTC)
Thanks for adding. Maybe the author was lazy since it works on zsh. You should update the wiki with the better test example.
I'll look into submitting PR upstream - good call, thanks.
lkrms commented on 2021-06-21 06:02 (UTC)
Thanks for the feedback, @slimb. The
_ensure_local_nvm
example you referenced doesn't work as-is, becausenvm
is a shell function andwhich
can only resolve commands, but I've added a corrected version toprepare()
andbuild()
for the benefit of those not building withchroot
.Thanks for the systemd unit, too. I won't add this to the PKGBUILD but you should open a PR on Stretchly's Github and see what they think of it :)
slimb commented on 2021-06-20 17:25 (UTC)
Here's a systemd user unit, which could for example, launch stretchly on startup.
If you add it to the PKGBUILD, it should be placed in
/usr/lib/systemd/user/stretchly.service
. If it doesn't get added to the PKGBUILD, users wanting to install it manually should place in~/.config/systemd/user/stretchly.service
slimb commented on 2021-06-12 21:33 (UTC) (edited on 2021-06-12 21:33 (UTC) by slimb)
Thanks for the PKGBUILD.
init-nvm.sh
needs to be sourced inbuild()
function tooArchwiki has an example function
_ensure_local_nvm()
which could be used https://wiki.archlinux.org/title/Node.js_package_guidelines#Using_nvm