Accepting request 881337 from GNOME:Next

Initial check-in

OBS-URL: https://build.opensuse.org/request/show/881337
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-tour?expand=0&rev=1
This commit is contained in:
Dominique Leuenberger 2021-03-26 12:02:22 +00:00 committed by Git OBS Bridge
commit a0aee66f57
5 changed files with 103 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
gnome-tour-40.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7063223869a074727414bec7db738d8506216ee84ccfc3bca7dac52e498c1bf9
size 14152712

11
gnome-tour.changes Normal file
View File

@ -0,0 +1,11 @@
-------------------------------------------------------------------
Wed Mar 24 22:33:59 UTC 2021 - Florian <sp1ritCS@protonmail.com>
- Update to 40.0
+ Adapt the pages for GNOME Shell changes
+ Translation updates
-------------------------------------------------------------------
Tue Feb 16 10:40:25 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Initial packaging version 40.beta

65
gnome-tour.spec Normal file
View File

@ -0,0 +1,65 @@
#
# spec file for package gnome-tour
#
# Copyright (c) 2021 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: gnome-tour
Version: 40.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/40/%{name}-%{version}.tar.xz
BuildRequires: meson
BuildRequires: pkgconfig(glib-2.0) >= 2.64
BuildRequires: pkgconfig(gio-2.0) >= 2.56
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.16
BuildRequires: pkgconfig(libhandy-1) >= 1
BuildRequires: rust
BuildRequires: cargo
%description
A guided tour and greeter for GNOME.
%lang_package
%prep
%autosetup
%build
%meson
%meson_build
%install
%meson_install
%find_lang %{name} %{?no_lang_C}
%files
%license LICENSE.md
%doc README.md
%{_bindir}/gnome-tour
%{_datadir}/applications/org.gnome.Tour.desktop
%{_datadir}/icons/hicolor/scalable/apps/*
%{_datadir}/icons/hicolor/symbolic/apps/*
%{_datadir}/metainfo/org.gnome.Tour.metainfo.xml
%files lang -f %{name}.lang
%changelog