commit 0d6450ca773190f24e1b81cdef1a191a98c0f907552d5345e3bdeeedc2c3aa4d Author: Bjørn Lie Date: Mon Sep 30 07:13:39 2024 +0000 Scripted push of GNOME 47 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tecla-keyboard-layout-viewer?expand=0&rev=10 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..e06a183 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/tecla.git + 47.0 + @PARENT_TAG@+@TAG_OFFSET@ + (.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/tecla-46.0.obscpio b/tecla-46.0.obscpio new file mode 100644 index 0000000..43c4086 --- /dev/null +++ b/tecla-46.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e8e00ac2e00fe3401843bfa683f5cb5d4d10ea9f8100e772c740cab3b507b9 +size 229387 diff --git a/tecla-47.0.obscpio b/tecla-47.0.obscpio new file mode 100644 index 0000000..a303b8f --- /dev/null +++ b/tecla-47.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a908d620c7fa0ef78831151afa305b3d6b9dfc985dc428a18a35f1c035f3333 +size 247307 diff --git a/tecla-keyboard-layout-viewer.changes b/tecla-keyboard-layout-viewer.changes new file mode 100644 index 0000000..c81f203 --- /dev/null +++ b/tecla-keyboard-layout-viewer.changes @@ -0,0 +1,106 @@ +------------------------------------------------------------------- +Mon Sep 16 10:01:52 UTC 2024 - Dominique Leuenberger + +- Update to version 47.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 3 15:08:36 UTC 2024 - Bjørn Lie + +- Update to version 47.rc: + + Add --parent-handle command line option to integrate as a + "modal dialog". + + Updated translations. + +------------------------------------------------------------------- +Sun Aug 25 10:45:25 UTC 2024 - Bjørn Lie + +- Update to version 47.beta: + + Set window icon + + Updated translations. + +------------------------------------------------------------------- +Sun Mar 17 09:38:09 UTC 2024 - Dominique Leuenberger + +- Update to version 46.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 5 08:05:47 UTC 2024 - Dominique Leuenberger + +- Update to version 46.rc: + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 13 09:42:12 UTC 2024 - Dominique Leuenberger + +- Update to version 46.beta: + + Updated translations. + +------------------------------------------------------------------- +Tue Jan 16 13:23:57 UTC 2024 - Dominique Leuenberger + +- Update to version 46.alpha: + + Add --version command line option. + + Fix blurry keys. + + Fix crash on unknown keymap. + (bsc#1220208) + + Updated translations. +- Remove tecla-return-NULL-if-no-xkb_keymap.patch: + Since the patch is a upstream backporing and is released in this + update. +- Remove tecla-handle-TeclaModel-constructor-returning-NULL.patch: + Since the patch is a upstream backporing and is released in this + update. + +------------------------------------------------------------------- +Fri Jan 12 17:59:06 UTC 2024 - Cliff Zhao + +- Add tecla-return-NULL-if-no-xkb_keymap.patch: + Backporting d6760195 from upstream, Fix tecla crash in Czech(QWERTY) + keyboard in SLE. avoid to return NULL if no xkb_keymap could be + created due to does not know about the given name/variant. + (bsc#1220208) + +------------------------------------------------------------------- +Thu Jan 11 17:50:12 UTC 2024 - Cliff Zhao + +- Add tecla-handle-TeclaModel-constructor-returning-NULL.patch: + Backporting 931112ae from upstream, Fix tecla crash in Czech(QWERTY) + keyboard in SLE. This might be the case if an unknown keymap name + is passed as a commandline argument. We ATM just show a window with + empty keys. + (bsc#1220208) + +------------------------------------------------------------------- +Sat Sep 16 15:34:13 UTC 2023 - Bjørn Lie + +- Update to version 45.0: + + Added shortcuts to exit the dialog + + Fix UI in RTL environments + + Fix a11y initialization + + Updated translations. + +------------------------------------------------------------------- +Wed Sep 6 03:27:17 UTC 2023 - Luciano Santos + +- Update to version 45.rc: + + Handle 105 key layouts. + + Handle keymap variants in commandline arguments. + + Fix overeager keymap listener overriding commandline arguments. + + Fix included license. + + Updated translations. +- Update GPL-3.0-only License tag to GPL-2.0-only following + upstream amend. + +------------------------------------------------------------------- +Fri Aug 11 10:34:53 UTC 2023 - Bjørn Lie + +- Update to version 45.beta: + + Updated translations. +- Add lang package macro, package the translations now available. + +------------------------------------------------------------------- +Sat Jul 22 11:47:50 UTC 2023 - Bjørn Lie + +- Initial release. diff --git a/tecla-keyboard-layout-viewer.spec b/tecla-keyboard-layout-viewer.spec new file mode 100644 index 0000000..d3c98f1 --- /dev/null +++ b/tecla-keyboard-layout-viewer.spec @@ -0,0 +1,63 @@ +# +# spec file for package tecla-keyboard-layout-viewer +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: tecla-keyboard-layout-viewer +Version: 47.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 diff --git a/tecla.obsinfo b/tecla.obsinfo new file mode 100644 index 0000000..720fbb9 --- /dev/null +++ b/tecla.obsinfo @@ -0,0 +1,4 @@ +name: tecla +version: 47.0 +mtime: 1726478605 +commit: a950e731224d9de7fa4c3872fd84cde8293cd40f