summaryrefslogtreecommitdiff
path: root/x11/libXcursor
AgeCommit message (Collapse)AuthorFilesLines
2022-11-09Reset MAINTAINERjoerg1-2/+2
2022-04-03libXcursor: update to 1.2.1.wiz3-8/+36
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
2021-10-26x11: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
2021-10-07x11: Remove SHA1 hashes for distfilesnia1-2/+1
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-03-11libXcursor: update to 1.2.0.wiz2-8/+7
This release adds ~/.local/share/icons to the front of the default cursor path in the library in support of the XDG user data dir. This default can still be overridden at build time using the --with-cursorpath argument to configure, and at run time using the XCURSOR_PATH environment variable - if you or your users rely on either of those, you should consider whether you'd like to update those overrides to include this path as well. Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration libXcursor 1.2.0 Cosimo Cecchi (1): Support XDG user data dir location Philipp Ludwig (1): Fix crash when encountering cursor themes with circular dependencies.
2018-03-07xorgproto: use xorgproto instead of separate *proto packageswiz2-6/+5
Remove now obsolete packages.
2018-01-07Fix indentation in buildlink3.mk files.rillig1-3/+3
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2017-11-28libXcursor: update to 1.1.15.wiz2-7/+7
Alan Coopersmith (4): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Use strdup() instead of malloc(strlen())+strcpy() Fix some clang integer sign/size mismatch warnings Emil Velikov (1): autogen.sh: use quoted string variables Matthieu Herrb (1): libXcursor 1.1.15 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Tobias Stoeckmann (1): Fix heap overflows when parsing malicious files. (CVE-2017-16612) shubham shrivastav (1): Insufficient memory for terminating null of string in _XcursorThemeInherits
2015-11-04Add SHA512 digests for distfiles for x11 categoryagc1-1/+2
Problems found locating distfiles: Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2 Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz Package xservers: missing distfile xservers-3.3.6.5.tar.bz2 Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-05-30Update to 1.14:wiz2-7/+6
This release delivers the fix for security vulnerability CVE-2013-2003 and makes the Makefile.am more compatible with future automake releases. Alan Coopersmith (3): Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS signedness bug & integer overflow in _XcursorFileHeaderCreate() [CVE-2013-2003] libXcursor 1.1.14
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-09Require hacks for fixing autoconf + space in variable name issue.obache1-1/+3
2012-06-03Update to 1.1.13:wiz2-6/+6
1.1.13: This release fixes a few bugs, including making the version number reported in Xcursor.h match that reported in xcursor.pc & configure. 1.1.12: This bug fix release fixes bugs. 1.1.11: This minor maintenance release provides the usual recent set of build configuration improvements and janitorial cleanups.
2009-08-29Update to 1.1.10:wiz2-6/+6
Just a few packaging changes and cleanups. Alan Coopersmith (1): Add README with pointers to mailing list, bugzilla & git repos James Cloos (1): Replace static ChangeLog with dist-hook to generate from git log Matthieu Herrb (1): nuke RCS Ids Paulo Cesar Pereira de Andrade (1): Janitor: make distcheck, compiler warnings, extra .gitignore files. Peter Hutterer (1): libXcursor 1.1.10
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2008-01-15Update to 1.1.9:wiz3-7/+38
Changes undocumented, but many more man pages installed.
2006-11-05First step to making modular transparent:joerg1-1/+9
Redirect from the individual modular libraries to the old libs or mk/x11.buildlink3.mk.
2006-11-03Import libXcursor-1.1.8 from pkgsrc-wip:joerg5-0/+70
This package, libXcursor, provides the client-side cursor loading library for X. This cursor management library is a simple library designed to help locate and load cursors (from files or memory). This is from the modular X.org project.