diff options
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Makefile.am | 55 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/Makefile.am (renamed from desktop-themes/Clearlooks/Makefile.am) | 2 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/index.theme.in (renamed from desktop-themes/Clearlooks/index.theme.in) | 6 | ||||
-rw-r--r-- | desktop-themes/TraditionalOkTest/Makefile.am (renamed from desktop-themes/ClearlooksTest/Makefile.am) | 2 | ||||
-rw-r--r-- | desktop-themes/TraditionalOkTest/index.theme.in (renamed from desktop-themes/ClearlooksTest/index.theme.in) | 6 |
5 files changed, 36 insertions, 35 deletions
diff --git a/desktop-themes/Makefile.am b/desktop-themes/Makefile.am index 749b4ab4..64948925 100644 --- a/desktop-themes/Makefile.am +++ b/desktop-themes/Makefile.am @@ -1,31 +1,32 @@ -SUBDIRS= \ - Aldabra \ - Crux \ - Clearlooks \ - Glider \ - Glossy \ - HighContrast \ - HighContrastInverse \ - HighContrastLargePrint \ +SUBDIRS = \ + Aldabra \ + Crux \ + TraditionalOk \ + Glider \ + Glossy \ + HighContrast \ + HighContrastInverse \ + HighContrastLargePrint \ HighContrastLargePrintInverse \ - LargePrint \ - LowContrast \ - LowContrastLargePrint \ - Mist \ + LargePrint \ + LowContrast \ + LowContrastLargePrint \ + Mist \ $(TEST_THEMES) -DIST_SUBDIRS= \ - Aldabra \ - Crux \ - Clearlooks \ - Glider \ - Glossy \ - HighContrast \ - HighContrastInverse \ - HighContrastLargePrint \ +DIST_SUBDIRS = \ + Aldabra \ + Crux \ + TraditionalOk \ + Glider \ + Glossy \ + HighContrast \ + HighContrastInverse \ + HighContrastLargePrint \ HighContrastLargePrintInverse \ - LargePrint \ - LowContrast \ - LowContrastLargePrint \ - Mist \ - ClearlooksTest + LargePrint \ + LowContrast \ + LowContrastLargePrint \ + Mist \ + TraditionalOkTest + diff --git a/desktop-themes/Clearlooks/Makefile.am b/desktop-themes/TraditionalOk/Makefile.am index dd391938..93281ca7 100644 --- a/desktop-themes/Clearlooks/Makefile.am +++ b/desktop-themes/TraditionalOk/Makefile.am @@ -1,4 +1,4 @@ -THEME_NAME=Clearlooks +THEME_NAME=TraditionalOk 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/desktop-themes/Clearlooks/index.theme.in b/desktop-themes/TraditionalOk/index.theme.in index 89f17176..8b7e4108 100644 --- a/desktop-themes/Clearlooks/index.theme.in +++ b/desktop-themes/TraditionalOk/index.theme.in @@ -1,8 +1,8 @@ [X-GNOME-Metatheme] -_Name=Clearlooks +_Name=TraditionalOk Type=X-GNOME-Metatheme _Comment=Attractive Usability Encoding=UTF-8 -GtkTheme=Clearlooks -MetacityTheme=Clearlooks +GtkTheme=TraditionalOk +MetacityTheme=TraditionalOk IconTheme=mate diff --git a/desktop-themes/ClearlooksTest/Makefile.am b/desktop-themes/TraditionalOkTest/Makefile.am index e06b5b7a..acd1e912 100644 --- a/desktop-themes/ClearlooksTest/Makefile.am +++ b/desktop-themes/TraditionalOkTest/Makefile.am @@ -1,4 +1,4 @@ -THEME_NAME=ClearlooksTest +THEME_NAME=TraditionalOkTest 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/desktop-themes/ClearlooksTest/index.theme.in b/desktop-themes/TraditionalOkTest/index.theme.in index ad912be8..c58fd5ae 100644 --- a/desktop-themes/ClearlooksTest/index.theme.in +++ b/desktop-themes/TraditionalOkTest/index.theme.in @@ -1,8 +1,8 @@ [X-GNOME-Metatheme] -_Name=Clearlooks Test Theme +_Name=TraditionalOk Test Theme Type=X-GNOME-Metatheme _Comment=Theme with a different colorscheme to find problems in applications. Encoding=UTF-8 -GtkTheme=ClearlooksTest -MetacityTheme=Clearlooks +GtkTheme=TraditionalOkTest +MetacityTheme=TraditionalOk IconTheme=mate |