[gnome-themes-standard] Rename AdwaitaLowContrast to LowContrast



commit e36d5c117f214b62442eabef2a614db6e0d8d40b
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Feb 28 14:56:32 2011 -0500

    Rename AdwaitaLowContrast to LowContrast
    
    This is necessary since gtk2 and gtk3 are sharing a single
    XSetting for the theme name, so we have to keep using the same
    theme names as gnome-themes.

 .../Makefile.am                                    |    2 +-
 .../gtk-3.0/Makefile.am                            |    2 +-
 .../gtk-3.0/gtk.css                                |    0
 .../index.theme.in                                 |    6 +++---
 themes/Makefile.am                                 |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/themes/AdwaitaLowContrast/Makefile.am b/themes/LowContrast/Makefile.am
similarity index 92%
rename from themes/AdwaitaLowContrast/Makefile.am
rename to themes/LowContrast/Makefile.am
index bc42ed3..419f0a0 100644
--- a/themes/AdwaitaLowContrast/Makefile.am
+++ b/themes/LowContrast/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = gtk-3.0
 
-THEME_NAME=AdwaitaLowContrast
+THEME_NAME=LowContrast
 THEME_IN_FILES=index.theme.in
 
 %.theme:   %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
diff --git a/themes/AdwaitaLowContrast/gtk-3.0/Makefile.am b/themes/LowContrast/gtk-3.0/Makefile.am
similarity index 59%
rename from themes/AdwaitaLowContrast/gtk-3.0/Makefile.am
rename to themes/LowContrast/gtk-3.0/Makefile.am
index 477e50a..7fc36fd 100644
--- a/themes/AdwaitaLowContrast/gtk-3.0/Makefile.am
+++ b/themes/LowContrast/gtk-3.0/Makefile.am
@@ -1,4 +1,4 @@
-themedir = $(datadir)/themes/AdwaitaLowContrast/gtk-3.0
+themedir = $(datadir)/themes/LowContrast/gtk-3.0
 theme_DATA = \
 	gtk.css
 
diff --git a/themes/AdwaitaLowContrast/gtk-3.0/gtk.css b/themes/LowContrast/gtk-3.0/gtk.css
similarity index 100%
rename from themes/AdwaitaLowContrast/gtk-3.0/gtk.css
rename to themes/LowContrast/gtk-3.0/gtk.css
diff --git a/themes/AdwaitaLowContrast/index.theme.in b/themes/LowContrast/index.theme.in
similarity index 57%
rename from themes/AdwaitaLowContrast/index.theme.in
rename to themes/LowContrast/index.theme.in
index ffa2f8d..dd38f72 100644
--- a/themes/AdwaitaLowContrast/index.theme.in
+++ b/themes/LowContrast/index.theme.in
@@ -1,9 +1,9 @@
 [X-GNOME-Metatheme]
-_Name=Adwaita Low Contrast
+_Name=Low Contrast
 Type=X-GNOME-Metatheme
-_Comment=Low contrast variant of Adwaita
+_Comment=Low contrast theme
 Encoding=UTF-8
-GtkTheme=AdwaitaLowContrast
+GtkTheme=LowContrast
 MetacityTheme=Adwaita
 IconTheme=gnome
 CursorTheme=Adwaita
diff --git a/themes/Makefile.am b/themes/Makefile.am
index 66b359d..c27c955 100644
--- a/themes/Makefile.am
+++ b/themes/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = Adwaita AdwaitaLowContrast HighContrast HighContrastInverse
+SUBDIRS = Adwaita LowContrast HighContrast HighContrastInverse
 
 -include $(top_srcdir)/git.mk
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]