xfd: update to 1.1.3.
Alan Coopersmith (7): Move domaindir declaration inside #ifdef USE_GETTEXT configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Update README for gitlab migration Update configure.ac bug URL for gitlab migration Re-enable code to use XKB Bells xfd 1.1.3 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
This commit is contained in:
parent
93692f515b
commit
07233635dc
3 changed files with 16 additions and 13 deletions
|
@ -1,7 +1,10 @@
|
|||
The xfd utility creates a window containing the name of the font being
|
||||
displayed, a row of command buttons, several lines of text for display-
|
||||
ing character metrics, and a grid containing one glyph per cell.
|
||||
The characters are shown in increasing order from left to right, top to
|
||||
bottom.
|
||||
xfd is a small gui tool to display all the characters in a font
|
||||
using either the X11 core protocol or libXft2.
|
||||
|
||||
The xfd utility creates a window containing the name of the font
|
||||
being displayed, a row of command buttons, several lines of text
|
||||
for displaying character metrics, and a grid containing one glyph
|
||||
per cell. The characters are shown in increasing order from left
|
||||
to right, top to bottom.
|
||||
|
||||
This is the version of xfd maintained by Xorg.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.17 2018/03/12 11:18:00 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2019/03/10 08:07:52 wiz Exp $
|
||||
|
||||
DISTNAME= xfd-1.1.2
|
||||
PKGREVISION= 1
|
||||
DISTNAME= xfd-1.1.3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -20,6 +19,7 @@ MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
|
|||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../x11/libXft/buildlink3.mk"
|
||||
.include "../../x11/libxkbfile/buildlink3.mk"
|
||||
.include "../../x11/libXaw/buildlink3.mk"
|
||||
.include "../../x11/libXmu/buildlink3.mk"
|
||||
.include "../../x11/libXrender/buildlink3.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2015/11/04 03:29:06 agc Exp $
|
||||
$NetBSD: distinfo,v 1.5 2019/03/10 08:07:52 wiz Exp $
|
||||
|
||||
SHA1 (xfd-1.1.2.tar.bz2) = cac5ca0f5fb6044840b15cf6fb9c541bd4fbce4a
|
||||
RMD160 (xfd-1.1.2.tar.bz2) = 5123bbf2a1a5b2a06e247c6986d39ecaf6761bfa
|
||||
SHA512 (xfd-1.1.2.tar.bz2) = 3a158f697dd40c5b650b3d80ad1692d668d9d9bcf586a437fd3dcebf9e8fffb773855df290260995464d5f36cb22e768d1d71de8e61d7cca80eaa4d25c029745
|
||||
Size (xfd-1.1.2.tar.bz2) = 137632 bytes
|
||||
SHA1 (xfd-1.1.3.tar.bz2) = ca6dbe2027b205992a52c6bb717a43508f12a8c4
|
||||
RMD160 (xfd-1.1.3.tar.bz2) = 85642bd90148602c7b9aa51962b4023f2fbe5688
|
||||
SHA512 (xfd-1.1.3.tar.bz2) = 68e2d4ce5e24215353b6f3231191d69639c4dd90a703e03ccf152bbfe4012da071c387ba289f918fb0336a3be9ee49dc05cbec7273fa85f5e476ead7e10795f0
|
||||
Size (xfd-1.1.3.tar.bz2) = 141312 bytes
|
||||
|
|
Loading…
Reference in a new issue