Search Criteria
Package Details: gnokii 0.6.31-21
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnokii.git (read-only, click to copy) |
---|---|
Package Base: | gnokii |
Description: | Tools and user space driver for use with mobile phones |
Upstream URL: | https://www.gnokii.org/ |
Licenses: | GPL |
Submitter: | arojas |
Maintainer: | Bevan |
Last Packager: | Bevan |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-05-08 09:13 (UTC) |
Last Updated: | 2025-07-11 18:07 (UTC) |
Dependencies (14)
- bluez-libs (bluez-gitAUR)
- libical
- libusb-compat (libusb0AUR)
- libxpm (libxpm-gitAUR)
- sqlite (sqlite-fossilAUR)
- systemd (systemd-selinuxAUR, systemd-gitAUR)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR) (make)
- intltool (make)
- mariadb-libs (libmysqlclient80AUR, libmysqlclient81AUR, libmysqlclient84AUR, libmysqlclientAUR, mariadb-lts-libs) (make)
- postgresql-libs (postgresql-libs-12AUR, postgresql-libs-gitAUR, postgresql13-libsAUR) (make)
- dialog (optional) – sendsms tool
- gtk2 (gtk2-patched-filechooser-icon-viewAUR) (optional) – xgnokii GUI
- mariadb-libs (libmysqlclient80AUR, libmysqlclient81AUR, libmysqlclient84AUR, libmysqlclientAUR, mariadb-lts-libs) (optional) – smsd mysql backend
- postgresql-libs (postgresql-libs-12AUR, postgresql-libs-gitAUR, postgresql13-libsAUR) (optional) – smsd postgresql backend
Latest Comments
Bevan commented on 2025-07-11 18:07 (UTC)
Hi dreieck, thanks for the hint! I updated the package accordingly.
dreieck commented on 2025-07-09 10:43 (UTC)
Ahoj,
to make build with GCC 15.x succeeding, please add
-Wno-error=incompatible-pointer-types
to theCFLAGS
.Otherwise, build fails (for me) with many errors like
diff
to thePKGBUILD
:Regards and thanks for the package!