2017-04-24 11:09:22 +02:00
|
|
|
#
|
2017-04-29 11:33:38 +02:00
|
|
|
# spec file for package patterns-gnome
|
2017-04-24 11:09:22 +02:00
|
|
|
#
|
2021-01-14 19:27:56 +01:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2017-04-24 11:09:22 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2018-09-27 09:26:51 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-04-24 11:09:22 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%bcond_with betatest
|
|
|
|
Name: patterns-gnome
|
2020-12-10 17:48:21 +01:00
|
|
|
Version: 20201210
|
2017-04-24 11:09:22 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Patterns for Installation (Gnome)
|
|
|
|
License: MIT
|
|
|
|
Group: Metapackages
|
2018-12-12 12:55:53 +01:00
|
|
|
URL: https://github.com/openSUSE/patterns
|
2017-04-24 11:09:22 +02:00
|
|
|
Source0: %{name}-rpmlintrc
|
|
|
|
BuildRequires: patterns-rpm-macros
|
|
|
|
|
|
|
|
%description
|
|
|
|
This is an internal package that is used to create the patterns as part
|
|
|
|
of the installation source setup. Installation of this package does
|
|
|
|
not make sense.
|
|
|
|
|
|
|
|
This particular package contains all the Gnome patterns.
|
|
|
|
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:09:22 +02:00
|
|
|
%package devel_gnome
|
|
|
|
%pattern_development
|
|
|
|
Summary: GNOME Development
|
|
|
|
Group: Metapackages
|
2020-09-05 12:32:28 +02:00
|
|
|
Provides: patterns-openSUSE-devel_gnome = %{version}
|
2017-04-24 11:09:22 +02:00
|
|
|
Provides: pattern() = devel_gnome
|
|
|
|
Provides: pattern-icon() = pattern-gnome-devel
|
|
|
|
Provides: pattern-order() = 3160
|
|
|
|
Provides: pattern-visible()
|
2018-04-04 15:24:05 +02:00
|
|
|
Obsoletes: patterns-openSUSE-devel_gnome < %{version}
|
2018-12-12 12:55:53 +01:00
|
|
|
Requires: pattern() = devel_C_C++
|
|
|
|
Requires: pattern() = gnome_basis
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: cairo-devel
|
|
|
|
Recommends: clutter-devel
|
|
|
|
Recommends: clutter-gst-devel
|
|
|
|
Recommends: clutter-gtk-devel
|
|
|
|
Recommends: evolution-data-server-devel
|
|
|
|
Recommends: gdk-pixbuf-devel
|
|
|
|
Recommends: glib2-devel
|
2018-12-12 12:55:53 +01:00
|
|
|
# Build tools
|
|
|
|
Recommends: gnome-common
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: gnome-online-accounts-devel
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: gobject-introspection-devel
|
|
|
|
Recommends: gtk-doc
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: gtk3-devel
|
|
|
|
Recommends: gtksourceview-devel
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: intltool
|
|
|
|
Recommends: itstool
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: json-glib-devel
|
|
|
|
Recommends: libcanberra-devel
|
|
|
|
Recommends: libgdata-devel
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: libgnome-desktop-3-devel
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: libgnome-keyring-devel
|
|
|
|
Recommends: libgsf-devel
|
|
|
|
Recommends: libgtop-devel
|
|
|
|
Recommends: libgweather-devel
|
|
|
|
Recommends: libnotify-devel
|
|
|
|
Recommends: librsvg-devel
|
|
|
|
Recommends: libsoup-devel
|
|
|
|
Recommends: libwebkitgtk-devel
|
|
|
|
Recommends: libwnck-devel
|
|
|
|
Recommends: pango-devel
|
|
|
|
Recommends: tracker-devel
|
2018-04-04 15:24:05 +02:00
|
|
|
Recommends: vala
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: vte-devel
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: yelp-tools
|
|
|
|
|
|
|
|
%description devel_gnome
|
|
|
|
GNOME development packages.
|
|
|
|
|
|
|
|
%files devel_gnome
|
2018-12-12 12:55:53 +01:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/devel_gnome.txt
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
2017-04-24 11:09:22 +02:00
|
|
|
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%package gnome_x11
|
2017-04-24 11:09:22 +02:00
|
|
|
%pattern_graphicalenvironments
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
Summary: GNOME Desktop Environment (X11)
|
2017-04-24 11:09:22 +02:00
|
|
|
Group: Metapackages
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
Provides: pattern() = gnome_x11
|
2018-10-01 22:55:49 +02:00
|
|
|
Provides: pattern-icon() = pattern-gnome-xorg
|
2018-04-06 17:31:46 +02:00
|
|
|
Provides: pattern-order() = 1020
|
2017-04-24 11:09:22 +02:00
|
|
|
Provides: pattern-visible()
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
# bsc#1065166
|
|
|
|
Requires: pattern() = gnome_basic
|
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: pattern() = games
|
2018-04-04 15:24:05 +02:00
|
|
|
Recommends: pattern() = gnome_internet
|
|
|
|
Recommends: pattern() = gnome_utilities
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: pattern() = imaging
|
|
|
|
Recommends: pattern() = multimedia
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
|
|
|
# These were not in the tumbleweed pattern
|
|
|
|
Requires: gnome-packagekit
|
2018-12-12 12:55:53 +01:00
|
|
|
# #545263
|
|
|
|
Requires: seahorse
|
|
|
|
Requires: totem
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
Requires: xdg-user-dirs-gtk
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: pattern() = gnome_imaging
|
|
|
|
Recommends: pattern() = office
|
|
|
|
Recommends: pattern() = x11_yast
|
|
|
|
#
|
|
|
|
# Official upstream
|
|
|
|
#
|
|
|
|
# no longer need to hard require cheese for g-c-c user panel
|
|
|
|
Recommends: cheese
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
Recommends: dconf-editor
|
|
|
|
Recommends: evince
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: evolution
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
Recommends: evolution-ews
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: gnome-bluetooth
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
# bsc#1069699
|
|
|
|
Recommends: gnome-characters
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: gnome-clocks
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
# bsc#1069699
|
|
|
|
Recommends: gnome-contacts
|
|
|
|
Recommends: gnome-control-center-color
|
|
|
|
Recommends: gnome-control-center-goa
|
|
|
|
Recommends: gnome-desktop
|
2018-12-12 12:55:53 +01:00
|
|
|
# #554954
|
|
|
|
Recommends: gnome-disk-utility
|
|
|
|
Recommends: gnome-documents
|
2021-01-14 19:27:56 +01:00
|
|
|
Recommends: gnome-remote-desktop
|
2018-04-04 14:03:31 +02:00
|
|
|
Recommends: gpgme
|
2018-12-12 12:55:53 +01:00
|
|
|
# #399801
|
|
|
|
Recommends: mousetweaks
|
|
|
|
Recommends: nautilus-sendto
|
2018-04-04 14:03:31 +02:00
|
|
|
Recommends: noto-sans-cjk-fonts
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: orca
|
|
|
|
# bsc#1065191
|
|
|
|
Recommends: pidgin
|
|
|
|
Recommends: planner
|
2018-04-04 14:03:31 +02:00
|
|
|
Recommends: python3-speechd
|
|
|
|
Recommends: speech-dispatcher
|
2018-12-12 12:55:53 +01:00
|
|
|
# #608156
|
|
|
|
Recommends: tracker
|
|
|
|
Recommends: tracker-miner-files
|
|
|
|
Recommends: zenity
|
|
|
|
Suggests: pattern() = documentation
|
|
|
|
%if 0%{?is_opensuse}
|
|
|
|
Provides: patterns-openSUSE-gnome = %{version}
|
|
|
|
Obsoletes: patterns-openSUSE-gnome < %{version}
|
|
|
|
%else
|
|
|
|
Provides: patterns-sled-Default
|
|
|
|
Obsoletes: patterns-sled-Default < %{version}
|
|
|
|
%endif
|
|
|
|
%if 0%{?is_opensuse}
|
2021-01-14 19:27:56 +01:00
|
|
|
Recommends: vinagre
|
2018-12-12 12:55:53 +01:00
|
|
|
%else
|
2021-01-14 19:27:56 +01:00
|
|
|
Recommends: remmina
|
2018-12-12 12:55:53 +01:00
|
|
|
%endif
|
|
|
|
%if !0%{?is_opensuse}
|
|
|
|
Recommends: gnome-initial-setup
|
|
|
|
%endif
|
2018-04-06 17:31:46 +02:00
|
|
|
%if !0%{?is_opensuse}
|
|
|
|
# bsc#1075136
|
|
|
|
Recommends: gutenprint
|
|
|
|
%endif
|
2018-04-04 15:24:05 +02:00
|
|
|
#
|
|
|
|
# #447627
|
2018-04-13 08:50:28 +02:00
|
|
|
%if !0%{?is_opensuse}
|
|
|
|
# bsc#1087222
|
|
|
|
Recommends: gnome-user-share
|
|
|
|
%else
|
2018-04-04 15:24:05 +02:00
|
|
|
Requires: gnome-user-share
|
2018-04-13 08:50:28 +02:00
|
|
|
%endif
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%if 0%{?is_opensuse}
|
|
|
|
#
|
|
|
|
# Official upstream
|
|
|
|
#
|
|
|
|
# #544192
|
|
|
|
Recommends: baobab
|
|
|
|
Recommends: bijiben
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: file-roller
|
|
|
|
Recommends: gcr-viewer
|
|
|
|
Recommends: gedit
|
2017-06-20 18:46:04 +02:00
|
|
|
Recommends: gnome-characters
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: gnome-contacts
|
|
|
|
Recommends: gnome-dictionary
|
|
|
|
Recommends: gnome-documents
|
|
|
|
Recommends: gnome-logs
|
|
|
|
Recommends: gnome-maps
|
|
|
|
Recommends: gnome-screenshot
|
|
|
|
Recommends: gnome-system-monitor
|
2018-12-12 12:55:53 +01:00
|
|
|
#
|
|
|
|
# While running a GNOME3 session, it's nice to have the GNOME3 related pinentry
|
|
|
|
# for proper gpg2 integration
|
|
|
|
#
|
|
|
|
Recommends: pinentry-gnome3
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: sushi
|
|
|
|
#
|
|
|
|
# Packages that really make sense
|
|
|
|
#
|
|
|
|
# Tool for advanced configuration of printers
|
|
|
|
Recommends: system-config-printer
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: totem-browser-plugin
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: tracker-miner-evolution
|
|
|
|
# bnc#698250
|
|
|
|
Suggests: gnome-color-manager
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%else
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: NetworkManager-openconnect-gnome
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
# bsc#1065148
|
|
|
|
Recommends: NetworkManager-openvpn-gnome
|
|
|
|
Recommends: NetworkManager-pptp-gnome
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: desktop-data-SLE-extra
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
2020-12-10 17:48:21 +01:00
|
|
|
Recommends: malcontent-control
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
|
|
|
|
%description gnome_x11
|
|
|
|
The GNOME desktop environment is an intuitive and attractive desktop for users.
|
2018-04-06 17:31:46 +02:00
|
|
|
This pattern installs a full featured GNOME desktop environment, including
|
|
|
|
Office suite, E-Mail client, Web Browser, File Manager, running with X11
|
|
|
|
technology.
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
|
|
|
|
%files gnome_x11
|
2018-12-12 12:55:53 +01:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/gnome_x11.txt
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
%package gnome
|
2018-05-09 14:05:13 +02:00
|
|
|
%pattern_graphicalenvironments
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
Summary: GNOME Desktop Environment (Wayland)
|
|
|
|
Group: Metapackages
|
|
|
|
Provides: pattern() = gnome
|
2018-10-01 22:55:49 +02:00
|
|
|
Provides: pattern-icon() = pattern-gnome-wayland
|
2018-12-12 12:55:53 +01:00
|
|
|
Provides: pattern-order() = 1010
|
2018-04-06 17:31:46 +02:00
|
|
|
Provides: pattern-visible()
|
2018-12-12 12:55:53 +01:00
|
|
|
Requires: pattern() = gnome_x11
|
|
|
|
Recommends: gnome-session-wayland
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
%description gnome
|
|
|
|
The GNOME desktop environment is an intuitive and attractive desktop for users.
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
This pattern installs components for GNOME to run with Wayland and X11 technologies.
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
%files gnome
|
2018-12-12 12:55:53 +01:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/gnome.txt
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
%package gnome_basis
|
|
|
|
%pattern_graphicalenvironments
|
|
|
|
Summary: GNOME Base System
|
|
|
|
Group: Metapackages
|
|
|
|
Provides: pattern() = gnome_basis
|
|
|
|
Provides: pattern-icon() = pattern-gnome
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%if 0%{?is_opensuse}
|
2017-05-03 21:16:53 +02:00
|
|
|
Provides: patterns-openSUSE-gnome_basis = %{version}
|
|
|
|
Obsoletes: patterns-openSUSE-gnome_basis < %{version}
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: pattern() = gnome_basis_opt
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
2017-04-24 11:09:22 +02:00
|
|
|
Requires: gdm
|
|
|
|
Requires: gnome-session
|
2020-09-05 12:32:28 +02:00
|
|
|
Requires: pattern() = x11
|
2018-12-12 12:55:53 +01:00
|
|
|
# from data/COMMON-DESKTOP
|
|
|
|
Recommends: desktop-data
|
|
|
|
Recommends: desktop-file-utils
|
|
|
|
#
|
|
|
|
# Now the real packages
|
|
|
|
#
|
|
|
|
# #332596
|
|
|
|
Recommends: gnome-keyring-pam
|
|
|
|
# implied by gnome-keyring-pam
|
|
|
|
#Recommends: gnome-keyring
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
# implied by gdm
|
|
|
|
#Requires: gnome-shell
|
|
|
|
#Requires: gnome-settings-daemon
|
|
|
|
# implied by gnome-shell
|
|
|
|
#Requires: gnome-control-center
|
2017-04-24 11:09:22 +02:00
|
|
|
#
|
|
|
|
# Default sessions
|
|
|
|
# - Put in Recommends for now, to make sure the livecd will always build; but
|
|
|
|
# ideally, should be in Requires
|
|
|
|
# - We also we explicitly put the packages required by those sessions, in case
|
|
|
|
# gnome-session-*-session is not installable, to make sure the livecd is
|
|
|
|
# somehow a bit usable
|
|
|
|
#
|
|
|
|
Recommends: gnome-session-default-session
|
2018-05-14 17:53:32 +02:00
|
|
|
# boo#1090117
|
|
|
|
Recommends: gnome-shell-classic
|
2021-03-26 21:56:28 +01:00
|
|
|
Recommends: gnome-extensions
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: gnome-terminal
|
|
|
|
# bnc#879466
|
|
|
|
Recommends: gnome-user-docs
|
|
|
|
Recommends: gpgme
|
|
|
|
# we need something for xdg-su
|
|
|
|
Recommends: libgnomesu
|
|
|
|
Recommends: nautilus
|
|
|
|
Recommends: polkit-default-privs
|
|
|
|
# Pulseaudio is the default sound server
|
|
|
|
Recommends: pulseaudio-module-gsettings
|
|
|
|
Recommends: pulseaudio-module-x11
|
|
|
|
# #509829
|
|
|
|
Recommends: xdg-user-dirs-gtk
|
|
|
|
Recommends: yelp
|
2017-04-24 11:09:22 +02:00
|
|
|
#
|
|
|
|
# Low-level parts that we need
|
|
|
|
#
|
2021-07-28 09:39:03 +02:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:09:22 +02:00
|
|
|
# bnc#430161
|
|
|
|
Recommends: NetworkManager
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
2021-07-28 09:39:03 +02:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: canberra-gtk-play
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
2021-07-28 09:39:03 +02:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: MozillaFirefox
|
|
|
|
Recommends: avahi
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
#
|
|
|
|
# Branding
|
|
|
|
#
|
|
|
|
# #591535
|
|
|
|
Recommends: gdm-branding-openSUSE
|
|
|
|
Recommends: gio-branding-openSUSE
|
|
|
|
Recommends: gnome-control-center-branding-openSUSE
|
|
|
|
Recommends: gnome-panel-branding-openSUSE
|
|
|
|
Recommends: gtk2-branding-openSUSE
|
|
|
|
Recommends: gtk3-branding-openSUSE
|
|
|
|
Recommends: hicolor-icon-theme-branding-openSUSE
|
|
|
|
Recommends: libsocialweb-branding-openSUSE
|
|
|
|
%endif
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
%description gnome_basis
|
|
|
|
Base packages for the GNOME desktop environment.
|
|
|
|
|
|
|
|
%files gnome_basis
|
2018-12-12 12:55:53 +01:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/gnome_basis.txt
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
################################################################################
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%package gnome_basic
|
|
|
|
%pattern_graphicalenvironments
|
2018-04-06 17:31:46 +02:00
|
|
|
Summary: GNOME Desktop Environment (Basic)
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
Group: Metapackages
|
|
|
|
Provides: pattern() = gnome_basic
|
|
|
|
Provides: pattern-icon() = pattern-gnome
|
2018-04-06 17:31:46 +02:00
|
|
|
Provides: pattern-order() = 1000
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
Provides: pattern-visible()
|
2018-04-13 08:50:28 +02:00
|
|
|
%if 0%{?is_opensuse}
|
2018-04-04 17:50:44 +02:00
|
|
|
Requires: pattern() = x11
|
2018-04-13 08:50:28 +02:00
|
|
|
%else
|
|
|
|
Requires: pattern() = x11_enhanced
|
|
|
|
%endif
|
2020-09-05 12:32:28 +02:00
|
|
|
Requires: gsettings-backend-dconf
|
2018-12-12 12:55:53 +01:00
|
|
|
Requires: pattern() = basesystem
|
|
|
|
Requires: pattern() = gnome_basis
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
Recommends: evince
|
2018-12-12 12:55:53 +01:00
|
|
|
# bsc#1069699
|
|
|
|
Recommends: file-roller
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
# bsc#1065146
|
|
|
|
Recommends: gedit
|
|
|
|
# implified by gnome-keyring-pam
|
|
|
|
# Recommends: gnome-keyring
|
|
|
|
# bsc#1063156
|
|
|
|
Recommends: gnome-calculator
|
|
|
|
Recommends: gnome-software
|
|
|
|
Recommends: gnome-system-monitor
|
|
|
|
# bnc#859494 bsc#1065790
|
|
|
|
Recommends: gnome-tweak-tool
|
|
|
|
Recommends: nautilus-extension-terminal
|
|
|
|
Recommends: nautilus-share
|
|
|
|
Recommends: pinentry-gnome3
|
2021-03-26 21:56:28 +01:00
|
|
|
# bsc#1164858 bsc#1081584
|
|
|
|
# - only in Leap and SLE as we don't want to install gnome-packagekit by
|
2020-04-17 09:42:43 +02:00
|
|
|
# default on TW
|
|
|
|
%if 0%{?sle_version}
|
|
|
|
Recommends: gnome-packagekit
|
|
|
|
%endif
|
2018-12-12 12:55:53 +01:00
|
|
|
%if !0%{?is_opensuse}
|
|
|
|
Obsoletes: patterns-sles-gnome-basic
|
|
|
|
%endif
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
|
|
|
|
%description gnome_basic
|
|
|
|
The GNOME desktop environment is an intuitive and attractive desktop for users.
|
2018-04-06 17:31:46 +02:00
|
|
|
This pattern installs GNOME desktop environment with only essential graphical
|
|
|
|
applications installed (File Manager, Web Browser).
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
|
|
|
|
%files gnome_basic
|
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/gnome_basic.txt
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:09:22 +02:00
|
|
|
%package gnome_basis_opt
|
|
|
|
%pattern_graphicalenvironments
|
|
|
|
Summary: GNOME Base System
|
|
|
|
Group: Metapackages
|
2020-09-05 12:32:28 +02:00
|
|
|
Provides: patterns-openSUSE-gnome_basis_opt = %{version}
|
2017-04-24 11:09:22 +02:00
|
|
|
Provides: pattern() = gnome_basis_opt
|
|
|
|
Provides: pattern-extends() = gnome_basis
|
|
|
|
Provides: pattern-icon() = pattern-gnome
|
|
|
|
Provides: pattern-order() = 1420
|
2017-05-03 21:16:53 +02:00
|
|
|
Obsoletes: patterns-openSUSE-gnome_basis_opt < %{version}
|
2018-12-12 12:55:53 +01:00
|
|
|
Requires: pattern() = x11
|
2017-04-24 11:09:22 +02:00
|
|
|
# #394406
|
|
|
|
Recommends: dynamic-wallpaper-branding-openSUSE
|
|
|
|
|
|
|
|
%description gnome_basis_opt
|
|
|
|
Base packages for the GNOME desktop environment.
|
|
|
|
|
|
|
|
%files gnome_basis_opt
|
2018-12-12 12:55:53 +01:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/gnome_basis_opt.txt
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:09:22 +02:00
|
|
|
%package gnome_games
|
|
|
|
%pattern_gnomedesktop
|
|
|
|
Summary: GNOME Games
|
|
|
|
Group: Metapackages
|
2020-09-05 12:32:28 +02:00
|
|
|
Provides: patterns-openSUSE-gnome_games = %{version}
|
2017-04-24 11:09:22 +02:00
|
|
|
Provides: pattern() = gnome_games
|
|
|
|
Provides: pattern-extends() = games
|
|
|
|
Provides: pattern-icon() = pattern-gnome
|
|
|
|
Provides: pattern-order() = 2100
|
2017-05-03 21:16:53 +02:00
|
|
|
Obsoletes: patterns-openSUSE-gnome_games < %{version}
|
2018-04-04 15:24:05 +02:00
|
|
|
Recommends: gnome-chess
|
|
|
|
Recommends: gnome-mahjongg
|
|
|
|
Recommends: gnome-mines
|
|
|
|
Recommends: gnome-sudoku
|
|
|
|
Recommends: gnuchess
|
2018-12-12 12:55:53 +01:00
|
|
|
# from data/GNOME-Games
|
|
|
|
Recommends: iagno
|
|
|
|
Recommends: lightsoff
|
|
|
|
Recommends: quadrapassel
|
|
|
|
Recommends: swell-foop
|
2017-04-24 11:09:22 +02:00
|
|
|
Suggests: gnome-games-extra-data
|
|
|
|
Suggests: phalanx
|
2018-12-12 12:55:53 +01:00
|
|
|
Supplements: packageand(patterns-gnome-gnome:patterns-games-games)
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
%description gnome_games
|
|
|
|
GNOME Games
|
|
|
|
|
|
|
|
%files gnome_games
|
2018-12-12 12:55:53 +01:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/gnome_games.txt
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:09:22 +02:00
|
|
|
%package gnome_ide
|
|
|
|
%pattern_gnomedesktop
|
|
|
|
Summary: GNOME Integrated Development Environment
|
|
|
|
Group: Metapackages
|
2020-09-05 12:32:28 +02:00
|
|
|
Provides: patterns-openSUSE-gnome_ide = %{version}
|
2017-04-24 11:09:22 +02:00
|
|
|
Provides: pattern() = gnome_ide
|
|
|
|
Provides: pattern-icon() = pattern-generic
|
|
|
|
Provides: pattern-order() = 2060
|
2017-05-03 21:16:53 +02:00
|
|
|
Obsoletes: patterns-openSUSE-gnome_ide < %{version}
|
2017-04-24 11:09:22 +02:00
|
|
|
# from data/GNOME-IDE
|
|
|
|
Recommends: devhelp
|
|
|
|
Recommends: glade
|
2017-06-22 17:35:19 +02:00
|
|
|
Recommends: gnome-builder
|
2017-04-24 11:09:22 +02:00
|
|
|
# from devel_ide
|
|
|
|
Suggests: accerciser
|
2017-06-22 17:35:19 +02:00
|
|
|
Suggests: gedit
|
|
|
|
Suggests: gedit-plugins
|
2017-04-24 11:09:22 +02:00
|
|
|
Suggests: ghex
|
|
|
|
Suggests: gnome-devel-docs
|
|
|
|
|
|
|
|
%description gnome_ide
|
|
|
|
Development under GNOME
|
|
|
|
|
|
|
|
%files gnome_ide
|
2018-12-12 12:55:53 +01:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/gnome_ide.txt
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
%package gnome_imaging
|
|
|
|
%pattern_gnomedesktop
|
|
|
|
Summary: GNOME Graphics
|
|
|
|
Group: Metapackages
|
|
|
|
Provides: pattern() = gnome_imaging
|
|
|
|
Provides: pattern-extends() = imaging
|
|
|
|
Provides: pattern-icon() = package_graphics
|
|
|
|
Provides: pattern-order() = 2140
|
|
|
|
Requires: pattern() = gnome_basis
|
|
|
|
# from data/GNOME-IMAGE
|
|
|
|
#
|
|
|
|
# Official upstream
|
|
|
|
#
|
|
|
|
Recommends: eog
|
|
|
|
#
|
|
|
|
# Packages that really make sense
|
|
|
|
#
|
|
|
|
Recommends: gnome-photos
|
|
|
|
Recommends: simple-scan
|
2018-03-22 17:53:35 +01:00
|
|
|
Suggests: gthumb
|
2018-12-12 12:55:53 +01:00
|
|
|
Supplements: packageand(patterns-gnome-gnome:patterns-desktop-imaging)
|
|
|
|
%if 0%{?is_opensuse}
|
|
|
|
Provides: patterns-openSUSE-gnome_imaging = %{version}
|
|
|
|
Obsoletes: patterns-openSUSE-gnome_imaging < %{version}
|
|
|
|
%endif
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
%description gnome_imaging
|
|
|
|
Handling of digital photos and graphics
|
|
|
|
|
|
|
|
%files gnome_imaging
|
2018-12-12 12:55:53 +01:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/gnome_imaging.txt
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:09:22 +02:00
|
|
|
%package gnome_internet
|
|
|
|
%pattern_gnomedesktop
|
|
|
|
Summary: GNOME Internet
|
|
|
|
Group: Metapackages
|
2020-09-05 12:32:28 +02:00
|
|
|
Provides: patterns-openSUSE-gnome_internet = %{version}
|
2017-04-24 11:09:22 +02:00
|
|
|
Provides: pattern() = gnome_internet
|
|
|
|
Provides: pattern-extends() = gnome
|
|
|
|
Provides: pattern-icon() = package_network
|
|
|
|
Provides: pattern-order() = 2420
|
2017-05-03 21:16:53 +02:00
|
|
|
Obsoletes: patterns-openSUSE-gnome_internet < %{version}
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: NetworkManager-openconnect-gnome
|
2017-04-24 11:09:22 +02:00
|
|
|
#
|
|
|
|
# Packages that really make sense
|
|
|
|
#
|
|
|
|
# bnc#533580
|
|
|
|
Recommends: NetworkManager-openvpn-gnome
|
|
|
|
Recommends: NetworkManager-pptp-gnome
|
|
|
|
Recommends: NetworkManager-vpnc-gnome
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: evolution
|
|
|
|
# from data/GNOME-Internet
|
|
|
|
#
|
|
|
|
# Official upstream
|
|
|
|
#
|
|
|
|
Recommends: pidgin
|
|
|
|
Recommends: polari
|
2017-04-24 11:09:22 +02:00
|
|
|
# bnc#530416
|
|
|
|
Recommends: transmission-gtk
|
|
|
|
#
|
|
|
|
# Official upstream
|
|
|
|
#
|
|
|
|
# bnc#366894
|
|
|
|
Suggests: epiphany
|
2018-12-12 12:55:53 +01:00
|
|
|
Suggests: evolution-plugin-rss
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
%description gnome_internet
|
|
|
|
GNOME Internet Applications
|
|
|
|
|
|
|
|
%files gnome_internet
|
2018-12-12 12:55:53 +01:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/gnome_internet.txt
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
%package gnome_multimedia
|
|
|
|
%pattern_gnomedesktop
|
|
|
|
Summary: GNOME Multimedia
|
|
|
|
Group: Metapackages
|
2020-09-05 12:32:28 +02:00
|
|
|
Provides: patterns-openSUSE-gnome_multimedia = %{version}
|
2017-04-24 11:09:22 +02:00
|
|
|
Provides: pattern() = gnome_multimedia
|
|
|
|
Provides: pattern-extends() = multimedia
|
|
|
|
Provides: pattern-icon() = pattern-gnome
|
|
|
|
Provides: pattern-order() = 2200
|
2017-05-03 21:16:53 +02:00
|
|
|
Obsoletes: patterns-openSUSE-gnome_multimedia < %{version}
|
2017-04-24 11:09:22 +02:00
|
|
|
#
|
2018-12-12 12:55:53 +01:00
|
|
|
# Packages that really make sense
|
|
|
|
#
|
|
|
|
Recommends: gnome-music
|
|
|
|
Recommends: gstreamer-plugins-bad
|
|
|
|
#
|
2017-04-24 11:09:22 +02:00
|
|
|
# GStreamer magic
|
|
|
|
#
|
|
|
|
# software.openSUSE.org/codecs
|
|
|
|
Recommends: gstreamer-plugins-base
|
|
|
|
Recommends: gstreamer-plugins-good
|
2018-04-04 15:24:05 +02:00
|
|
|
Recommends: gstreamer-plugins-libav
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: gstreamer-plugins-ugly
|
2017-04-24 11:09:22 +02:00
|
|
|
# bnc#445314
|
|
|
|
Recommends: gstreamer-utils
|
|
|
|
#
|
|
|
|
# Official upstream
|
|
|
|
#
|
|
|
|
Recommends: totem
|
|
|
|
#
|
|
|
|
# Packages that really make sense
|
|
|
|
#
|
|
|
|
Suggests: paprefs
|
|
|
|
Suggests: pavucontrol
|
|
|
|
Suggests: pitivi
|
2018-12-12 12:55:53 +01:00
|
|
|
Supplements: packageand(patterns-gnome-gnome:patterns-desktop-multimedia)
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
%description gnome_multimedia
|
|
|
|
GNOME Multimedia
|
|
|
|
|
|
|
|
%files gnome_multimedia
|
2018-12-12 12:55:53 +01:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/gnome_multimedia.txt
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:09:22 +02:00
|
|
|
%package gnome_office
|
|
|
|
%pattern_gnomedesktop
|
|
|
|
Summary: GNOME Office
|
|
|
|
Group: Metapackages
|
2020-09-05 12:32:28 +02:00
|
|
|
Provides: patterns-openSUSE-gnome_office = %{version}
|
2017-04-24 11:09:22 +02:00
|
|
|
Provides: pattern() = gnome_office
|
|
|
|
Provides: pattern-extends() = office
|
|
|
|
Provides: pattern-icon() = pattern-gnome
|
|
|
|
Provides: pattern-order() = 2240
|
2017-05-03 21:16:53 +02:00
|
|
|
Obsoletes: patterns-openSUSE-gnome_office < %{version}
|
2018-12-12 12:55:53 +01:00
|
|
|
Requires: pattern() = gnome_basis
|
2017-04-24 11:09:22 +02:00
|
|
|
# from data/GNOME-Office
|
|
|
|
#
|
|
|
|
# Official upstream
|
|
|
|
#
|
|
|
|
Recommends: evolution
|
|
|
|
#
|
|
|
|
# Packages that really make sense
|
|
|
|
#
|
|
|
|
Recommends: libreoffice-gnome
|
|
|
|
Recommends: libreoffice-icon-theme-tango
|
|
|
|
Suggests: evolution-ews
|
2018-12-12 12:55:53 +01:00
|
|
|
Supplements: packageand(patterns-gnome-gnome:patterns-office-office)
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
%description gnome_office
|
|
|
|
GNOME Office
|
|
|
|
|
|
|
|
%files gnome_office
|
2018-12-12 12:55:53 +01:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/gnome_office.txt
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:09:22 +02:00
|
|
|
%package gnome_utilities
|
|
|
|
%pattern_gnomedesktop
|
|
|
|
Summary: GNOME Utilities
|
|
|
|
Group: Metapackages
|
2020-09-05 12:32:28 +02:00
|
|
|
Provides: patterns-openSUSE-gnome_utilities = %{version}
|
2017-04-24 11:09:22 +02:00
|
|
|
Provides: pattern() = gnome_utilities
|
|
|
|
Provides: pattern-extends() = gnome
|
|
|
|
Provides: pattern-icon() = pattern-gnome
|
|
|
|
Provides: pattern-order() = 2280
|
2017-05-03 21:16:53 +02:00
|
|
|
Obsoletes: patterns-openSUSE-gnome_utilities < %{version}
|
2018-12-12 12:55:53 +01:00
|
|
|
Requires: pattern() = gnome_basis
|
2017-04-24 11:09:22 +02:00
|
|
|
#
|
|
|
|
# Official upstream
|
|
|
|
#
|
|
|
|
Recommends: baobab
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: bijiben
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: cheese
|
|
|
|
Recommends: file-roller
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: gdk-pixbuf-thumbnailer
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: gedit
|
|
|
|
Recommends: gnome-calculator
|
2017-06-20 18:46:04 +02:00
|
|
|
Recommends: gnome-characters
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: gnome-dictionary
|
|
|
|
Recommends: gnome-screenshot
|
|
|
|
#
|
|
|
|
# Packages that really make sense
|
|
|
|
#
|
|
|
|
Recommends: gnome-tweak-tool
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: gnome-weather
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: gsf-office-thumbnailer
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: nautilus-extension-seahorse
|
|
|
|
Recommends: nautilus-sendto
|
2017-04-27 10:50:34 +02:00
|
|
|
Recommends: rsvg-thumbnailer
|
2018-12-12 12:55:53 +01:00
|
|
|
Recommends: seahorse
|
2017-04-24 11:09:22 +02:00
|
|
|
#
|
|
|
|
# Official upstream
|
|
|
|
#
|
|
|
|
Suggests: eog-plugins
|
|
|
|
Suggests: gedit-plugins
|
|
|
|
# #388570
|
|
|
|
Suggests: nautilus-share
|
|
|
|
|
|
|
|
%description gnome_utilities
|
|
|
|
GNOME Utilities
|
|
|
|
|
|
|
|
%files gnome_utilities
|
2018-12-12 12:55:53 +01:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/gnome_utilities.txt
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:09:22 +02:00
|
|
|
%package gnome_yast
|
|
|
|
%pattern_basetechnologies
|
|
|
|
Summary: YaST GNOME User Interfaces
|
|
|
|
Group: Metapackages
|
2020-09-05 12:32:28 +02:00
|
|
|
Provides: patterns-openSUSE-gnome_yast = %{version}
|
2017-04-24 11:09:22 +02:00
|
|
|
Provides: pattern() = gnome_yast
|
|
|
|
Provides: pattern-extends() = yast2_basis
|
|
|
|
Provides: pattern-icon() = pattern-generic
|
|
|
|
Provides: pattern-order() = 1260
|
2017-05-03 21:16:53 +02:00
|
|
|
Obsoletes: patterns-openSUSE-gnome_yast < %{version}
|
2017-04-24 11:09:22 +02:00
|
|
|
Requires: libyui-qt-pkg
|
|
|
|
Requires: yast2-control-center-qt
|
2018-12-12 12:55:53 +01:00
|
|
|
Supplements: packageand(patterns-gnome-gnome:patterns-yast-yast2_basis)
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
%description gnome_yast
|
|
|
|
Graphical YaST user interfaces for the GNOME desktop.
|
|
|
|
|
|
|
|
%files gnome_yast
|
2018-12-12 12:55:53 +01:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/gnome_yast.txt
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:09:22 +02:00
|
|
|
%package sw_management_gnome
|
|
|
|
%pattern_basetechnologies
|
|
|
|
Summary: Package Management - Graphical Tools for GNOME
|
|
|
|
Group: Metapackages
|
2020-09-05 12:32:28 +02:00
|
|
|
Provides: patterns-openSUSE-sw_management_gnome = %{version}
|
2017-04-24 11:09:22 +02:00
|
|
|
Provides: pattern() = sw_management_gnome
|
|
|
|
Provides: pattern-extends() = sw_management
|
|
|
|
Provides: pattern-icon() = pattern-generic
|
|
|
|
Provides: pattern-order() = 1780
|
2018-04-04 15:24:05 +02:00
|
|
|
Obsoletes: patterns-openSUSE-sw_management_gnome < %{version}
|
2018-12-12 12:55:53 +01:00
|
|
|
Requires: pattern() = sw_management
|
|
|
|
Requires: pattern() = x11
|
2017-04-24 11:09:22 +02:00
|
|
|
Recommends: gnome-packagekit
|
|
|
|
Recommends: gnome-software
|
2018-12-12 12:55:53 +01:00
|
|
|
Supplements: packageand(patterns-gnome-gnome_basis:patterns-base-sw_management)
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
%description sw_management_gnome
|
|
|
|
Package Management - Graphical Tools
|
|
|
|
|
|
|
|
%files sw_management_gnome
|
2018-12-12 12:55:53 +01:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/sw_management_gnome.txt
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
2017-04-24 11:09:22 +02:00
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
|
2018-12-12 12:55:53 +01:00
|
|
|
mkdir -p "%{buildroot}%{_docdir}/patterns"
|
2018-04-06 17:31:46 +02:00
|
|
|
for i in gnome gnome_basis gnome_basic gnome_imaging gnome_x11 gnome_multimedia; do
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
echo "This file marks the pattern $i to be installed." \
|
2018-12-12 12:55:53 +01:00
|
|
|
>"%{buildroot}%{_docdir}/patterns/$i.txt"
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
done
|
|
|
|
|
|
|
|
%if 0%{?is_opensuse}
|
2018-03-22 17:53:35 +01:00
|
|
|
for i in devel_gnome gnome_basis_opt \
|
|
|
|
gnome_games gnome_ide gnome_internet \
|
2018-04-06 17:31:46 +02:00
|
|
|
gnome_office \
|
2018-03-22 17:53:35 +01:00
|
|
|
gnome_utilities gnome_yast sw_management_gnome; do
|
2017-05-10 14:57:52 +02:00
|
|
|
echo "This file marks the pattern $i to be installed." \
|
2018-12-12 12:55:53 +01:00
|
|
|
>"%{buildroot}%{_docdir}/patterns/$i.txt"
|
2017-05-10 14:57:52 +02:00
|
|
|
done
|
Accepting request 580939 from home:fcrozat:branches:GNOME:Factory
- Split gnome pattern into gnome_x11 and gnome (wayland) patterns
to implement SLED system roles (FATE#324198).
- Add gnome-user-share as requires (bsc#1075321).
- Add deja-dup, gnome-characters and gnome-contacts are Recommends
to gnome pattern (SLE only) (bsc#1069699).
- Add brasero and file-roller as Recommends to gnome_basic pattern
(SLE only) (bsc#1069699, bsc#1065945).
- Fix requires in gnome_basic pattern, it MUST be gnome_basic, not
gnome-basic (bsc#1066771), pattern name MUST NOT contain -, only
_ is allowed.
- Fix requires in gnome pattern on SLE, should be gnome-basic not
gnome_basic.
- Stop requiring yast2-control-center-gnome in gnome pattern, use
x11_yast patterns as Recommends instead (bsc#1062733).
- Remove gstreamer as Recommends, it is pulled by package
dependencies.
- Stop provides/obsoletes openSUSE patterns when building on SLE.
- On SLE, gnome pattern requires gnome_basic and not just
gnome_basis (bsc#1065166).
- No longer requires cheese for g-c-c user panel, only recommends.
- Switch to pidgin on SLE (bsc#1065191).
- Recommends gnome-documents on SLE gnome pattern.
- No longer recommends tracker-gui, it no longer exists.
- Recommends NetworkManager-openvpn/pptp/openconnect-gnome on SLE
gnome pattern (bsc#1065148).
- Disable some implicit requires
OBS-URL: https://build.opensuse.org/request/show/580939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/patterns-gnome?expand=0&rev=25
2018-03-09 11:50:26 +01:00
|
|
|
%endif
|
2017-05-29 21:37:03 +02:00
|
|
|
|
|
|
|
%changelog
|