| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Name: tecla-keyboard-layout-viewer |
| Version: 46.0 |
| Release: 0 |
| Summary: A keyboard layout viewer |
| License: GPL-2.0-only |
| URL: https://gitlab.gnome.org/GNOME/tecla |
| Source: tecla-%{version}.tar.zst |
| |
| BuildRequires: c_compiler |
| BuildRequires: meson |
| BuildRequires: pkgconfig |
| BuildRequires: pkgconfig(gtk4) |
| BuildRequires: pkgconfig(gtk4-wayland) |
| BuildRequires: pkgconfig(libadwaita-1) >= 1.4 |
| BuildRequires: pkgconfig(wayland-client) |
| BuildRequires: pkgconfig(xkbcommon) |
| |
| %description |
| %{summary} from the GNOME project. |
| |
| %lang_package |
| |
| %prep |
| %autosetup -p1 -n tecla-%{version} |
| |
| %build |
| %meson |
| %meson_build |
| |
| %install |
| %meson_install |
| %find_lang tecla %{?no_lang_C} |
| |
| %files |
| %license LICENSE |
| %doc NEWS README.md |
| %{_bindir}/tecla |
| %{_datadir}/applications/org.gnome.Tecla.desktop |
| %{_datadir}/icons/hicolor/scalable/apps/org.gnome.Tecla.svg |
| %{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Tecla-symbolic.svg |
| %{_datadir}/pkgconfig/tecla.pc |
| |
| %files lang -f tecla.lang |
| |
| %changelog |