Path to this page:
./
x11/xset,
X11 user preferences utility
Branch: CURRENT,
Version: 1.2.5,
Package name: xset-1.2.5,
Maintainer: pkgsrc-usersThe xset program is used to set various user preference options of
the X11 display and environment, such as the bell, key clicks,
DPMS, font paths, keyboard LEDs, mouse pointer, pixel colors,
keyboard autorepeat, and screen saver.
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers]
Master sites:
Filesize: 135.523 KB
Version history: (Expand)
- (2022-12-05) Updated to version: xset-1.2.5
- (2019-11-25) Updated to version: xset-1.2.4nb1
- (2018-03-13) Updated to version: xset-1.2.4
- (2013-08-09) Updated to version: xset-1.2.3
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
CVS history: (Expand)
2022-12-04 16:44:19 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xset: update to 1.2.5.
This release changes the configure script to default to --without-xf86misc,
disabling the build of support for the XFree86-Misc extension and dropping
the dependency on libXxf86misc.
Support for the XFree86-Misc extension was removed in the xserver-1.6.0
release in 2008, so this code is unusable on most systems now. The
gitlab repo for the libXxf86misc client library was archived in 2018,
ending the maintenance of that library by X.Org.
Anyone who really still wants to build this code can do so by passing
--with-xf86misc to the configure script, but you're on your own if you do.
Alan Coopersmith (14):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Use the real name of the DPMS extension in messages & man page
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: stop requiring Signed-off-by in commits
Variable scope reduction as recommended by cppcheck
Remove unnecessary casts
Remove unnecessary check for NULL pointer before calling free()
set_pixels: Mark pixels parameter as const
Use C99 designated struct initializers
configure: Make xf86misc support disabled by default
xset 1.2.5
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
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-11-24 22:54:08 by Thomas Klausner | Files touched by this commit (1) |
Log message:
xset: remove libXxf86misc inclusion
xset compiles without it, and the server side support code was
removed 11 years ago.
Bump PKGREVISION.
|
2018-03-10 23:16:40 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xset: update to 1.2.4.
Alan Coopersmith (3):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
xset 1.2.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Jon TURNEY (1):
Include unistd.h for usleep() if HAVE_USLEEP
Matthieu Herrb (1):
Fix one last warning about usage() format string.
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
2017-03-23 18:07:02 by Joerg Sonnenberger | Files touched by this commit (219) |
Log message:
Extend SHA512 checksums to various files I have on my local distfile
mirror.
|