[packages/xorg-app-xisxwayland] - new

qboosh qboosh at pld-linux.org
Fri May 22 19:24:26 CEST 2020


commit b72e5614ba49649b4fd70293065bcd4f2be3b183
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri May 22 19:24:56 2020 +0200

    - new

 xorg-app-xisxwayland.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)
---
diff --git a/xorg-app-xisxwayland.spec b/xorg-app-xisxwayland.spec
new file mode 100644
index 0000000..2980760
--- /dev/null
+++ b/xorg-app-xisxwayland.spec
@@ -0,0 +1,49 @@
+Summary:	xisxwayland tool to check whether X server is Xwayland
+Summary(pl.UTF-8):	Narzędzie xisxwayland do sprawdzania, czy serwer X to Xwayland
+Name:		xorg-app-xisxwayland
+Version:	1
+Release:	1
+License:	MIT
+Group:		X11/Applications
+Source0:	https://xorg.freedesktop.org/releases/individual/app/xisxwayland-%{version}.tar.xz
+# Source0-md5:	c4a140eb71ddd8aff9a5ac8e5d2404c4
+URL:		https://xorg.freedesktop.org/
+BuildRequires:	meson >= 0.41.0
+BuildRequires:	ninja >= 1.5
+BuildRequires:	pkgconfig >= 1:0.19
+BuildRequires:	rpmbuild(macros) >= 1.736
+BuildRequires:	xorg-lib-libX11-devel
+BuildRequires:	xorg-lib-libXrandr-devel
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+xisxwayland is a tool to be used within shell scripts to determine
+whether the X server in use is Xwayland.
+
+%description -l pl.UTF-8
+xisxwayland to narzędzie, którego można używać w skryptach powłoki do
+określenia, czy używany serwer X to Xwayland.
+
+%prep
+%setup -q -n xisxwayland-%{version}
+
+%build
+%meson build
+
+%ninja_build -C build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%ninja_install -C build
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING README.md
+%attr(755,root,root) %{_bindir}/xisxwayland
+%{_mandir}/man1/xisxwayland.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-app-xisxwayland.git/commitdiff/b72e5614ba49649b4fd70293065bcd4f2be3b183



More information about the pld-cvs-commit mailing list