Search Criteria
Package Details: wf-config-git 0.7.1.r5.g578b0bf-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wf-config-git.git (read-only, click to copy) |
---|---|
Package Base: | wf-config-git |
Description: | A library for managing configuration files, written for wayfire |
Upstream URL: | https://github.com/WayfireWM/wf-config |
Keywords: | config wayfire |
Licenses: | MIT |
Conflicts: | wf-config |
Provides: | wf-config |
Submitter: | SolarAquarion |
Maintainer: | SolarAquarion (dr460nf1r3) |
Last Packager: | SolarAquarion |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-29 16:04 (UTC) |
Last Updated: | 2022-12-04 01:31 (UTC) |
Dependencies (10)
- libevdev (libevdev-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- cmake (cmake-gitAUR) (make)
- doctest (make)
- git (git-gitAUR, git-glAUR) (make)
- glm (gliAUR, glm-gitAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- wlroots (wlroots-asan-gitAUR, wlroots0.16-nvidiaAUR, wlroots-displaylink-gitAUR, wlroots-nvidia-screenshareAUR, wlroots-nvidiaAUR, wlroots0.17-hidpi-xpropAUR, wlroots-hidpi-xprop-gitAUR, wayfire-gitAUR, wlroots-hidpi-xpropAUR) (make)
Required by (8)
- swayfire-git (requires wf-config)
- wayfire (requires wf-config)
- wayfire-desktop-git (requires wf-config)
- wayfire-git
- wayfire-hidpi-xprop-animation-track-wlroots-git
- wayfire-hidpi-xprop-git
- wayfire-hidpi-xprop-track-wlroots-git
- wf-shell-git (requires wf-config)
Latest Comments
dr460nf1r3 commented on 2021-04-23 16:29 (UTC)
The real issue is
cmake
missing, this should be in makedepends.AkechiShiro commented on 2021-03-31 06:44 (UTC) (edited on 2021-03-31 06:50 (UTC) by AkechiShiro)
There seems to be a missing dependency
doctest
that should be added, build currently failing because of that :snakeroot commented on 2021-02-19 22:22 (UTC)
wf-config has changed their numbering system to prepend a "v" to the version string.
The current version is "v0.7.0.r0.g75e0aba" as versus the "v-less" string in the PKGBUILD of "0.4.0.r2.g3554d95".
The problem is that pacman's vercmp utility and the related logic in libalpm then believe that v0.7.0.r0.g75e0aba is an older version than 0.4.0.r2.g3554d95.
This can be tested by:
$ vercmp v0.7.0.r0.g75e0aba 0.4.0.r2.g3554d95
which returns -1.
Since makepkg changes the version string in -git PKGBUILDs to reflect the current version in the git repo, aurutils insists that the current "v" version v0.7.0.r0.g75e0aba is out of date as compared to the v-less 0.4.0.r2.g3554d95.
I appreciate this is an issue upstream in libalpm/vercmp/aurutils rather than with your PKGBUILD, but I suspect it would be easier for you to update the pkgver in the PKGBUILD than to persuade the pacman maintainers to change libalpm to handle this very cornery corner case.
librewish commented on 2020-01-10 15:05 (UTC)
add glm as depend
yan12125 commented on 2019-04-02 14:08 (UTC)
Hi, could you add wayland-protocols to makedepends? It doesn't build without that.