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.
|
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
|
Name: xfontsel
|
||||||
Version: 1.0.6
|
Version: 1.1.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: xfontsel - point and click selection of X11 font names
|
Summary: xfontsel - point and click selection of X11 font names
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://xorg.freedesktop.org/
|
URL: https://www.x.org/wiki/
|
||||||
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source: https://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.xz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -16,25 +16,11 @@ BuildRequires: libXaw-devel
|
|||||||
BuildRequires: libXmu-devel
|
BuildRequires: libXmu-devel
|
||||||
BuildRequires: libXt-devel
|
BuildRequires: libXt-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
%debug_package
|
||||||
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.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -55,9 +41,12 @@ The -scaled option enables the ability to select scaled fonts at arbitrary pixel
|
|||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/X11/app-defaults/XFontSel
|
%{_datadir}/X11/app-defaults/XFontSel
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
%doc COPYING ChangeLog README
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 12 2018 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user