pkgsrc/x11/xfontsel/Makefile
wiz 9bc38725ad 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
2022-07-11 19:35:39 +00:00

18 lines
442 B
Makefile

# $NetBSD: Makefile,v 1.11 2022/07/11 19:35:39 wiz Exp $
DISTNAME= xfontsel-1.1.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= X font selector
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"