Package Details: hyprutils-git 0.2.3.r2.g3f529343-1

Git Clone URL: https://aur.archlinux.org/hyprutils-git.git (read-only, click to copy)
Package Base: hyprutils-git
Description: Hyprland utilities library used across the ecosystem
Upstream URL: https://github.com/hyprwm/hyprutils
Licenses: BSD-3-Clause
Conflicts: hyprutils
Provides: hyprutils, libhyprutils.so
Submitter: alba4k
Maintainer: alba4k (Vaxry)
Last Packager: alba4k
Votes: 10
Popularity: 3.31
First Submitted: 2024-06-09 16:21 (UTC)
Last Updated: 2024-10-13 20:55 (UTC)

Latest Comments

« First ‹ Previous 1 2

earlybird commented on 2024-07-16 05:15 (UTC)

I think you lost a link to /usr/lib/libhyprutils.so.0

alba4k commented on 2024-06-29 03:37 (UTC)

Yes, that was stupid of me ahah.

Anyway both issues (url and pixman) should be fixed now, lmk

MikeWalrus commented on 2024-06-29 03:19 (UTC)

The url should be https://github.com/hyprwm/hyprutils .

alba4k commented on 2024-06-27 05:33 (UTC) (edited on 2024-06-27 05:58 (UTC) by alba4k)

Ok that's completely my fault. I could have added pugixml instead of pixman.

However, please lmk if pixman is only needed as a makedepend or as a runtime dependency aswell.

Pushing a PKGBUILD with pixman as dep for now. (actually, no: the place I'm staying in tonight seems to be blocking SSH connections and the mobile network is basically non-existing because yay, america. Will do so as soon as I have a decent connection ahah, sorry for the inconvenience I guess. flagging as ood in the meantime)

earlybird commented on 2024-06-26 09:36 (UTC)

Here is a working PKGBUILD https://pastebin.com/5Cp2CzYY

musta_ruhtinas commented on 2024-06-19 18:28 (UTC)

CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:634 (message):
  The following required packages were not found:

   - pixman-1

Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:862 (_pkg_check_modules_internal)
  CMakeLists.txt:34 (pkg_check_modules)

pixman is now needed to build

<deleted-account> commented on 2024-06-10 10:43 (UTC)

It failed on chroot because make was missing.

alba4k commented on 2024-06-10 10:39 (UTC)

It depends, does installing make fix the issue?

Cmake and make are different tools

<deleted-account> commented on 2024-06-10 00:59 (UTC)

==> Starting build()...
Not searching for unused variables given on the command line.
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not se
t.  You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage 
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage

Should `make' be added to makedepends?