x11/xcursorgen: Update to 1.0.9

PR:	287594
This commit is contained in:
mew14930xvi 2025-06-17 09:19:25 +09:00 committed by Emmanuel Vadot
parent a1c6ec2b22
commit faa2181e06
3 changed files with 11 additions and 8 deletions

View File

@ -1,12 +1,13 @@
PORTNAME= xcursorgen
PORTVERSION= 1.0.8
PORTREVISION= 1
DISTVERSION= 1.0.9
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Create an X cursor file from a collection of PNG images
WWW= https://gitlab.freedesktop.org/xorg/app/xcursorgen
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png
@ -16,6 +17,5 @@ USE_XORG= x11 xcursor xorgproto
INSTALL_TARGET= install-strip
PLIST_FILES= bin/xcursorgen share/man/man1/xcursorgen.1.gz
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670268453
SHA256 (xorg/app/xcursorgen-1.0.8.tar.xz) = 32b33ce27b4e285e64ff375731806bb7988cc626ff10915c65f1dc4da640cc9b
SIZE (xorg/app/xcursorgen-1.0.8.tar.xz) = 123208
TIMESTAMP = 1748273702
SHA256 (xorg/app/xcursorgen-1.0.9.tar.xz) = 0cc9e156ac84ca16ea902710af35e0faffa51d13797071e3b4b6cc7cbd493bbc
SIZE (xorg/app/xcursorgen-1.0.9.tar.xz) = 126956

View File

@ -1,2 +1,5 @@
This package contains xcursorgen, a program for creating an X cursor file
from a collection of PNG images.
Xcursorgen prepares X11 cursor sets for use with libXcursor.
Xcursorgen reads the configuration file to find the list of cursor
images along with their hotspot and nominal size information.
Xcursorgen converts all of the images to Xcursor format and writes them
to the output file.