Sun Apr 3 18:33:57 2022 UTC ()
libXcursor: update to 1.2.1.

This release provides bug fixes, code cleanups, and some significant
documentation improvements.

Alan Coopersmith (5):
      Convert COPYING from ISO-8859-1 to UTF-8
      Fix spelling/wording issues
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      libXcursor 1.2.1

Thomas E. Dickey (31):
      quiet normal gcc warnings using casts (no object change)
      fix a missing initializer
      quiet warnings for unused parameters
      fix stricter gcc warnings by changing the type for the loop variable to
      fix stricter gcc warnings using casts
      fix stricter gcc warnings using casts
      add check in case the image size is 0x0
      amend that...
      document the other environment variables
      make the function-prototypes easier to read, by eliminating hyphenation and filling
      further formatting fixes.  added script to create/find ".so" files which are missing
      correct a prototype
      italicize parameter names, for readability
      improve explanation for functions which load images
      document the theme_core setter/getter functions
      document the library-attributes
      add see-also section
      document the cursor-load functions
      update ".so" links, and fix a special case for "const char *" in parsing function-names
      start on the animated cursors; fixup whitespace
      improve explanation of Xcursor's search algorithm
      document the animation support functions
      document the cursor-comments functions
      document the API called from libX11
      fix raggedy prototypes and structure declarations using tabstops in appropriate macros
      update copyright notice
      fix a typo and a style issue
      eliminate special escaping for "/*" which produces look-alike Unicode for
      mention "Inherits=" lists
      cppcheck style-fixes
      more cppcheck-style fixes

Tobias Stoeckmann (2):
      Handle more theme loop situations
      fix XcursorTheme loop regression

Valentin (2):
      Use fixed size integer type
      Fix undefined behavior


(wiz)
diff -r1.12 -r1.13 pkgsrc/x11/libXcursor/Makefile
diff -r1.3 -r1.4 pkgsrc/x11/libXcursor/PLIST
diff -r1.10 -r1.11 pkgsrc/x11/libXcursor/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/x11/libXcursor/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/libXcursor/Makefile 2020/01/18 23:35:51 1.12
+++ pkgsrc/x11/libXcursor/Makefile 2022/04/03 18:33:57 1.13
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.12 2020/01/18 23:35:51 rillig Exp $ 1# $NetBSD: Makefile,v 1.13 2022/04/03 18:33:57 wiz Exp $
2 2
3DISTNAME= libXcursor-1.2.0 3DISTNAME= libXcursor-1.2.1
4CATEGORIES= x11 devel 4CATEGORIES= x11 devel
5MASTER_SITES= ${MASTER_SITE_XORG:=lib/} 5MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= Client-side cursor loading library for X 10COMMENT= Client-side cursor loading library for X
11 11
12CONFLICTS+= xcursor-[0-9]* 12CONFLICTS+= xcursor-[0-9]*
13 13
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17 17
18PKGCONFIG_OVERRIDE+= xcursor.pc.in 18PKGCONFIG_OVERRIDE+= xcursor.pc.in
19 19

cvs diff -r1.3 -r1.4 pkgsrc/x11/libXcursor/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/libXcursor/PLIST 2009/06/14 18:24:58 1.3
+++ pkgsrc/x11/libXcursor/PLIST 2022/04/03 18:33:57 1.4
@@ -1,36 +1,64 @@ @@ -1,36 +1,64 @@
1@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:24:58 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.4 2022/04/03 18:33:57 wiz Exp $
2include/X11/Xcursor/Xcursor.h 2include/X11/Xcursor/Xcursor.h
3lib/libXcursor.la 3lib/libXcursor.la
4lib/pkgconfig/xcursor.pc 4lib/pkgconfig/xcursor.pc
5man/man3/Xcursor.3 5man/man3/Xcursor.3
 6man/man3/XcursorAnimateCreate.3
 7man/man3/XcursorAnimateDestroy.3
 8man/man3/XcursorAnimateNext.3
 9man/man3/XcursorCommentCreate.3
 10man/man3/XcursorCommentDestroy.3
 11man/man3/XcursorCommentsCreate.3
 12man/man3/XcursorCommentsDestroy.3
6man/man3/XcursorCursorsCreate.3 13man/man3/XcursorCursorsCreate.3
7man/man3/XcursorCursorsDestroy.3 14man/man3/XcursorCursorsDestroy.3
 15man/man3/XcursorFileLoad.3
 16man/man3/XcursorFileLoadAllImages.3
 17man/man3/XcursorFileLoadImage.3
 18man/man3/XcursorFileLoadImages.3
 19man/man3/XcursorFileSave.3
 20man/man3/XcursorFileSaveImages.3
8man/man3/XcursorFilenameLoad.3 21man/man3/XcursorFilenameLoad.3
9man/man3/XcursorFilenameLoadAllImages.3 22man/man3/XcursorFilenameLoadAllImages.3
10man/man3/XcursorFilenameLoadCursor.3 23man/man3/XcursorFilenameLoadCursor.3
 24man/man3/XcursorFilenameLoadCursors.3
11man/man3/XcursorFilenameLoadImage.3 25man/man3/XcursorFilenameLoadImage.3
12man/man3/XcursorFilenameLoadImages.3 26man/man3/XcursorFilenameLoadImages.3
13man/man3/XcursorFilenameSave.3 27man/man3/XcursorFilenameSave.3
14man/man3/XcursorFilenameSaveImages.3 28man/man3/XcursorFilenameSaveImages.3
15man/man3/XcursorGetDefaultSize.3 29man/man3/XcursorGetDefaultSize.3
16man/man3/XcursorGetTheme.3 30man/man3/XcursorGetTheme.3
 31man/man3/XcursorGetThemeCore.3
17man/man3/XcursorImageCreate.3 32man/man3/XcursorImageCreate.3
18man/man3/XcursorImageDestroy.3 33man/man3/XcursorImageDestroy.3
 34man/man3/XcursorImageHash.3
 35man/man3/XcursorImageLoadCursor.3
19man/man3/XcursorImagesCreate.3 36man/man3/XcursorImagesCreate.3
20man/man3/XcursorImagesDestroy.3 37man/man3/XcursorImagesDestroy.3
 38man/man3/XcursorImagesLoadCursor.3
 39man/man3/XcursorImagesLoadCursors.3
 40man/man3/XcursorImagesSetName.3
21man/man3/XcursorLibraryLoadCursor.3 41man/man3/XcursorLibraryLoadCursor.3
22man/man3/XcursorLibraryLoadCursors.3 42man/man3/XcursorLibraryLoadCursors.3
23man/man3/XcursorLibraryLoadImage.3 43man/man3/XcursorLibraryLoadImage.3
24man/man3/XcursorLibraryLoadImages.3 44man/man3/XcursorLibraryLoadImages.3
 45man/man3/XcursorLibraryPath.3
 46man/man3/XcursorLibraryShape.3
 47man/man3/XcursorNoticeCreateBitmap.3
 48man/man3/XcursorNoticePutBitmap.3
25man/man3/XcursorSetDefaultSize.3 49man/man3/XcursorSetDefaultSize.3
26man/man3/XcursorSetTheme.3 50man/man3/XcursorSetTheme.3
 51man/man3/XcursorSetThemeCore.3
27man/man3/XcursorShapeLoadCursor.3 52man/man3/XcursorShapeLoadCursor.3
28man/man3/XcursorShapeLoadCursors.3 53man/man3/XcursorShapeLoadCursors.3
29man/man3/XcursorShapeLoadImage.3 54man/man3/XcursorShapeLoadImage.3
30man/man3/XcursorShapeLoadImages.3 55man/man3/XcursorShapeLoadImages.3
31man/man3/XcursorSupportsARGB.3 56man/man3/XcursorSupportsARGB.3
 57man/man3/XcursorSupportsAnim.3
 58man/man3/XcursorTryShapeBitmapCursor.3
 59man/man3/XcursorTryShapeCursor.3
32man/man3/XcursorXcFileLoad.3 60man/man3/XcursorXcFileLoad.3
33man/man3/XcursorXcFileLoadAllImages.3 61man/man3/XcursorXcFileLoadAllImages.3
34man/man3/XcursorXcFileLoadImage.3 62man/man3/XcursorXcFileLoadImage.3
35man/man3/XcursorXcFileLoadImages.3 63man/man3/XcursorXcFileLoadImages.3
36man/man3/XcursorXcFileSave.3 64man/man3/XcursorXcFileSave.3

cvs diff -r1.10 -r1.11 pkgsrc/x11/libXcursor/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/libXcursor/distinfo 2021/10/26 11:34:05 1.10
+++ pkgsrc/x11/libXcursor/distinfo 2022/04/03 18:33:57 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2021/10/26 11:34:05 nia Exp $ 1$NetBSD: distinfo,v 1.11 2022/04/03 18:33:57 wiz Exp $
2 2
3BLAKE2s (libXcursor-1.2.0.tar.bz2) = cf33aab2a3435f68b88eb1409576c200fc1d2db336dd03fb9e328b0d306131ba 3BLAKE2s (libXcursor-1.2.1.tar.xz) = ee566d890bc9235f06775408cc7c97a9a2c49771bbd3bc612a969b22e07216c0
4SHA512 (libXcursor-1.2.0.tar.bz2) = 2b12d0fd17e311ce269dbba58588698885815eb07aa44d48525ed5cd9e5f379bb90138a792a191e2f74888ab10b3ca9a4f507f21de0984ed79748973ab927a03 4SHA512 (libXcursor-1.2.1.tar.xz) = ebb42a39855aab86d0c11fe6ad33d011cf56a6dc5c309bef643460319c03df239b7e09fe88777bb25c0e9ff8aceac6bf66e51cc04a2d5ee463b3bc3bbf1674e3
5Size (libXcursor-1.2.0.tar.bz2) = 334144 bytes 5Size (libXcursor-1.2.1.tar.xz) = 280352 bytes