Compare commits
16 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5bb2c77d0 | ||
|
|
212f87d88c | ||
|
|
a725359442 | ||
|
|
810aa6f3bc | ||
|
|
d507d9a64d | ||
|
|
b4126dbfd5 | ||
|
|
e2c01d08ef | ||
|
|
0276eddcdd | ||
|
|
b02fb9ab0c | ||
|
|
59194e0272 |
||
|
|
c6e4676c26 |
||
|
|
5eefaccca9 |
||
|
|
61b6095749 | ||
|
|
59996240ad | ||
|
|
5aca6fc504 |
||
|
|
b249f12f0f |
4 changed files with 60 additions and 2 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/wtype-v0.3.tar.gz
|
||||
/wtype-v0.4.tar.gz
|
||||
/wtype-0.4.tar.gz
|
||||
13
README.md
13
README.md
|
|
@ -1,3 +1,12 @@
|
|||
# wtype
|
||||
# wtype - xdool type for Wayland
|
||||
|
||||
The wtype package
|
||||
The [xdotool] program is a handy way to do typing, mouse movements, window
|
||||
adjustments, and more in X11. It's used by [rofimoji] and other tools to type
|
||||
characters into X11 applications.
|
||||
|
||||
The equivalent for Wayland is [wtype] _(this package)_. You can use `wtype` in
|
||||
much the same was as `xdotool`.
|
||||
|
||||
[xdotool]: https://github.com/jordansissel/xdotool
|
||||
[rofimoji]: https://github.com/fdw/rofimoji
|
||||
[wtype]: https://github.com/atx/wtype
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (wtype-0.4.tar.gz) = d3441672418868221448675962979738016a9a5a96c61fd41a1e47d0633c8dea500a39c0834280788271abc6a59731692962b566ee9f6e592f00939088409130
|
||||
45
wtype.spec
Normal file
45
wtype.spec
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
Name: wtype
|
||||
Version: 0.4
|
||||
Release: %autorelease
|
||||
Summary: xdotool type for Wayland
|
||||
License: MIT
|
||||
|
||||
%global forgeurl https://github.com/atx/%{name}
|
||||
%global tag v%{version}
|
||||
%forgemeta
|
||||
|
||||
URL: %{forgeurl}
|
||||
Source0: %{forgesource}
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
|
||||
%description
|
||||
%{summary}
|
||||
|
||||
|
||||
%prep
|
||||
%forgeautosetup
|
||||
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/wtype
|
||||
%{_mandir}/man1/wtype.1*
|
||||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
Loading…
Add table
Add a link
Reference in a new issue