[packages/wtype] new

atler atler at pld-linux.org
Fri Jun 11 21:04:13 CEST 2021


commit 9b8bf4926c820f8d400d6e3223bae2e9b0b9a41e
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Jun 11 21:02:03 2021 +0200

    new

 wtype.spec | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
---
diff --git a/wtype.spec b/wtype.spec
new file mode 100644
index 0000000..7c4b490
--- /dev/null
+++ b/wtype.spec
@@ -0,0 +1,40 @@
+Summary:	xdotool type for wayland
+Name:		wtype
+Version:	0.3
+Release:	1
+License:	MIT
+Group:		Applications
+Source0:	https://github.com/atx/wtype/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	8101ad31af764c675e60bbb4330813a8
+URL:		https://github.com/atx/wtype
+BuildRequires:	meson
+BuildRequires:	ninja
+BuildRequires:	rpmbuild(macros) >= 1.736
+BuildRequires:	wayland-devel
+BuildRequires:	wayland-protocols
+BuildRequires:	xorg-lib-libxkbcommon-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+xdotool type for wayland.
+
+%prep
+%setup -q
+
+%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 README.md
+%attr(755,root,root) %{_bindir}/wtype
+%{_mandir}/man1/wtype.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wtype.git/commitdiff/9b8bf4926c820f8d400d6e3223bae2e9b0b9a41e



More information about the pld-cvs-commit mailing list