4 Commits

2 changed files with 21 additions and 3 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Aug 20 06:59:32 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Recommend opensuse-welcome-launcher instead of opensuse-welcome:
the launcher took over the autostart function and will allow to
run different welcome apps per desktop (e.g gnome-tour on gnome).
-------------------------------------------------------------------
Wed Jul 16 05:54:26 UTC 2025 - Max Lin <mlin@suse.com>
- Drop gnome_yast on Leap 16, code-o-o#leap/features/173
-------------------------------------------------------------------
Thu Apr 17 15:15:06 UTC 2025 - Frederic Crozat <fcrozat@suse.com>

View File

@@ -137,8 +137,10 @@ Requires: seahorse
Recommends: totem
Recommends: pattern() = gnome_imaging
Recommends: pattern() = office
%if 0%{?suse_version} > 1600
Recommends: pattern() = x11_yast
%endif
%endif
#
# Official upstream
#
@@ -241,7 +243,7 @@ Recommends: desktop-data-SLE-extra
Recommends: malcontent-control
# openSUSE welcome is our 'welcome app'
%if 0%{?is_opensuse}
Recommends: opensuse-welcome
Recommends: opensuse-welcome-launcher
%endif
%description gnome_basic
@@ -692,7 +694,7 @@ GNOME Utilities
################################################################################
%if 0%{?is_opensuse}
%if 0%{?is_opensuse} && 0%{?suse_version} > 1600
%package gnome_yast
%pattern_basetechnologies
Summary: YaST GNOME User Interfaces
@@ -758,7 +760,11 @@ done
for i in devel_gnome \
gnome_games gnome_ide gnome_x11 gnome_multimedia \
gnome_office \
gnome_utilities gnome_yast sw_management_gnome; do
gnome_utilities \
%if 0%{?suse_version} > 1600
gnome_yast\
%endif
sw_management_gnome; do
echo "This file marks the pattern $i to be installed." \
>"%{buildroot}%{_docdir}/patterns/$i.txt"
done