Search Criteria
Package Details: itd-git r259.25220cf-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/itd-git.git (read-only, click to copy) |
---|---|
Package Base: | itd-git |
Description: | Daemon that interfaces with InfiniTime firmware on the PineTime smartwatch |
Upstream URL: | None |
Licenses: | GPLv3 |
Conflicts: | itctl, itd |
Provides: | itctl, itd |
Submitter: | Arsen6331 |
Maintainer: | elara6331 |
Last Packager: | elara6331 |
Votes: | 4 |
Popularity: | 0.000003 |
First Submitted: | 2021-08-22 01:40 (UTC) |
Last Updated: | 2023-04-27 05:34 (UTC) |
Dependencies (4)
- bluez (bluez-gitAUR, bluez-ps3AUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- playerctl (playerctl-gitAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (1)
- itgui-git (requires itd)
Latest Comments
guzzisti commented on 2024-08-13 11:52 (UTC)
The build still fails for me:
yochananmarqos commented on 2024-05-07 19:37 (UTC) (edited on 2024-05-07 19:40 (UTC) by yochananmarqos)
@elara6331: This fails to build as there are missing build dependencies. Please see Go and VCS package guidelines as well as my improved PKGBUILD which includes itgui. I see no reason for a separate package. If anything, it should be a split package.
elara6331 commented on 2023-04-27 19:14 (UTC)
@prurigro You're right, I forgot to cd into the repo in prepare, I'll fix that.
As for the gui, I've omitted it intentionally. It requires many extra dependencies that some users may not need. I'm planning to create a separate package for it.
prurigro commented on 2023-04-27 19:09 (UTC) (edited on 2023-04-27 19:09 (UTC) by prurigro)
The build is currently broken- to fix it I added this line to the top of the prepare function: cd "$srcdir/itd"
Also, it seems like it'd be easy enough to add the gui by including:
At the end of the build function: go build ./cmd/itgui
At the end of the package function: install -Dm755 itgui "$pkgdir/usr/bin/itgui"
Thanks for the project and the package on that note!
Terence commented on 2021-09-21 20:46 (UTC)
Hi, could you also build and install the gui?