./x11/xcursor-themes, Modular X.org xcursor themes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.7, Package name: xcursor-themes-1.0.7, Maintainer: blair.sadewitz

Default set of cursor themes for use with libXcursor.


Required to run:
[x11/xcursor]

Required to build:
[pkgtools/x11-links] [x11/xcursorgen] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 1455.68 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-02-23 18:10:47 by Thomas Klausner | Files touched by this commit (2)
Log message:
This release primarily makes the configure process more efficient.

Alan Coopersmith (6):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      configure: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      Switch to XORG_DEFAULT_NOCODE_OPTIONS
      xcursor-themes 1.0.7
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

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-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

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-05-08 00:36:39 by Leonardo Taccari | Files touched by this commit (1)
Log message:
xcursor-themes: Pass --with-cursordir to always install under ${PREFIX}

Without passing `--with-cursordir' - e.g. with native X11 on NetBSD
- /usr/X11R7 is picked up instead leading to PLIST mismatches
because no files ends up installed under (${DESTDIR}/)${PREFIX}.

Problem reported by matt farnsworth via PR pkg/54175, thanks!
   2019-02-15 10:42:19 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
x11/xcursor-themes: import xcursor-themes-1.0.6

Default set of cursor themes for use with libXcursor.

Packaged for wip by Blair Sadewitz with updates by tnn and myself.