Package Details: hyprpicker-git 0.4.1.r1.4411a6d-1

Git Clone URL: https://aur.archlinux.org/hyprpicker-git.git (read-only, click to copy)
Package Base: hyprpicker-git
Description: A wlroots-compatible Wayland color picker that does not suck
Upstream URL: https://github.com/hyprwm/hyprpicker
Licenses: BSD-3-Clause
Conflicts: hyprpicker
Provides: hyprpicker
Submitter: That1Calculator
Maintainer: imnotpolar
Last Packager: imnotpolar
Votes: 17
Popularity: 1.36
First Submitted: 2022-09-02 17:41 (UTC)
Last Updated: 2024-10-09 00:52 (UTC)

Dependencies (19)

Required by (4)

Sources (1)

Latest Comments

earlybird commented on 2024-10-02 05:14 (UTC)

Here is a working config - compare and please change yours - https://pastebin.com/YrSmqDpU

musta_ruhtinas commented on 2024-09-30 17:37 (UTC)

Cannot build without hyprwayland-scanner

-- Found PkgConfig: /usr/bin/pkg-config (found version "2.1.1")
-- Checking for modules 'wayland-client;wayland-protocols;xkbcommon;cairo;pango;pangocairo;libjpeg;hyprutils>=0.2.0;hyprwayland-scanner>=0.4.0'
--   Package 'hyprwayland-scanner', required by 'virtual:world', not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:645 (message):
  The following required packages were not found:

   - hyprwayland-scanner>=0.4.0

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

earlybird commented on 2024-07-22 07:26 (UTC)

added hyprutils-git to make dependencies and can be built again

SoulHarsh007 commented on 2024-03-26 07:10 (UTC)

Working PKGBUILD patch for reference: https://paste.soulharsh007.dev/p/a878809.diff

justinesmithies commented on 2024-03-12 20:54 (UTC)

The Makefile has been removed as it is no longer used. Functionality has been transfered to CMake.

Please update the PKGBUILD

https://github.com/hyprwm/hyprpicker

Technetium1 commented on 2023-07-05 05:28 (UTC)

Missing dependency wlroots: log

D3vil0p3r commented on 2023-06-26 09:14 (UTC)

@eclairevoyant could you please update it?

eclairevoyant commented on 2023-06-11 10:52 (UTC)

pkgver() is also wrong, and gcc should be removed from makedepends

cyrinux commented on 2023-01-06 10:41 (UTC)

Hi, to fix build in a chroot env, can you please add in makedepends

pango, cairo, libjpeg-turbo and libglvnd

Akari-chan commented on 2022-10-12 19:22 (UTC)

Please add pango cairo libjpeg to depends, and libglvnd to makedepends.

It fails to build in clean chroot without it.

    -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0")
    -- Checking for modules 'wayland-client;wayland-protocols;cairo;pango;pangocairo;libjpeg'
    --   Package 'cairo', required by 'virtual:world', not found
    --   Package 'pango', required by 'virtual:world', not found
    --   Package 'pangocairo', required by 'virtual:world', not found
    --   Package 'libjpeg', required by 'virtual:world', not found
    CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:607 (message):
      A required package was not found
    Call Stack (most recent call first):
      /usr/share/cmake/Modules/FindPkgConfig.cmake:829 (_pkg_check_modules_internal)
      CMakeLists.txt:44 (pkg_check_modules)