Accepting request 963191 from GNOME:Next
New stable rel OBS-URL: https://build.opensuse.org/request/show/963191 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-tour?expand=0&rev=4
This commit is contained in:
parent
f56faf1d27
commit
0f05f1cdba
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5220bf9b2e066e1ef333b99ded82e751a4ea2e4ec0b7d79755031179f5e2144b
|
|
||||||
size 14126196
|
|
3
gnome-tour-42.0.tar.xz
Normal file
3
gnome-tour-42.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fcf1ac689057da86596970ec3da8355521c0a72e95063eb059d5fee4dea82f4f
|
||||||
|
size 13911632
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 20 08:23:03 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 42.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 14 11:37:23 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <dimstar@opensuse.org>
|
Mon Sep 6 07:14:45 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-tour
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,22 +17,24 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-tour
|
Name: gnome-tour
|
||||||
Version: 41.rc
|
Version: 42.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Tour & Greeter
|
Summary: GNOME Tour & Greeter
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: https://gitlab.gnome.org/GNOME/gnome-tour
|
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: cargo
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: rust
|
BuildRequires: rust
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.56
|
BuildRequires: pkgconfig(gio-2.0) >= 2.56
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.64
|
BuildRequires: pkgconfig(glib-2.0) >= 2.64
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.16
|
BuildRequires: pkgconfig(gtk4) >= 4.4
|
||||||
BuildRequires: pkgconfig(libhandy-1) >= 1
|
BuildRequires: pkgconfig(libadwaita-1) >= 1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A guided tour and greeter for GNOME.
|
A guided tour and greeter for GNOME.
|
||||||
@ -40,16 +42,21 @@ A guided tour and greeter for GNOME.
|
|||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson \
|
||||||
|
-D profile=default \
|
||||||
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%doc README.md
|
%doc README.md
|
||||||
@ -57,6 +64,8 @@ A guided tour and greeter for GNOME.
|
|||||||
%{_datadir}/applications/org.gnome.Tour.desktop
|
%{_datadir}/applications/org.gnome.Tour.desktop
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/*
|
%{_datadir}/icons/hicolor/scalable/apps/*
|
||||||
%{_datadir}/icons/hicolor/symbolic/apps/*
|
%{_datadir}/icons/hicolor/symbolic/apps/*
|
||||||
|
%dir %{_datadir}/%{name}
|
||||||
|
%{_datadir}/%{name}/resources.gresource
|
||||||
%{_datadir}/metainfo/org.gnome.Tour.metainfo.xml
|
%{_datadir}/metainfo/org.gnome.Tour.metainfo.xml
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user