pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libXcursor
Module Name: pkgsrc
Committed By: wiz
Date: Wed Nov 6 08:45:30 UTC 2024
Modified Files:
pkgsrc/x11/libXcursor: Makefile distinfo
Log Message:
libXcursor: update to 1.2.3.
Jin Liu (2):
Change all *LoadImage(..., size) APIs to always return a cursor with the requested size.
Remove unnecessary MIN calls
Thomas E. Dickey (21):
build-fix
fix compiler warnings
improve manpage formatting
trim redundant code from the resize-calls
add new property "resized" and environment "XCURSOR_RESIZED"
add getter/setter for "resized" property
restore behavior of image-loading, provide resizing via internal function
provide internal variants of existing functions to pass "resized" parameter
use resized-parameter where available when loading images
add/use _XcursorLibraryLoadImages to pass resized-parameter when loading
add debug-logging for file.c, to help with analysis
add traces for library.c and xlib.c, also another internal function for dpy
document the new XCURSOR_RESIZED environment variable and resource "resized"
document/tidy the new set/get functions
changes will suggest new release
ensure ncomment and nimage values are positive
add debug-trace for the configuration information
fix overlooked compiler-warning
reduce the message-check to ignore the over-long one
amend per merge_requests/22#note_2642034
amend per merge_requests/22#note_2642042
Tobias Stoeckmann (1):
Ignore invalid cursor files
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/libXcursor/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libXcursor/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/libXcursor/Makefile
diff -u pkgsrc/x11/libXcursor/Makefile:1.15 pkgsrc/x11/libXcursor/Makefile:1.16
--- pkgsrc/x11/libXcursor/Makefile:1.15 Sun Mar 3 10:06:14 2024
+++ pkgsrc/x11/libXcursor/Makefile Wed Nov 6 08:45:30 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/03/03 10:06:14 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/11/06 08:45:30 wiz Exp $
-DISTNAME= libXcursor-1.2.2
+DISTNAME= libXcursor-1.2.3
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/x11/libXcursor/distinfo
diff -u pkgsrc/x11/libXcursor/distinfo:1.12 pkgsrc/x11/libXcursor/distinfo:1.13
--- pkgsrc/x11/libXcursor/distinfo:1.12 Sun Mar 3 10:06:14 2024
+++ pkgsrc/x11/libXcursor/distinfo Wed Nov 6 08:45:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/03/03 10:06:14 wiz Exp $
+$NetBSD: distinfo,v 1.13 2024/11/06 08:45:30 wiz Exp $
-BLAKE2s (libXcursor-1.2.2.tar.xz) = 886063ccb4a69e059e69cc0076a610d6a7ce9232c58fe8aea7d576f4f0228373
-SHA512 (libXcursor-1.2.2.tar.xz) = 6550ce1e69b35ef3356f25e31aa2779503d9cea780eff307cb646364993dfaa971304085d32677e68996bd3b8e067436c8fc89aeb4db07a12ce5bc93b735b5b0
-Size (libXcursor-1.2.2.tar.xz) = 289536 bytes
+BLAKE2s (libXcursor-1.2.3.tar.xz) = f7d3bd591162604c47cd10530980fa4c8bd4c9b2de062a40db3a856c573736d7
+SHA512 (libXcursor-1.2.3.tar.xz) = 069a1eb27a0ee1b29b251bb6c2d0688543a791d6862fad643279e86736e1c12ca6fc02b85b8611c225a9735dc00efab84672d42b547baa97304362f0c5ae0b5a
+Size (libXcursor-1.2.3.tar.xz) = 292764 bytes
Home |
Main Index |
Thread Index |
Old Index