git: 76e11f4e9e2a - main - x11/hyprpicker: improve description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Mar 2023 11:48:38 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=76e11f4e9e2ad2e4333fbee8f827aa3a77fa51c9 commit 76e11f4e9e2ad2e4333fbee8f827aa3a77fa51c9 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:48:13 +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). --- 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 e140596c9b09..7d4d187d31f3 100644 --- a/x11/hyprpicker/Makefile +++ b/x11/hyprpicker/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 1 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.