From 22017af48af65868ac961a23e39238f972378286 Mon Sep 17 00:00:00 2001 From: David Shea Date: Mon, 12 Jan 2015 17:19:00 -0500 Subject: [PATCH] Remove fedora-gnome-theme fedora-gnome-theme provides gnome-themes-standard, from which we remove everything except a metacity theme file that metacity doesn't actually use. Remove fedora-gnome-theme entirely and manually add the font dependency that it was pulling in. --- share/runtime-cleanup.tmpl | 2 -- share/runtime-install.tmpl | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index 821d1b9c..7f3b4aaf 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -114,8 +114,6 @@ removefrom gtk3 /usr/share/themes/* ## the Fedora icon theme inherits from Mist, so we need that removefrom gnome-themes --allbut /usr/share/icons/Mist/* \ /usr/share/themes/Clearlooks/* -## Adwaita is the default theme for gtk3 and the default metacity theme -removefrom gnome-themes-standard --allbut /usr/share/themes/Adwaita/* removefrom metacity --allbut /usr/bin/* /usr/${libdir}/* /etc/* ## filesystem tools diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index 2aff9a4b..3fb1d287 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -136,11 +136,12 @@ installpkg vlgothic-fonts installpkg wqy-microhei-fonts installpkg sil-abyssinica-fonts installpkg xorg-x11-fonts-misc -installpkg gnome-themes-standard gnome-icon-theme-legacy +installpkg gnome-icon-theme-legacy installpkg aajohan-comfortaa-fonts +installpkg abattis-cantarell-fonts ## branding & logos -installpkg fedora-gnome-theme fedora-icon-theme +installpkg fedora-icon-theme ## debugging/bug reporting tools installpkg gdb-gdbserver