Search Criteria
Package Details: hy3-git r209.65a849b-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/hy3-git.git (read-only, click to copy) |
---|---|
Package Base: | hy3-git |
Description: | Hyprland plugin for i3 like tiling |
Upstream URL: | https://github.com/outfoxxed/hy3 |
Licenses: | GPL3 |
Conflicts: | hy3 |
Submitter: | ju6ge |
Maintainer: | ju6ge |
Last Packager: | ju6ge |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-06-09 13:19 (UTC) |
Last Updated: | 2023-10-19 08:00 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hyprland (hyprland-asan-gitAUR, hyprland-cmake-gitAUR, hyprland-legacyrenderer-gitAUR, hyprland-displaylink-gitAUR, hyprland-legacyrendererAUR, hyprland-nosystemd-gitAUR, hyprland-hidpi-xpropAUR, hyprland-hidpi-xprop-gitAUR, hyprland-gitAUR, hyprland-noxAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
ju6ge commented on 2023-10-19 08:01 (UTC)
I added a conflict statement for hy3.
outfoxxed commented on 2023-09-30 07:46 (UTC)
I packaged the stable version as
hy3
. I'm fairly sure that means this package should set provides/conflicts for it.ju6ge commented on 2023-09-26 14:33 (UTC)
@mitch_mg2 this is an environment issue. You could set some environment variables to overwrite the default include paths of the hy3 build. But there is nothing to be done in the PKGBUILD here. The flags I am setting only have to do with where the resulting package will be installed, not where the sources are. If I where you I would read the hy3 cmake files.
mitch_mg2 commented on 2023-09-26 13:54 (UTC) (edited on 2023-09-26 13:55 (UTC) by mitch_mg2)
Not sure if I'm asking the right question here so please bear with me. I believe this is a CMAKE flag issue though.
Hyprland is always breaking and I frequently test experimental branches for patches. Therefore, I both have the AUR, as well as a locally built git clone Hyprland package in my system. When trying to install this package, it automatically defaults to my /usr/local/include directory to source its header files instead of hyprland-git's /usr/include directory. As a result, this build breaks due to an older manual build sitting around that hasn't been touched in weeks. Is this a way to modify the cmake line to prioritize /usr/include to be in concert with the hyprland-git package?
tuxx commented on 2023-07-19 22:50 (UTC) (edited on 2023-07-19 23:03 (UTC) by tuxx)
would it be possible to get this to compile to hyprland-nvidia? I've tried myself but i'm no package maintainer, so i failed.
I added the following to the hyprland-nvidia PKGBUILD:
to be perfectly clear, i noticed the folder inside /usr/include was wrong, so i symlinked it :o
but i still get this error when trying to
makepkg -si
on hy3:any help, or suggestions would be greatly appreciated, since i would love to have hy3 in my hyprland desktop. <3
alerque commented on 2023-06-10 13:34 (UTC) (edited on 2023-06-10 13:34 (UTC) by alerque)
This is missing build dependencies. Try applying this using
git am file.patch
: