pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xfontsel xfontsel: update to 1.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74cbceaa64dd
branches:  trunk
changeset: 381692:74cbceaa64dd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 11 19:35:39 2022 +0000

description:
xfontsel: update to 1.1.0.

This release adds two small new features - a "Reset" button to reset
all the selections back to the initial values, and when given the "-scaled"
option fetch the actual screen resolution and add that to the list of
available resolutions for the resX and resY menus.

Alan Coopersmith (11):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      man page: remove out-of-date COPYRIGHT section
      const cleanup
      Fix -Wsign-compare warning from gcc
      Clean up variable scoping in GetFontNames()
      mark Quit() & QuitAction() as noreturn
      gitlab CI: stop requiring Signed-off-by in commits
      xfontsel 1.1.0

Alexander Gromnitsky (1):
      Add 'reset' button

Greg A. Woods (1):
      include actual screen resolution in the resX & resY menus

Thomas Kuehne (1):
      Fixed -Wmissing-field-initializers warning

diffstat:

 x11/xfontsel/DESCR    |  6 ++++--
 x11/xfontsel/Makefile |  6 +++---
 x11/xfontsel/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r c07b761a2745 -r 74cbceaa64dd x11/xfontsel/DESCR
--- a/x11/xfontsel/DESCR        Mon Jul 11 19:33:56 2022 +0000
+++ b/x11/xfontsel/DESCR        Mon Jul 11 19:35:39 2022 +0000
@@ -1,4 +1,6 @@
-This package provides xfontsel, a program to query and display X11
-fonts.
+xfontsel application provides a simple way to display the X11 core
+protocol fonts known to your X server, examine samples of each,
+and retrieve the X Logical Font Description ("XLFD") full name for
+a font.
 
 This is from the modular X.org X11 project.
diff -r c07b761a2745 -r 74cbceaa64dd x11/xfontsel/Makefile
--- a/x11/xfontsel/Makefile     Mon Jul 11 19:33:56 2022 +0000
+++ b/x11/xfontsel/Makefile     Mon Jul 11 19:35:39 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:36:08 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2022/07/11 19:35:39 wiz Exp $
 
-DISTNAME=              xfontsel-1.0.6
+DISTNAME=              xfontsel-1.1.0
 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/
diff -r c07b761a2745 -r 74cbceaa64dd x11/xfontsel/distinfo
--- a/x11/xfontsel/distinfo     Mon Jul 11 19:33:56 2022 +0000
+++ b/x11/xfontsel/distinfo     Mon Jul 11 19:35:39 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:34:48 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/07/11 19:35:39 wiz Exp $
 
-BLAKE2s (xfontsel-1.0.6.tar.bz2) = 65655916ca306d4607c8c865cee72ba83b6ce007816a3ed9351632caacbc06b9
-SHA512 (xfontsel-1.0.6.tar.bz2) = 2f6bc51549a302404cdaf9a5a825add383953fcbb2a0c7076691cefd4dd7e4a3c772c047be74101c8486f75d03ce0bd3e65ede14e91732cf2a932810441c9099
-Size (xfontsel-1.0.6.tar.bz2) = 146469 bytes
+BLAKE2s (xfontsel-1.1.0.tar.xz) = 27c442fdad15dcd43b03c1bf8eeae3248cb10fa54ad34b79db048c047313b386
+SHA512 (xfontsel-1.1.0.tar.xz) = be67d223668431c9b5dd2ef74032d2f087be5f8f0ccc427bc7ee43e7ce42214edddb07d8c3d6d6de93ea35314392d384f1ab1ae5c48b2cfbce418610e3945a52
+Size (xfontsel-1.1.0.tar.xz) = 139560 bytes



Home | Main Index | Thread Index | Old Index