From a331a84e04bbaca24481c5ff1cca236772b4ebd1 Mon Sep 17 00:00:00 2001 From: Perberos Date: Tue, 20 Mar 2012 06:51:39 -0300 Subject: renaming glossy to shiny --- desktop-themes/Fog/index.theme.in | 2 +- desktop-themes/Glossy/Makefile.am | 11 ----------- desktop-themes/Glossy/index.theme.in | 8 -------- desktop-themes/Makefile.am | 6 +++--- desktop-themes/Quid/index.theme.in | 4 ++-- desktop-themes/Shiny/Makefile.am | 11 +++++++++++ desktop-themes/Shiny/index.theme.in | 8 ++++++++ desktop-themes/TraditionalOk/index.theme.in | 2 +- 8 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 desktop-themes/Glossy/Makefile.am delete mode 100644 desktop-themes/Glossy/index.theme.in create mode 100644 desktop-themes/Shiny/Makefile.am create mode 100644 desktop-themes/Shiny/index.theme.in (limited to 'desktop-themes') diff --git a/desktop-themes/Fog/index.theme.in b/desktop-themes/Fog/index.theme.in index 0911068f..1858daeb 100644 --- a/desktop-themes/Fog/index.theme.in +++ b/desktop-themes/Fog/index.theme.in @@ -3,6 +3,6 @@ _Name=Fog Type=X-GNOME-Metatheme _Comment=A minimalistic appearance Encoding=UTF-8 -GtkTheme=Fog +GtkTheme=Mist MetacityTheme=Fog IconTheme=Fog diff --git a/desktop-themes/Glossy/Makefile.am b/desktop-themes/Glossy/Makefile.am deleted file mode 100644 index 9797ac3a..00000000 --- a/desktop-themes/Glossy/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -THEME_NAME=Glossy -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/Glossy/index.theme.in b/desktop-themes/Glossy/index.theme.in deleted file mode 100644 index dd758cb1..00000000 --- a/desktop-themes/Glossy/index.theme.in +++ /dev/null @@ -1,8 +0,0 @@ -[X-GNOME-Metatheme] -_Name=Glossy -Type=X-GNOME-Metatheme -_Comment=A glossy looking theme -Encoding=UTF-8 -GtkTheme=Glossy -MetacityTheme=Glossy -IconTheme=mate diff --git a/desktop-themes/Makefile.am b/desktop-themes/Makefile.am index 898108dd..e63fd2a1 100644 --- a/desktop-themes/Makefile.am +++ b/desktop-themes/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = \ Quid \ TraditionalOk \ Glider \ - Glossy \ + Shiny \ HighContrast \ HighContrastInverse \ HighContrastLargePrint \ @@ -11,7 +11,7 @@ SUBDIRS = \ LargePrint \ LowContrast \ LowContrastLargePrint \ - Mist \ + Fog \ $(TEST_THEMES) DIST_SUBDIRS = \ @@ -19,7 +19,7 @@ DIST_SUBDIRS = \ Quid \ TraditionalOk \ Glider \ - Glossy \ + Shiny \ HighContrast \ HighContrastInverse \ HighContrastLargePrint \ diff --git a/desktop-themes/Quid/index.theme.in b/desktop-themes/Quid/index.theme.in index aa022e62..98b364ba 100644 --- a/desktop-themes/Quid/index.theme.in +++ b/desktop-themes/Quid/index.theme.in @@ -3,6 +3,6 @@ _Name=Quid Type=X-GNOME-Metatheme _Comment=Smooth gradients with purple highlights Encoding=UTF-8 -GtkTheme=Quid -MetacityTheme=Quid +GtkTheme=Crux +MetacityTheme=Glider IconTheme=Quid diff --git a/desktop-themes/Shiny/Makefile.am b/desktop-themes/Shiny/Makefile.am new file mode 100644 index 00000000..e00c5fe2 --- /dev/null +++ b/desktop-themes/Shiny/Makefile.am @@ -0,0 +1,11 @@ +THEME_NAME=Shiny +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/Shiny/index.theme.in b/desktop-themes/Shiny/index.theme.in new file mode 100644 index 00000000..ae6c1dce --- /dev/null +++ b/desktop-themes/Shiny/index.theme.in @@ -0,0 +1,8 @@ +[X-GNOME-Metatheme] +_Name=Shiny +Type=X-GNOME-Metatheme +_Comment=A Shiny looking theme +Encoding=UTF-8 +GtkTheme=Shiny +MetacityTheme=Shiny +IconTheme=mate diff --git a/desktop-themes/TraditionalOk/index.theme.in b/desktop-themes/TraditionalOk/index.theme.in index 8b7e4108..1e1f5267 100644 --- a/desktop-themes/TraditionalOk/index.theme.in +++ b/desktop-themes/TraditionalOk/index.theme.in @@ -3,6 +3,6 @@ _Name=TraditionalOk Type=X-GNOME-Metatheme _Comment=Attractive Usability Encoding=UTF-8 -GtkTheme=TraditionalOk +GtkTheme=Clearlooks MetacityTheme=TraditionalOk IconTheme=mate -- cgit v1.2.1