Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
6e5c0bf76b | |||
addb16fa39 | |||
d7ca24c235 | |||
6b3f64b0c3 |
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 17 02:09:36 UTC 2025 - Yifan Jiang <yfjiang@suse.com>
|
||||||
|
|
||||||
|
- Explicitly recommends Google Noto Arabic fonts in GNOME
|
||||||
|
(bsc#1246323).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 16 05:54:26 UTC 2025 - Max Lin <mlin@suse.com>
|
||||||
|
|
||||||
|
- Drop gnome_yast on Leap 16, code-o-o#leap/features/173
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 17 15:15:06 UTC 2025 - Frederic Crozat <fcrozat@suse.com>
|
Thu Apr 17 15:15:06 UTC 2025 - Frederic Crozat <fcrozat@suse.com>
|
||||||
|
|
||||||
|
@@ -137,8 +137,10 @@ Requires: seahorse
|
|||||||
Recommends: totem
|
Recommends: totem
|
||||||
Recommends: pattern() = gnome_imaging
|
Recommends: pattern() = gnome_imaging
|
||||||
Recommends: pattern() = office
|
Recommends: pattern() = office
|
||||||
|
%if 0%{?suse_version} > 1600
|
||||||
Recommends: pattern() = x11_yast
|
Recommends: pattern() = x11_yast
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
#
|
#
|
||||||
# Official upstream
|
# Official upstream
|
||||||
#
|
#
|
||||||
@@ -165,6 +167,7 @@ Recommends: gnome-control-center-goa
|
|||||||
Recommends: gnome-disk-utility %dnl boo#554954
|
Recommends: gnome-disk-utility %dnl boo#554954
|
||||||
Recommends: gnome-remote-desktop
|
Recommends: gnome-remote-desktop
|
||||||
Recommends: nautilus-sendto
|
Recommends: nautilus-sendto
|
||||||
|
Recommends: noto-sans-arabic-fonts
|
||||||
Recommends: noto-sans-cjk-fonts
|
Recommends: noto-sans-cjk-fonts
|
||||||
Recommends: orca
|
Recommends: orca
|
||||||
%if 0%{?suse_version} < 01600 && !0%{?is_opensuse}
|
%if 0%{?suse_version} < 01600 && !0%{?is_opensuse}
|
||||||
@@ -692,7 +695,7 @@ GNOME Utilities
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
%if 0%{?is_opensuse}
|
%if 0%{?is_opensuse} && 0%{?suse_version} > 1600
|
||||||
%package gnome_yast
|
%package gnome_yast
|
||||||
%pattern_basetechnologies
|
%pattern_basetechnologies
|
||||||
Summary: YaST GNOME User Interfaces
|
Summary: YaST GNOME User Interfaces
|
||||||
@@ -758,7 +761,11 @@ done
|
|||||||
for i in devel_gnome \
|
for i in devel_gnome \
|
||||||
gnome_games gnome_ide gnome_x11 gnome_multimedia \
|
gnome_games gnome_ide gnome_x11 gnome_multimedia \
|
||||||
gnome_office \
|
gnome_office \
|
||||||
gnome_utilities gnome_yast sw_management_gnome; do
|
gnome_utilities \
|
||||||
|
%if 0%{?suse_version} > 1600
|
||||||
|
gnome_yast\
|
||||||
|
%endif
|
||||||
|
sw_management_gnome; do
|
||||||
echo "This file marks the pattern $i to be installed." \
|
echo "This file marks the pattern $i to be installed." \
|
||||||
>"%{buildroot}%{_docdir}/patterns/$i.txt"
|
>"%{buildroot}%{_docdir}/patterns/$i.txt"
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user