pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xmodmap
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 11 19:39:07 UTC 2022
Modified Files:
pkgsrc/x11/xmodmap: DESCR Makefile distinfo
Log Message:
xmodmap: update to 1.0.11.
Alan Coopersmith (5):
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
handle.c: avoid leaks when realloc() fails
PrintModifierMapping: stop leaking the map returned by XGetKeyboardMapping
xmodmap 1.0.11
Karl Fogel (1):
Fix warning about number of mouse buttons
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xmodmap/DESCR
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xmodmap/Makefile \
pkgsrc/x11/xmodmap/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xmodmap/DESCR
diff -u pkgsrc/x11/xmodmap/DESCR:1.2 pkgsrc/x11/xmodmap/DESCR:1.3
--- pkgsrc/x11/xmodmap/DESCR:1.2 Thu Feb 21 09:44:50 2019
+++ pkgsrc/x11/xmodmap/DESCR Mon Jul 11 19:39:07 2022
@@ -1,3 +1,5 @@
The xmodmap program is used to edit and display the keyboard modifier
map and keymap table that are used by client applications to convert
-event keycodes into keysyms.
+event keycodes into keysyms. It is usually run from the user's
+session startup script to configure the keyboard according to
+personal tastes.
Index: pkgsrc/x11/xmodmap/Makefile
diff -u pkgsrc/x11/xmodmap/Makefile:1.10 pkgsrc/x11/xmodmap/Makefile:1.11
--- pkgsrc/x11/xmodmap/Makefile:1.10 Sat Jan 18 23:36:11 2020
+++ pkgsrc/x11/xmodmap/Makefile Mon Jul 11 19:39:07 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:36:11 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2022/07/11 19:39:07 wiz Exp $
-DISTNAME= xmodmap-1.0.10
+DISTNAME= xmodmap-1.0.11
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= joerg%NetBSD.org@localhost
HOMEPAGE= https://xorg.freedesktop.org/
@@ -13,5 +13,4 @@ GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/libX11/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/xmodmap/distinfo
diff -u pkgsrc/x11/xmodmap/distinfo:1.10 pkgsrc/x11/xmodmap/distinfo:1.11
--- pkgsrc/x11/xmodmap/distinfo:1.10 Tue Oct 26 11:34:53 2021
+++ pkgsrc/x11/xmodmap/distinfo Mon Jul 11 19:39:07 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:34:53 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/07/11 19:39:07 wiz Exp $
-BLAKE2s (xmodmap-1.0.10.tar.bz2) = 161cb9f8dba87eeb4d01f99174624b803457ad19ca21a40d018958e1ba853549
-SHA512 (xmodmap-1.0.10.tar.bz2) = 324c7dcef843186088f16b3bc47485eb3c9b4331e56ce43b692deb4bb3d4f4f27512480e91a379cceac8383df920dc5e37cd825246b50b6343291cec48134c04
-Size (xmodmap-1.0.10.tar.bz2) = 145489 bytes
+BLAKE2s (xmodmap-1.0.11.tar.xz) = 0b2285dfde567a2316666a0244e9998ba8a2350d61060e6c1ad439f02b925b39
+SHA512 (xmodmap-1.0.11.tar.xz) = a78f916f048d2017f079733becc99232c087c360ece61ec6c4fa4b5b130b96a1b10c4ce1b64a15bdcab7ea05de3c7f16035503d5be6f8ce1a7612ce71d558510
+Size (xmodmap-1.0.11.tar.xz) = 139532 bytes
Home |
Main Index |
Thread Index |
Old Index