Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
544e856d81 | ||
|
|
bf47b3c909 | ||
| fa7c81019b | |||
|
|
fb4adbe101 | ||
|
|
d97e7bb940 | ||
|
|
b1ddf07415 | ||
|
|
098d0139b7 | ||
|
|
0e41cd74b5 | ||
|
|
340bb76705 | ||
|
|
daab93921f | ||
|
|
a0e1d526bb | ||
|
|
ac3cc6c1cd | ||
|
|
d6b9c6c0c3 | ||
|
|
e4abdd9801 |
1 changed files with 13 additions and 8 deletions
|
|
@ -74,17 +74,24 @@ Source1: %{url}/pub/individual/app/xfontsel-%{version}.tar.xz.sig
|
|||
Source2: xfontsel.gpg
|
||||
|
||||
BuildRequires: gpgverify
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
|
||||
# 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
|
||||
|
|
@ -96,16 +103,14 @@ Logical Font Description (“XLFD”) full name for a font.
|
|||
%autosetup
|
||||
|
||||
|
||||
%conf
|
||||
%meson
|
||||
|
||||
|
||||
%build
|
||||
%meson_build
|
||||
autoreconf --force --install --verbose
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%make_install
|
||||
|
||||
|
||||
# Upstream provides no tests.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue