Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8dae1dd553 | ||
|
|
e3f891c1eb | ||
|
|
46d8ff0fd4 | ||
|
|
5e2aa7bf15 | ||
|
|
b08a181c38 |
3 changed files with 17 additions and 19 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,2 +1 @@
|
|||
/xdpyinfo-*.tar.xz
|
||||
/xdpyinfo-1.3.4.tar.xz.sig
|
||||
/xdpyinfo-*.tar.xz*
|
||||
|
|
|
|||
3
sources
3
sources
|
|
@ -1,2 +1 @@
|
|||
SHA512 (xdpyinfo-1.3.4.tar.xz) = 9ef9f5c10e15a40895e8f008896b960fdd438277657c7159d16f05db79cd2374cfaca4af2f4e59335824bfd2f74a045ef89dd99ea4130ed436ea59fbbb1cbe12
|
||||
SHA512 (xdpyinfo-1.3.4.tar.xz.sig) = e225cfa529f73c84585358dfd86a88f75cccb9b13ddb78a937e0cfbe163982e4b5c4a36597845ae825ebbb70f4d5bd192e46e13ed35ab19f8a20086b29989f35
|
||||
SHA512 (xdpyinfo-1.4.0.tar.xz) = 478dd3de58950eeca213a51820445e62a5a63b2fa9ff3505f22802a7980f855fc11f1465e57ff4c34cdf8df0a0ff3c576804ef44f11f3b52c1c9da4ecc5a62d3
|
||||
|
|
|
|||
|
|
@ -1,43 +1,43 @@
|
|||
Summary: X11 display information utility
|
||||
Name: xdpyinfo
|
||||
Version: 1.3.4
|
||||
Version: 1.4.0
|
||||
Release: %autorelease
|
||||
License: MIT
|
||||
URL: http://www.x.org
|
||||
URL: https://www.x.org
|
||||
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc make
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libtool
|
||||
|
||||
BuildRequires: pkgconfig(dmx)
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(x11-xcb)
|
||||
BuildRequires: pkgconfig(xcb) >= 1.6
|
||||
BuildRequires: pkgconfig(xcomposite)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xi)
|
||||
BuildRequires: pkgconfig(xcomposite)
|
||||
BuildRequires: pkgconfig(xinerama)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.22
|
||||
BuildRequires: pkgconfig(xrandr) >= 1.2
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
BuildRequires: pkgconfig(xtst)
|
||||
BuildRequires: pkgconfig(xv)
|
||||
BuildRequires: pkgconfig(xxf86dga)
|
||||
BuildRequires: pkgconfig(xxf86vm)
|
||||
|
||||
Obsoletes: xorg-x11-utils < 7.5-39
|
||||
|
||||
%description
|
||||
xdpyinfo prints basic diagnostic information about a given X server.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue