pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libXcursor libXcursor: update to 1.2.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c84c8a1d274
branches:  trunk
changeset: 376218:2c84c8a1d274
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 03 18:33:57 2022 +0000

description:
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

diffstat:

 x11/libXcursor/Makefile |   6 +++---
 x11/libXcursor/PLIST    |  30 +++++++++++++++++++++++++++++-
 x11/libXcursor/distinfo |   8 ++++----
 3 files changed, 36 insertions(+), 8 deletions(-)

diffs (96 lines):

diff -r dddbc69417d4 -r 2c84c8a1d274 x11/libXcursor/Makefile
--- a/x11/libXcursor/Makefile   Sun Apr 03 18:19:49 2022 +0000
+++ b/x11/libXcursor/Makefile   Sun Apr 03 18:33:57 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2020/01/18 23:35:51 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2022/04/03 18:33:57 wiz Exp $
 
-DISTNAME=              libXcursor-1.2.0
+DISTNAME=              libXcursor-1.2.1
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            joerg%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
diff -r dddbc69417d4 -r 2c84c8a1d274 x11/libXcursor/PLIST
--- a/x11/libXcursor/PLIST      Sun Apr 03 18:19:49 2022 +0000
+++ b/x11/libXcursor/PLIST      Sun Apr 03 18:33:57 2022 +0000
@@ -1,34 +1,62 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:24:58 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/04/03 18:33:57 wiz Exp $
 include/X11/Xcursor/Xcursor.h
 lib/libXcursor.la
 lib/pkgconfig/xcursor.pc
 man/man3/Xcursor.3
+man/man3/XcursorAnimateCreate.3
+man/man3/XcursorAnimateDestroy.3
+man/man3/XcursorAnimateNext.3
+man/man3/XcursorCommentCreate.3
+man/man3/XcursorCommentDestroy.3
+man/man3/XcursorCommentsCreate.3
+man/man3/XcursorCommentsDestroy.3
 man/man3/XcursorCursorsCreate.3
 man/man3/XcursorCursorsDestroy.3
+man/man3/XcursorFileLoad.3
+man/man3/XcursorFileLoadAllImages.3
+man/man3/XcursorFileLoadImage.3
+man/man3/XcursorFileLoadImages.3
+man/man3/XcursorFileSave.3
+man/man3/XcursorFileSaveImages.3
 man/man3/XcursorFilenameLoad.3
 man/man3/XcursorFilenameLoadAllImages.3
 man/man3/XcursorFilenameLoadCursor.3
+man/man3/XcursorFilenameLoadCursors.3
 man/man3/XcursorFilenameLoadImage.3
 man/man3/XcursorFilenameLoadImages.3
 man/man3/XcursorFilenameSave.3
 man/man3/XcursorFilenameSaveImages.3
 man/man3/XcursorGetDefaultSize.3
 man/man3/XcursorGetTheme.3
+man/man3/XcursorGetThemeCore.3
 man/man3/XcursorImageCreate.3
 man/man3/XcursorImageDestroy.3
+man/man3/XcursorImageHash.3
+man/man3/XcursorImageLoadCursor.3
 man/man3/XcursorImagesCreate.3
 man/man3/XcursorImagesDestroy.3
+man/man3/XcursorImagesLoadCursor.3
+man/man3/XcursorImagesLoadCursors.3
+man/man3/XcursorImagesSetName.3
 man/man3/XcursorLibraryLoadCursor.3
 man/man3/XcursorLibraryLoadCursors.3
 man/man3/XcursorLibraryLoadImage.3
 man/man3/XcursorLibraryLoadImages.3
+man/man3/XcursorLibraryPath.3
+man/man3/XcursorLibraryShape.3
+man/man3/XcursorNoticeCreateBitmap.3
+man/man3/XcursorNoticePutBitmap.3
 man/man3/XcursorSetDefaultSize.3
 man/man3/XcursorSetTheme.3
+man/man3/XcursorSetThemeCore.3
 man/man3/XcursorShapeLoadCursor.3
 man/man3/XcursorShapeLoadCursors.3
 man/man3/XcursorShapeLoadImage.3
 man/man3/XcursorShapeLoadImages.3
 man/man3/XcursorSupportsARGB.3
+man/man3/XcursorSupportsAnim.3
+man/man3/XcursorTryShapeBitmapCursor.3
+man/man3/XcursorTryShapeCursor.3
 man/man3/XcursorXcFileLoad.3
 man/man3/XcursorXcFileLoadAllImages.3
 man/man3/XcursorXcFileLoadImage.3
diff -r dddbc69417d4 -r 2c84c8a1d274 x11/libXcursor/distinfo
--- a/x11/libXcursor/distinfo   Sun Apr 03 18:19:49 2022 +0000
+++ b/x11/libXcursor/distinfo   Sun Apr 03 18:33:57 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:34:05 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/04/03 18:33:57 wiz Exp $
 
-BLAKE2s (libXcursor-1.2.0.tar.bz2) = cf33aab2a3435f68b88eb1409576c200fc1d2db336dd03fb9e328b0d306131ba
-SHA512 (libXcursor-1.2.0.tar.bz2) = 2b12d0fd17e311ce269dbba58588698885815eb07aa44d48525ed5cd9e5f379bb90138a792a191e2f74888ab10b3ca9a4f507f21de0984ed79748973ab927a03
-Size (libXcursor-1.2.0.tar.bz2) = 334144 bytes
+BLAKE2s (libXcursor-1.2.1.tar.xz) = ee566d890bc9235f06775408cc7c97a9a2c49771bbd3bc612a969b22e07216c0
+SHA512 (libXcursor-1.2.1.tar.xz) = ebb42a39855aab86d0c11fe6ad33d011cf56a6dc5c309bef643460319c03df239b7e09fe88777bb25c0e9ff8aceac6bf66e51cc04a2d5ee463b3bc3bbf1674e3
+Size (libXcursor-1.2.1.tar.xz) = 280352 bytes



Home | Main Index | Thread Index | Old Index