Package Details: stretchly-git 1805.758cd0f1-1

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://hovancik.net/stretchly
Licenses: BSD
Conflicts: stretchly, stretchly-bin
Provides: stretchly
Submitter: lkrms
Maintainer: lkrms
Last Packager: lkrms
Votes: 1
Popularity: 0.000000
First Submitted: 2020-11-03 07:27 (UTC)
Last Updated: 2025-12-18 06:09 (UTC)

Latest Comments

1 2 Next › Last »

melonion commented on 2026-03-24 20:35 (UTC) (edited on 2026-03-24 20:36 (UTC) by melonion)

the latest version removed engines.node from the package.json, this adjustment worked well for me:

_ensure_local_nvm() {
    if type nvm &>/dev/null; then
        nvm deactivate
        nvm unload
    fi
    unset npm_config_prefix
    export NVM_DIR=${srcdir}/.nvm
    . /usr/share/nvm/init-nvm.sh || return
}

prepare() {
    cd "${srcdir}/${_pkgname}"
    _ensure_local_nvm
    nvm install "$_node_version" || return
}

build() {
    cd "${srcdir}/${_pkgname}"
    _ensure_local_nvm
    nvm use "$_node_version" || return

is that nvm unloading first even needed?

melonion commented on 2023-07-03 19:51 (UTC)

Fixed it in my version: https://aur.archlinux.org/cgit/aur.git/commit/?h=stretchly-xeruf-git&id=6e3356a25cd35ecc719ca8194b0ccd00cef55cbd

As I said, I would happily maintain both packages as that does not mean extra work for me.

melonion commented on 2023-03-04 22:29 (UTC)

Aha, there is an issue with the buildscript that trips up yay: https://github.com/Jguer/yay/issues/1889

melonion commented on 2022-11-29 21:18 (UTC) (edited on 2022-11-29 21:19 (UTC) by melonion)

Build fails with a rather weird error, is this a local problem of mine? Download from url seems fine from the browser, so idk why it is doing this.

  • building        target=pacman arch=x64 file=dist/Stretchly-1.12.0.pacman
  ⨯ Get "https://github.com/electron-userland/electron-builder-binaries/releases/download/fpm-1.9.3-2.3.1-linux-x86_64/fpm-1.9.3-2.3.1-linux-x86_64.7z": dial tcp: lookup github.com on [::1]:53: read udp [::1]:50703->[::1]:53: read: connection refused
github.com/develar/app-builder/pkg/download.(*Downloader).follow.func1
    /Volumes/data/Documents/app-builder/pkg/download/downloader.go:206
github.com/develar/app-builder/pkg/download.(*Downloader).follow
    /Volumes/data/Documents/app-builder/pkg/download/downloader.go:234
github.com/develar/app-builder/pkg/download.(*Downloader).DownloadNoRetry
    /Volumes/data/Documents/app-builder/pkg/download/downloader.go:128
github.com/develar/app-builder/pkg/download.(*Downloader).Download
    /Volumes/data/Documents/app-builder/pkg/download/downloader.go:112
github.com/develar/app-builder/pkg/download.DownloadArtifact
    /Volumes/data/Documents/app-builder/pkg/download/artifactDownloader.go:107
github.com/develar/app-builder/pkg/download.DownloadFpm
    /Volumes/data/Documents/app-builder/pkg/download/tool.go:29
github.com/develar/app-builder/pkg/package-format/fpm.ConfigureCommand.func1
    /Volumes/data/Documents/app-builder/pkg/package-format/fpm/fpm.go:41
github.com/alecthomas/kingpin.(*actionMixin).applyActions
    /Volumes/data/go/pkg/mod/github.com/alecthomas/kingpin@v2.2.6+incompatible/actions.go:28
github.com/alecthomas/kingpin.(*Application).applyActions
    /Volumes/data/go/pkg/mod/github.com/alecthomas/kingpin@v2.2.6+incompatible/app.go:557
github.com/alecthomas/kingpin.(*Application).execute
    /Volumes/data/go/pkg/mod/github.com/alecthomas/kingpin@v2.2.6+incompatible/app.go:390
github.com/alecthomas/kingpin.(*Application).Parse
    /Volumes/data/go/pkg/mod/github.com/alecthomas/kingpin@v2.2.6+incompatible/app.go:222
main.main
    /Volumes/data/Documents/app-builder/main.go:90
runtime.main
    /usr/local/Cellar/go/1.17/libexec/src/runtime/proc.go:255
runtime.goexit
    /usr/local/Cellar/go/1.17/libexec/src/runtime/asm_amd64.s:1581  

melonion commented on 2022-08-29 11:25 (UTC)

Would you be fine making me co-maintainer? I also maintain https://aur.archlinux.org/packages/stretchly-xeruf-git and would like to keep them somewhat in sync.

melonion 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?

melonion commented on 2022-05-06 16:10 (UTC)

Unfortunately not:

==> Starting pkgver()...
==> Updated version: stretchly-git 1138.a6c7a67-1
==> Sources are ready.
==> Making package: stretchly-git 1138.a6c7a67-1 (2022-05-06T18:08:01 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Starting build()...
No .nvmrc file found
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: stretchly-git

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.

melonion commented on 2022-04-12 10:01 (UTC) (edited on 2022-04-12 10:12 (UTC) by melonion)

Oof, why do only AUR packages provide electron...

❯ pacman -Q | grep electron
electron 18.0.1-1
electron12 12.2.3-3
electron13 13.6.9-2
electron15 15.5.1-1
electron8-bin 1:8.5.5-3
❯ makepkg -si
==> Making package: stretchly-git 1084.5bb8047-1 (2022-04-12T11:59:44 CEST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: electron<18
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> electron<18
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

https://bugs.archlinux.org/task/65280