Search Criteria
Package Details: sleepyhead-git 1.1.r2356.8e6968fb-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/sleepyhead-git.git (read-only, click to copy) |
---|---|
Package Base: | sleepyhead-git |
Description: | Open-source, cross platform, sleep tracking software with a focus on monitoring CPAP treatment. |
Upstream URL: | http://sleepyhead.jedimark.net |
Licenses: | GPL |
Conflicts: | sleepyhead |
Provides: | sleepyhead |
Submitter: | lenzj |
Maintainer: | None |
Last Packager: | GelatinousSlime |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2014-08-25 03:40 (UTC) |
Last Updated: | 2021-01-23 04:04 (UTC) |
Dependencies (4)
- qt5-serialport (qt5-serialport-gitAUR)
- qt5-tools
- git (git-gitAUR, git-glAUR) (make)
- glu (glu-gitAUR) (make)
Latest Comments
harre commented on 2019-02-14 00:21 (UTC)
Project's future status is uncertain, as original developer have abandoned project.
In the meantime you can use this branch as build-fix: https://gitlab.com/hartmark/sleepyhead-code/commits/arch-buildfix
larghio commented on 2018-12-17 22:39 (UTC)
unable to build
/usr/bin/uic preferencesdialog.ui -o ui_preferencesdialog.h make[1]: No rule to make target 'QtWebKit/QWebView', needed by 'ui_report.h'. Stop. make[1]: Leaving directory '/home/larghio/.cache/aurman/sleepyhead/src/sleepyhead-code/sleepyhead' make: [Makefile:45: sub-sleepyhead-make_first-ordered] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
eigengrau commented on 2018-09-01 10:47 (UTC) (edited on 2018-09-01 10:48 (UTC) by eigengrau)
Thanks for packaging this! There’s currently an issue with the «PKGVER» value in the SRCINFO file. Because PKGVER there differs from the output of the «pkgver()» function, AUR helpers will be led to believe that the package has to be updated on every run.
Another potential issue is that there is no delimiter (anything that’s not a number or a period) between the version and release numbers, part of the git commit hash will be interpreted as a version number unless the hash begins with a letter. In general, it’s recommended to follow the format in the Arch wiki, i.e., to separate the commit hash from the version using a dash.
Kind regards, E.