fedora: Apply GNOME settings during rice target

Instead of applying the GNOME settings manually, we set them
automatically when running `make rice` instead.
This commit is contained in:
Donovan Glover 2018-11-27 18:28:28 -05:00
parent a0d1211a89
commit f964dff841
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -4,12 +4,16 @@ copr=sudo dnf copr enable --assumeyes
.PHONY: all
all:
@$(MAKE) -f $(THIS_MAKEFILE) RPMs/muya.rpm install kitty wal crystal rust diff-so-fancy
@$(MAKE) -f $(THIS_MAKEFILE) rice RPMs/muya.rpm install kitty wal crystal rust diff-so-fancy
@$(MAKE) -C ..
.PHONY: rice
rice:
@${install} gnome-tweaks pop-gtk-theme pop-icon-theme breeze-cursor-theme
@${install} pop-gtk-theme pop-icon-theme breeze-cursor-theme
@../gnome/.config/gnome/extensions.sh
@../gnome/.config/gnome/antialiasing.sh
@../gnome/.config/gnome/pop-gtk-theme.sh
@../gnome/.config/gnome/breeze-cursor-theme.sh
.ONESHELL:
RPMs/muya.rpm: RPMs/muya.spec