diff options
Diffstat (limited to 'desktop-themes/Shiny')
-rw-r--r-- | desktop-themes/Shiny/Makefile.am | 11 | ||||
-rw-r--r-- | desktop-themes/Shiny/index.theme.in | 8 |
2 files changed, 19 insertions, 0 deletions
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 |