Compare commits
11 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ced4549f3c | |||
| 2f22bf5e6e | |||
| 70df469015 | |||
| 0d28df67ff | |||
| adbd9b9f42 | |||
| 2dda470a80 | |||
| f1b01b3be1 | |||
| 7484f900ab | |||
| 7667bf1505 | |||
| 6e5c0bf76b | |||
| addb16fa39 |
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 08:25:46 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Move pattern() = x11_yast Recommends to gnome_yast metapackage,
|
||||
for some reason it was in gnome_basic metapackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 18 14:50:05 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Drop pattern gnome_x11: GNOME 49 no longer ships an X11 session.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 13 10:19:01 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Replace vinagre and remmina Recommends with gnome-connections.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 18:43:58 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Lower system-config-printer Recommends to Suggests, as
|
||||
gnome-control-center already have a
|
||||
system-config-printer-dbus-service Recommends, that provides more
|
||||
or less all that is needed for printer configuration of modern
|
||||
printers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 12:04:17 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Drop polari Recommends: IRC is no longer a default instant
|
||||
message protocol.
|
||||
- Drop transmission-gtk Recommends: Having a torrentclient is no
|
||||
longer a must have.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 3 11:01:15 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Recommend snapshot instead of cheese: snapshot is the one that's
|
||||
still developed and took over from cheese.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 06:59:32 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
@@ -5,6 +44,12 @@ Wed Aug 20 06:59:32 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
the launcher took over the autostart function and will allow to
|
||||
run different welcome apps per desktop (e.g gnome-tour on gnome).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 02:09:36 UTC 2025 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
- Explicitly recommends Google Noto Arabic fonts in GNOME
|
||||
(bsc#1246323).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 05:54:26 UTC 2025 - Max Lin <mlin@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package patterns-gnome
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -33,15 +33,8 @@ not make sense.
|
||||
|
||||
This particular package contains all the Gnome patterns.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
################################################################################
|
||||
|
||||
%package gnome
|
||||
%pattern_graphicalenvironments
|
||||
Summary: GNOME Desktop Environment (Wayland)
|
||||
@@ -52,6 +45,8 @@ Provides: pattern-order() = 1010
|
||||
Provides: pattern-visible()
|
||||
Requires: gnome-session-wayland
|
||||
Requires: pattern() = gnome_basic
|
||||
# gnome_x11 has been removed with GNOME 49
|
||||
Obsoletes: patterns-gnome-gnome_x11
|
||||
|
||||
%description gnome
|
||||
The GNOME desktop environment is an intuitive and attractive desktop for users.
|
||||
@@ -63,34 +58,6 @@ This pattern installs components for GNOME to run with Wayland and X11 technolog
|
||||
|
||||
################################################################################
|
||||
|
||||
%if 0%{?is_opensuse}
|
||||
%package gnome_x11
|
||||
%pattern_graphicalenvironments
|
||||
Summary: GNOME Desktop Environment (X11)
|
||||
Group: Metapackages
|
||||
Provides: pattern() = gnome_x11
|
||||
Provides: pattern-icon() = pattern-gnome-xorg
|
||||
Provides: pattern-order() = 1020
|
||||
Provides: pattern-visible()
|
||||
Requires: gnome-session-xsession
|
||||
Requires: pattern() = gnome_basic
|
||||
Requires: pattern() = x11
|
||||
|
||||
################################################################################
|
||||
|
||||
%description gnome_x11
|
||||
The GNOME desktop environment is an intuitive and attractive desktop for users.
|
||||
This pattern installs a full featured GNOME desktop environment, including
|
||||
Office suite, E-Mail client, Web Browser, File Manager, running with X11
|
||||
technology.
|
||||
|
||||
%files gnome_x11
|
||||
%dir %{_docdir}/patterns
|
||||
%{_docdir}/patterns/gnome_x11.txt
|
||||
%endif
|
||||
|
||||
################################################################################
|
||||
|
||||
%package gnome_basic
|
||||
%pattern_graphicalenvironments
|
||||
Summary: GNOME Desktop Environment (Basic)
|
||||
@@ -137,9 +104,6 @@ Requires: seahorse
|
||||
Recommends: totem
|
||||
Recommends: pattern() = gnome_imaging
|
||||
Recommends: pattern() = office
|
||||
%if 0%{?suse_version} > 1600
|
||||
Recommends: pattern() = x11_yast
|
||||
%endif
|
||||
%endif
|
||||
#
|
||||
# Official upstream
|
||||
@@ -147,8 +111,7 @@ Recommends: pattern() = x11_yast
|
||||
# bijiben == gnome-notes
|
||||
# Disable (temp?) gnome-notes while we wait for upstream to fix the now 6 months old bug with it crashing in its search-provider
|
||||
#Recommends: bijiben
|
||||
# no longer need to hard require cheese for g-c-c user panel
|
||||
Recommends: cheese
|
||||
Recommends: snapshot
|
||||
Recommends: dconf-editor
|
||||
%if 0%{?suse_version} >= 01600
|
||||
Recommends: gnome-papers
|
||||
@@ -167,6 +130,7 @@ Recommends: gnome-control-center-goa
|
||||
Recommends: gnome-disk-utility %dnl boo#554954
|
||||
Recommends: gnome-remote-desktop
|
||||
Recommends: nautilus-sendto
|
||||
Recommends: noto-sans-arabic-fonts
|
||||
Recommends: noto-sans-cjk-fonts
|
||||
Recommends: orca
|
||||
%if 0%{?suse_version} < 01600 && !0%{?is_opensuse}
|
||||
@@ -186,11 +150,7 @@ Obsoletes: patterns-openSUSE-gnome < %{version}
|
||||
Provides: patterns-sled-Default
|
||||
Obsoletes: patterns-sled-Default < %{version}
|
||||
%endif
|
||||
%if 0%{?is_opensuse}
|
||||
Recommends: vinagre
|
||||
%else
|
||||
Recommends: remmina
|
||||
%endif
|
||||
Recommends: gnome-connections
|
||||
%if !0%{?is_opensuse}
|
||||
Recommends: gnome-initial-setup
|
||||
%endif
|
||||
@@ -231,7 +191,7 @@ Recommends: sushi
|
||||
# Packages that really make sense
|
||||
#
|
||||
# Tool for advanced configuration of printers
|
||||
Recommends: system-config-printer
|
||||
Suggests: system-config-printer
|
||||
Suggests: gnome-color-manager %dnl bnc#698250
|
||||
%else
|
||||
Recommends: NetworkManager-openconnect-gnome
|
||||
@@ -345,8 +305,6 @@ Base packages for the GNOME desktop environment.
|
||||
|
||||
################################################################################
|
||||
|
||||
################################################################################
|
||||
|
||||
%if 0%{?is_opensuse}
|
||||
%package devel_gnome
|
||||
%pattern_development
|
||||
@@ -534,12 +492,6 @@ Recommends: evolution
|
||||
#
|
||||
# Official upstream
|
||||
#
|
||||
Recommends: polari
|
||||
# bnc#530416
|
||||
Recommends: transmission-gtk
|
||||
#
|
||||
# Official upstream
|
||||
#
|
||||
# bnc#366894
|
||||
Suggests: epiphany
|
||||
Suggests: evolution-plugin-rss
|
||||
@@ -655,10 +607,10 @@ Requires: pattern() = gnome_basis
|
||||
# Disable (temp?) gnome-notes while we wait for upstream to fix the now 6 months old bug with it crashing in its search-provider
|
||||
#Recommends: bijiben
|
||||
Recommends: baobab
|
||||
Recommends: cheese
|
||||
Recommends: gdk-pixbuf-thumbnailer
|
||||
Recommends: gnome-calculator
|
||||
Recommends: gnome-characters
|
||||
Recommends: snapshot
|
||||
%if 0%{?sle_version}
|
||||
Recommends: gedit
|
||||
%else
|
||||
@@ -707,6 +659,10 @@ Provides: pattern-order() = 1260
|
||||
Obsoletes: patterns-openSUSE-gnome_yast < %{version}
|
||||
Requires: libyui-qt-pkg
|
||||
Requires: yast2-control-center-qt
|
||||
%if 0%{?suse_version} > 1600
|
||||
Recommends: pattern() = x11_yast
|
||||
%endif
|
||||
|
||||
Supplements: packageand(patterns-gnome-gnome:patterns-yast-yast2_basis)
|
||||
|
||||
%description gnome_yast
|
||||
@@ -731,7 +687,7 @@ Provides: pattern-icon() = pattern-generic
|
||||
Provides: pattern-order() = 1780
|
||||
Obsoletes: patterns-openSUSE-sw_management_gnome < %{version}
|
||||
Requires: pattern() = sw_management
|
||||
# gnome-packagekit needed for openQA - and allows fainer grained updates than Software
|
||||
# gnome-packagekit needed for openQA - and allows finer grained updates than Software
|
||||
Recommends: gnome-packagekit
|
||||
Recommends: gnome-software
|
||||
Supplements: packageand(patterns-gnome-gnome_basis:patterns-base-sw_management)
|
||||
@@ -758,7 +714,7 @@ done
|
||||
|
||||
%if 0%{?is_opensuse}
|
||||
for i in devel_gnome \
|
||||
gnome_games gnome_ide gnome_x11 gnome_multimedia \
|
||||
gnome_games gnome_ide gnome_multimedia \
|
||||
gnome_office \
|
||||
gnome_utilities \
|
||||
%if 0%{?suse_version} > 1600
|
||||
|
||||
Reference in New Issue
Block a user