From a0aee66f57402c1659dbb72548628c402361dada1a3637661ebd3b017012812e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 26 Mar 2021 12:02:22 +0000 Subject: [PATCH] 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 --- .gitattributes | 23 +++++++++++++++ .gitignore | 1 + gnome-tour-40.0.tar.xz | 3 ++ gnome-tour.changes | 11 +++++++ gnome-tour.spec | 65 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 103 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 gnome-tour-40.0.tar.xz create mode 100644 gnome-tour.changes create mode 100644 gnome-tour.spec 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/gnome-tour-40.0.tar.xz b/gnome-tour-40.0.tar.xz new file mode 100644 index 0000000..368c8a1 --- /dev/null +++ b/gnome-tour-40.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7063223869a074727414bec7db738d8506216ee84ccfc3bca7dac52e498c1bf9 +size 14152712 diff --git a/gnome-tour.changes b/gnome-tour.changes new file mode 100644 index 0000000..6ebd042 --- /dev/null +++ b/gnome-tour.changes @@ -0,0 +1,11 @@ +------------------------------------------------------------------- +Wed Mar 24 22:33:59 UTC 2021 - Florian + +- Update to 40.0 + + Adapt the pages for GNOME Shell changes + + Translation updates + +------------------------------------------------------------------- +Tue Feb 16 10:40:25 UTC 2021 - Callum Farmer + +- Initial packaging version 40.beta diff --git a/gnome-tour.spec b/gnome-tour.spec new file mode 100644 index 0000000..245de2d --- /dev/null +++ b/gnome-tour.spec @@ -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