From ac9ffcff7717c85fd4d55d4c90ab5a35423870dc Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 19 Mar 2012 21:23:51 -0300 Subject: renaming clearlooks to traditionalok --- desktop-themes/Clearlooks/Makefile.am | 11 ----- desktop-themes/Clearlooks/index.theme.in | 8 ---- desktop-themes/ClearlooksTest/Makefile.am | 11 ----- desktop-themes/ClearlooksTest/index.theme.in | 8 ---- desktop-themes/Makefile.am | 55 +++++++++++++------------ desktop-themes/TraditionalOk/Makefile.am | 11 +++++ desktop-themes/TraditionalOk/index.theme.in | 8 ++++ desktop-themes/TraditionalOkTest/Makefile.am | 11 +++++ desktop-themes/TraditionalOkTest/index.theme.in | 8 ++++ 9 files changed, 66 insertions(+), 65 deletions(-) delete mode 100644 desktop-themes/Clearlooks/Makefile.am delete mode 100644 desktop-themes/Clearlooks/index.theme.in delete mode 100644 desktop-themes/ClearlooksTest/Makefile.am delete mode 100644 desktop-themes/ClearlooksTest/index.theme.in create mode 100644 desktop-themes/TraditionalOk/Makefile.am create mode 100644 desktop-themes/TraditionalOk/index.theme.in create mode 100644 desktop-themes/TraditionalOkTest/Makefile.am create mode 100644 desktop-themes/TraditionalOkTest/index.theme.in (limited to 'desktop-themes') diff --git a/desktop-themes/Clearlooks/Makefile.am b/desktop-themes/Clearlooks/Makefile.am deleted file mode 100644 index dd391938..00000000 --- a/desktop-themes/Clearlooks/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -THEME_NAME=Clearlooks -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 - -themedir = $(datadir)/themes/$(THEME_NAME) - -theme_DATA = index.theme - -DISTCLEANFILES=index.theme -EXTRA_DIST=index.theme.in index.theme diff --git a/desktop-themes/Clearlooks/index.theme.in b/desktop-themes/Clearlooks/index.theme.in deleted file mode 100644 index 89f17176..00000000 --- a/desktop-themes/Clearlooks/index.theme.in +++ /dev/null @@ -1,8 +0,0 @@ -[X-GNOME-Metatheme] -_Name=Clearlooks -Type=X-GNOME-Metatheme -_Comment=Attractive Usability -Encoding=UTF-8 -GtkTheme=Clearlooks -MetacityTheme=Clearlooks -IconTheme=mate diff --git a/desktop-themes/ClearlooksTest/Makefile.am b/desktop-themes/ClearlooksTest/Makefile.am deleted file mode 100644 index e06b5b7a..00000000 --- a/desktop-themes/ClearlooksTest/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -THEME_NAME=ClearlooksTest -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 - -themedir = $(datadir)/themes/$(THEME_NAME) - -theme_DATA = index.theme - -DISTCLEANFILES=index.theme -EXTRA_DIST=index.theme.in index.theme diff --git a/desktop-themes/ClearlooksTest/index.theme.in b/desktop-themes/ClearlooksTest/index.theme.in deleted file mode 100644 index ad912be8..00000000 --- a/desktop-themes/ClearlooksTest/index.theme.in +++ /dev/null @@ -1,8 +0,0 @@ -[X-GNOME-Metatheme] -_Name=Clearlooks Test Theme -Type=X-GNOME-Metatheme -_Comment=Theme with a different colorscheme to find problems in applications. -Encoding=UTF-8 -GtkTheme=ClearlooksTest -MetacityTheme=Clearlooks -IconTheme=mate 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/TraditionalOk/Makefile.am b/desktop-themes/TraditionalOk/Makefile.am new file mode 100644 index 00000000..93281ca7 --- /dev/null +++ b/desktop-themes/TraditionalOk/Makefile.am @@ -0,0 +1,11 @@ +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 + +themedir = $(datadir)/themes/$(THEME_NAME) + +theme_DATA = index.theme + +DISTCLEANFILES=index.theme +EXTRA_DIST=index.theme.in index.theme diff --git a/desktop-themes/TraditionalOk/index.theme.in b/desktop-themes/TraditionalOk/index.theme.in new file mode 100644 index 00000000..8b7e4108 --- /dev/null +++ b/desktop-themes/TraditionalOk/index.theme.in @@ -0,0 +1,8 @@ +[X-GNOME-Metatheme] +_Name=TraditionalOk +Type=X-GNOME-Metatheme +_Comment=Attractive Usability +Encoding=UTF-8 +GtkTheme=TraditionalOk +MetacityTheme=TraditionalOk +IconTheme=mate diff --git a/desktop-themes/TraditionalOkTest/Makefile.am b/desktop-themes/TraditionalOkTest/Makefile.am new file mode 100644 index 00000000..acd1e912 --- /dev/null +++ b/desktop-themes/TraditionalOkTest/Makefile.am @@ -0,0 +1,11 @@ +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 + +themedir = $(datadir)/themes/$(THEME_NAME) + +theme_DATA = index.theme + +DISTCLEANFILES=index.theme +EXTRA_DIST=index.theme.in index.theme diff --git a/desktop-themes/TraditionalOkTest/index.theme.in b/desktop-themes/TraditionalOkTest/index.theme.in new file mode 100644 index 00000000..c58fd5ae --- /dev/null +++ b/desktop-themes/TraditionalOkTest/index.theme.in @@ -0,0 +1,8 @@ +[X-GNOME-Metatheme] +_Name=TraditionalOk Test Theme +Type=X-GNOME-Metatheme +_Comment=Theme with a different colorscheme to find problems in applications. +Encoding=UTF-8 +GtkTheme=TraditionalOkTest +MetacityTheme=TraditionalOk +IconTheme=mate -- cgit v1.2.1