Search Criteria
Package Details: watchmate-git 0.5.0.r0.7ef2541-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/watchmate-git.git (read-only, click to copy) |
|---|---|
| Package Base: | watchmate-git |
| Description: | InfiniTime smart watch companion app |
| Upstream URL: | https://github.com/azymohliad/watchmate |
| Licenses: | GPL |
| Conflicts: | watchmate |
| Provides: | watchmate |
| Submitter: | azymohliad |
| Maintainer: | azymohliad |
| Last Packager: | azymohliad |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-08-09 22:39 (UTC) |
| Last Updated: | 2023-11-05 07:41 (UTC) |
Dependencies (5)
- bluez (bluez-ps3AUR, bluez-gitAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaitaAUR, libadwaita-without-adwaita-gitAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust-nightly-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
yochananmarqos commented on 2023-11-05 15:54 (UTC)
@azymohliad: No need to compile schemas manually as
glib2includes a hook.azymohliad commented on 2023-11-05 07:59 (UTC)
@yochananmarqos, yeah, sorry, especially since I myself added the gschema file. I was busy preparing the new release until now, and planned to update AUR package after that.
I've just updated the PKGBUILD now with gschema installation, though I'm not sure if that's enough or should I also run
glib-compile-schemasas a post-install hook. Looking at other packages, they don't seem to do it.yochananmarqos commented on 2023-11-04 21:30 (UTC)
@azymohliad: There's now a gschema file and it won't run without it.
azymohliad commented on 2023-10-09 08:31 (UTC)
@jahway603, oops, sorry, should be fixed now
jahway603 commented on 2023-10-08 17:27 (UTC) (edited on 2023-10-08 17:30 (UTC) by jahway603)
@azymohliad, I had to delete the local cache repo for this package and start all over again - and any other user upgrading this package will have to do the same due to your recent changes.
This is how you fix this:
Set the pkgver in your PKGBUILD to whatever version you want it to be (0.4.5.3fb3fa8). See how I did the same for the
inn-gitAUR package here [https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=inn-git#n8]Then run
makepkg --printsrcinfo > .SRCINFOin the same directory as your PKGBUILD and it will update the.SRCINFOfile with the correct information. Looking at https://aur.archlinux.org/cgit/aur.git/tree/.SRCINFO?h=watchmate-git it shows that this step was not done correctly. Please compare that to the.SRCINFOof theinn-gitAUR package here [https://aur.archlinux.org/cgit/aur.git/tree/.SRCINFO?h=inn-git#n3]* Then
git add PKGBUILD .SRCINFOand make your commit.jahway603 commented on 2022-08-29 17:52 (UTC)
@azymohliad, I encountered this issue with rustc 1.61.0 (via rustup). I ran
rustup updateas you've suggested, which installed the latest rustc, 1.63.0, and it then built and installed fine. Thanks.azymohliad commented on 2022-08-29 12:21 (UTC)
@jahway603, I think you're not on the latest Rust. Did you install Rust yourself, or was it installed as a dependency for this package? If latter, which provider of
cargodid you select? Ifrustup, you can try runningrustup update.jahway603 commented on 2022-08-28 14:56 (UTC)
The build fails as follows
azymohliad commented on 2022-08-10 06:52 (UTC)
Thanks @yochananmarqos, fixed it
yochananmarqos commented on 2022-08-10 00:06 (UTC)
This is missing a runtime dependency on
libadwaita, it fails to build without it.There is no need to include members of the
base-develgroup in makedepends(). They are assumed installed. See https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites