diff --git a/gnome-tour-41.rc.tar.xz b/gnome-tour-41.rc.tar.xz deleted file mode 100644 index f38597a..0000000 --- a/gnome-tour-41.rc.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5220bf9b2e066e1ef333b99ded82e751a4ea2e4ec0b7d79755031179f5e2144b -size 14126196 diff --git a/gnome-tour-42.0.tar.xz b/gnome-tour-42.0.tar.xz new file mode 100644 index 0000000..19655fa --- /dev/null +++ b/gnome-tour-42.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf1ac689057da86596970ec3da8355521c0a72e95063eb059d5fee4dea82f4f +size 13911632 diff --git a/gnome-tour.changes b/gnome-tour.changes index 21c7e3f..e3b5ef9 100644 --- a/gnome-tour.changes +++ b/gnome-tour.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Mar 20 08:23:03 UTC 2022 - Bjørn Lie + +- Update to version 42.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 14 11:37:23 UTC 2022 - Bjørn Lie + +- Update to version 42.beta: + + Port to GTK4 / libadwaita. + + Drop the video feature. + + Updated translations. +- Replace pkgconfig(gtk+-3.0) and pkgconfig(libhandy-1) with + pkgconfig(gtk4) and pkgconfig(libadwaita-1) BuildRequires. +- Add appstream-glib and desktop-file-utils BuilRequires and add a + check section, run meson_test macro. +- Pass profile=default to meson, we want to use the default build + profile and not the development one. + ------------------------------------------------------------------- Mon Sep 6 07:14:45 UTC 2021 - Dominique Leuenberger diff --git a/gnome-tour.spec b/gnome-tour.spec index b870a62..1f0f828 100644 --- a/gnome-tour.spec +++ b/gnome-tour.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-tour # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,22 +17,24 @@ Name: gnome-tour -Version: 41.rc +Version: 42.0 Release: 0 Summary: GNOME Tour & Greeter License: GPL-3.0-or-later Group: System/GUI/GNOME URL: https://gitlab.gnome.org/GNOME/gnome-tour -Source0: https://download.gnome.org/sources/gnome-tour/41/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-tour/42/%{name}-%{version}.tar.xz +BuildRequires: appstream-glib BuildRequires: cargo +BuildRequires: desktop-file-utils BuildRequires: meson BuildRequires: rust BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gio-2.0) >= 2.56 BuildRequires: pkgconfig(glib-2.0) >= 2.64 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.16 -BuildRequires: pkgconfig(libhandy-1) >= 1 +BuildRequires: pkgconfig(gtk4) >= 4.4 +BuildRequires: pkgconfig(libadwaita-1) >= 1 %description A guided tour and greeter for GNOME. @@ -40,16 +42,21 @@ A guided tour and greeter for GNOME. %lang_package %prep -%autosetup +%autosetup -p1 %build -%meson +%meson \ + -D profile=default \ + %{nil} %meson_build %install %meson_install %find_lang %{name} %{?no_lang_C} +%check +%meson_test + %files %license LICENSE.md %doc README.md @@ -57,6 +64,8 @@ A guided tour and greeter for GNOME. %{_datadir}/applications/org.gnome.Tour.desktop %{_datadir}/icons/hicolor/scalable/apps/* %{_datadir}/icons/hicolor/symbolic/apps/* +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/resources.gresource %{_datadir}/metainfo/org.gnome.Tour.metainfo.xml %files lang -f %{name}.lang