Search Criteria
Package Details: mesms-git 0.9.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mesms-git.git (read-only, click to copy) |
|---|---|
| Package Base: | mesms-git |
| Description: | A TUI SMS manager |
| Upstream URL: | https://git.ache.one/mesms |
| Licenses: | GPL3 |
| Conflicts: | mesms |
| Provides: | mesms |
| Submitter: | ache |
| Maintainer: | ache |
| Last Packager: | ache |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-09-18 02:59 (UTC) |
| Last Updated: | 2019-09-27 05:19 (UTC) |
Dependencies (6)
- ncurses (ncurses-gitAUR)
- readline (readline-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- ncurses (ncurses-gitAUR) (make)
- readline (readline-gitAUR) (make)
- gammu (gammu-gitAUR) (optional)
Latest Comments
dreieck commented on 2025-03-07 11:27 (UTC)
The
archarray must not bearch=("any"), but you need to manually specify supported architectures, since a binary is built:Also, the license identifier needs to be made SPDX compliant (e.g.
GPL-3.0-or-later):Also, if
gammuis optional and reading SMS also works without, please add a description to the optional dependency, e.g.:Regards and thanks for maintaining!
dreieck commented on 2025-03-07 11:25 (UTC) (edited on 2025-03-07 11:27 (UTC) by dreieck)
With GCC 14.2.1, build fails with
sms.c:136:21: error: implicit declaration of function ‘strptime’; did you mean ‘strftime’? [-Wimplicit-function-declaration]:I have reported this via email to the developer.
Adding
to
build()in thePKGBUILDdoes workaround this issue.Regards and thanks for the package and for maintaining!
yochananmarqos commented on 2019-09-19 21:47 (UTC)
gammuis a runtime dependency and should be in thedependsarray.ache commented on 2019-09-19 15:50 (UTC)
It doesn't need gammu to compile so I assume it doesn't depend on gammu.
Whithout gammu, you can't send SMS but you can still read SMS.
yochananmarqos commented on 2019-09-18 22:05 (UTC)
Shouldn't this depend on
gammu?