[Sugar-devel] [PATCH sugar-artwork 1/4] Fix Makefile to install the proper CSS in sugar 100% theme

Simon Schampijer simon at schampijer.de
Mon Sep 10 10:37:59 EDT 2012


Good catch, please push! As you said, this reveals a few issues we need 
to fix, a short note in the commit message is maybe good, nothing fancy 
needed though.

Simon

On 09/04/2012 05:50 AM, Manuel Quiñones wrote:
> Signed-off-by: Manuel Quiñones <manuq at laptop.org>
> ---
>   gtk3/theme/Makefile.am | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gtk3/theme/Makefile.am b/gtk3/theme/Makefile.am
> index 7ffed4f..d2e6df7 100644
> --- a/gtk3/theme/Makefile.am
> +++ b/gtk3/theme/Makefile.am
> @@ -37,7 +37,7 @@ install-data-local: $(GEN_FILES)
>   	$(INSTALL_DATA) $(srcdir)/gtk.css \
>   		$(DESTDIR)$(datadir)/themes/sugar-72/gtk-3.0/gtk.css
>   	$(mkinstalldirs) $(DESTDIR)$(datadir)/themes/sugar-100/gtk-3.0
> -	$(INSTALL_DATA) $(top_builddir)/gtk3/theme/gtk-widgets-72.css \
> +	$(INSTALL_DATA) $(top_builddir)/gtk3/theme/gtk-widgets-100.css \
>   		$(DESTDIR)$(datadir)/themes/sugar-100/gtk-3.0/gtk-widgets.css
>   	$(INSTALL_DATA) $(top_builddir)/gtk3/theme/settings-100.ini \
>   		$(DESTDIR)$(datadir)/themes/sugar-100/gtk-3.0/settings.ini
>



More information about the Sugar-devel mailing list