Update to 45.beta
- Package up translations
This commit is contained in:
parent
8a1cb9adf6
commit
82f7512544
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/tecla-45.alpha.tar.xz
|
/tecla-45.alpha.tar.xz
|
||||||
|
/tecla-45.beta.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (tecla-45.alpha.tar.xz) = 6a08641e71c9fd4748407fd49ab11da3f8986177bb627a512ac7f54891cc575d696e183b814559c5e98b7e0fcaf46f950b109485083f492a5ef9847391d5737d
|
SHA512 (tecla-45.beta.tar.xz) = 93acf3fe93001be51638743dc85686d07abc9e0a138efbcbd39a0d2ae360b9e1dafbbd7c4b101e3b0141d18710b5557cf60438e2220cc7420699d8151542e989
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
Name: tecla
|
Name: tecla
|
||||||
Version: 45~alpha
|
Version: 45~beta
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Keyboard layout viewer
|
Summary: Keyboard layout viewer
|
||||||
|
|
||||||
@ -10,6 +10,7 @@ URL: https://gitlab.gnome.org/GNOME/tecla
|
|||||||
Source: https://download.gnome.org/sources/tecla/45/tecla-%{tarball_version}.tar.xz
|
Source: https://download.gnome.org/sources/tecla/45/tecla-%{tarball_version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: gettext
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig(gtk4)
|
BuildRequires: pkgconfig(gtk4)
|
||||||
BuildRequires: pkgconfig(gtk4-wayland)
|
BuildRequires: pkgconfig(gtk4-wayland)
|
||||||
@ -35,13 +36,15 @@ libxkbcommon to deal with keyboard maps.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
|
%find_lang tecla
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Tecla.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Tecla.desktop
|
||||||
%meson_test
|
%meson_test
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files -f tecla.lang
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc NEWS README.md
|
%doc NEWS README.md
|
||||||
%{_bindir}/tecla
|
%{_bindir}/tecla
|
||||||
|
Loading…
Reference in New Issue
Block a user