pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xmodmap xmodmap: update to 1.0.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5894a5043b1b
branches:  trunk
changeset: 381694:5894a5043b1b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 11 19:39:07 2022 +0000

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

diffstat:

 x11/xmodmap/DESCR    |  4 +++-
 x11/xmodmap/Makefile |  7 +++----
 x11/xmodmap/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 48ed0ad94973 -r 5894a5043b1b x11/xmodmap/DESCR
--- a/x11/xmodmap/DESCR Mon Jul 11 19:35:48 2022 +0000
+++ b/x11/xmodmap/DESCR Mon Jul 11 19:39:07 2022 +0000
@@ -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.
diff -r 48ed0ad94973 -r 5894a5043b1b x11/xmodmap/Makefile
--- a/x11/xmodmap/Makefile      Mon Jul 11 19:35:48 2022 +0000
+++ b/x11/xmodmap/Makefile      Mon Jul 11 19:39:07 2022 +0000
@@ -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 @@
 USE_TOOLS+=            pkg-config
 
 .include "../../x11/libX11/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"
diff -r 48ed0ad94973 -r 5894a5043b1b x11/xmodmap/distinfo
--- a/x11/xmodmap/distinfo      Mon Jul 11 19:35:48 2022 +0000
+++ b/x11/xmodmap/distinfo      Mon Jul 11 19:39:07 2022 +0000
@@ -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