update to 1.1.0 [release 1.1.0-1mamba;Sat Jul 16 2022]
This commit is contained in:
parent
7876c722b8
commit
7ba532ad14
15
README.md
15
README.md
@ -2,18 +2,3 @@
|
||||
|
||||
The xfontsel application provides a simple way to display the fonts known to your X server, examine samples of each, and retrieve the X Logical Font Description ("XLFD") full name for a font.
|
||||
|
||||
If -pattern is not specified, all fonts with XLFD 14-part names will be selectable.
|
||||
To work with only a subset of the fonts, specify -pattern followed by a partially or fully qualified font name; e.g., "-pattern *medium*" will select that subset of fonts which contain the string "medium" somewhere in their font name.
|
||||
Be careful about escaping wildcard characters in your shell.
|
||||
|
||||
If -print is specified on the command line the selected font specifier will be written to standard output when the quit button is activated.
|
||||
Regardless of whether or not -print was specified, the font specifier may be made the PRIMARY (text) selection by activating the select button.
|
||||
|
||||
The -sample option specifies the sample text to be used to display the selected font if the font is linearly indexed, overriding the default.
|
||||
|
||||
The -sample16 option specifies the sample text to be used to display the selected font if the font is matrix encoded, overriding the default.
|
||||
|
||||
The -sampleUCS option specifies the sample text encoded in the UTF-8 form to be used to display the selected font if the font has a CHARSET_REGISTRY of ISO10646, overriding the default.
|
||||
|
||||
The -scaled option enables the ability to select scaled fonts at arbitrary pixel or point sizes.
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
Name: xfontsel
|
||||
Version: 1.0.6
|
||||
Version: 1.1.0
|
||||
Release: 1mamba
|
||||
Summary: xfontsel - point and click selection of X11 font names
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.x.org/wiki/
|
||||
Source: https://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.xz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -16,25 +16,11 @@ BuildRequires: libXaw-devel
|
||||
BuildRequires: libXmu-devel
|
||||
BuildRequires: libXt-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The xfontsel application provides a simple way to display the fonts known to your X server, examine samples of each, and retrieve the X Logical Font Description ("XLFD") full name for a font.
|
||||
|
||||
If -pattern is not specified, all fonts with XLFD 14-part names will be selectable.
|
||||
To work with only a subset of the fonts, specify -pattern followed by a partially or fully qualified font name; e.g., "-pattern *medium*" will select that subset of fonts which contain the string "medium" somewhere in their font name.
|
||||
Be careful about escaping wildcard characters in your shell.
|
||||
|
||||
If -print is specified on the command line the selected font specifier will be written to standard output when the quit button is activated.
|
||||
Regardless of whether or not -print was specified, the font specifier may be made the PRIMARY (text) selection by activating the select button.
|
||||
|
||||
The -sample option specifies the sample text to be used to display the selected font if the font is linearly indexed, overriding the default.
|
||||
|
||||
The -sample16 option specifies the sample text to be used to display the selected font if the font is matrix encoded, overriding the default.
|
||||
|
||||
The -sampleUCS option specifies the sample text encoded in the UTF-8 form to be used to display the selected font if the font has a CHARSET_REGISTRY of ISO10646, overriding the default.
|
||||
|
||||
The -scaled option enables the ability to select scaled fonts at arbitrary pixel or point sizes.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -55,9 +41,12 @@ The -scaled option enables the ability to select scaled fonts at arbitrary pixel
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/X11/app-defaults/XFontSel
|
||||
%{_mandir}/man?/*
|
||||
%doc COPYING ChangeLog README
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Sat Jul 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
|
||||
- update to 1.1.0
|
||||
|
||||
* Wed Sep 12 2018 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user