git: d039aae9f38e - 2023Q1 - x11/hyprpicker: improve description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Mar 2023 12:01:28 UTC
The branch 2023Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d039aae9f38eb45b55ef87d102d7e47c6cd1bd72 commit d039aae9f38eb45b55ef87d102d7e47c6cd1bd72 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-11 11:16:11 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-11 11:50:59 +0000 x11/hyprpicker: improve description Can be used as xmag replacement e.g., check subpixel rendering in fonts. In terms of features hyprpicker is similar to sxcs (not in ports yet). (cherry picked from commit 76e11f4e9e2ad2e4333fbee8f827aa3a77fa51c9) --- x11/hyprpicker/Makefile | 2 +- x11/hyprpicker/pkg-descr | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/hyprpicker/Makefile b/x11/hyprpicker/Makefile index f52f05303b9c..15291dc80635 100644 --- a/x11/hyprpicker/Makefile +++ b/x11/hyprpicker/Makefile @@ -3,7 +3,7 @@ PORTVERSION= s20230109 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org -COMMENT= wlroots-compatible Wayland color picker that does not suck +COMMENT= Color picker and magnifier for Wayland WWW= https://github.com/hyprwm/hyprpicker LICENSE= BSD3CLAUSE diff --git a/x11/hyprpicker/pkg-descr b/x11/hyprpicker/pkg-descr index efb137e6a874..67c43072b4b1 100644 --- a/x11/hyprpicker/pkg-descr +++ b/x11/hyprpicker/pkg-descr @@ -1 +1,2 @@ -A wlroots-compatible Wayland color picker that does not suck. +hyprpicker is a color picker with builtin screen magnifier for +wlroots-based Wayland compositors.