Compare commits
No commits in common. "rawhide" and "f32" have entirely different histories.
4 changed files with 2 additions and 60 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
/wtype-v0.3.tar.gz
|
||||
/wtype-v0.4.tar.gz
|
||||
/wtype-0.4.tar.gz
|
||||
13
README.md
13
README.md
|
|
@ -1,12 +1,3 @@
|
|||
# wtype - xdool type for Wayland
|
||||
# wtype
|
||||
|
||||
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
|
||||
The wtype package
|
||||
|
|
|
|||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (wtype-0.4.tar.gz) = d3441672418868221448675962979738016a9a5a96c61fd41a1e47d0633c8dea500a39c0834280788271abc6a59731692962b566ee9f6e592f00939088409130
|
||||
45
wtype.spec
45
wtype.spec
|
|
@ -1,45 +0,0 @@
|
|||
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