Compare commits
27 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7897dd074 | ||
|
|
91719de9bf | ||
|
|
a207542e1a | ||
|
|
30220461cb | ||
| 1e09561113 | |||
|
|
122eed9265 | ||
|
|
6290db43da | ||
|
|
1c9685c08e | ||
|
|
7cefa00a47 | ||
|
|
9355d884a8 | ||
|
|
a657bf2842 | ||
|
|
02befdd11e | ||
|
|
5fca3cae16 | ||
|
|
9d7c31546e | ||
|
|
8a7f871675 | ||
|
|
c13f378a2c | ||
|
|
60c07ff73b | ||
|
|
73a8ad1afd | ||
|
|
f93704b239 | ||
|
|
a1c8f55ec6 | ||
|
|
818bce9fd4 | ||
|
|
d973a028d7 | ||
|
|
bf3572d486 | ||
|
|
d6df15127a | ||
|
|
09819cc8e1 | ||
|
|
ba1fc97f22 | ||
|
|
a38f5a42fa |
1 changed files with 8 additions and 13 deletions
|
|
@ -74,24 +74,17 @@ Source1: %{url}/pub/individual/app/xfontsel-%{version}.tar.xz.sig
|
|||
Source2: xfontsel.gpg
|
||||
|
||||
BuildRequires: gpgverify
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: meson
|
||||
|
||||
# configure.ac: PKG_CHECK_MODULES/AC_SEARCH_LIBS
|
||||
BuildRequires: gettext
|
||||
# meson.build: dependency(…)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xaw7)
|
||||
BuildRequires: pkgconfig(xmu)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.17
|
||||
BuildRequires: pkgconfig(xt)
|
||||
|
||||
Obsoletes: xorg-x11-apps < 7.7-31
|
||||
|
||||
%description
|
||||
The 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
|
||||
|
|
@ -103,14 +96,16 @@ Logical Font Description (“XLFD”) full name for a font.
|
|||
%autosetup
|
||||
|
||||
|
||||
%conf
|
||||
%meson
|
||||
|
||||
|
||||
%build
|
||||
autoreconf --force --install --verbose
|
||||
%configure
|
||||
%make_build
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
|
||||
# Upstream provides no tests.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue