From 235f434792b5ed1fd13663065e4bdc927a9b46cb Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 19 Mar 2012 22:12:48 -0300 Subject: renamed crux to quid --- desktop-themes/Quid/Makefile.am | 11 +++++++++++ desktop-themes/Quid/index.theme.in | 8 ++++++++ 2 files changed, 19 insertions(+) create mode 100644 desktop-themes/Quid/Makefile.am create mode 100644 desktop-themes/Quid/index.theme.in (limited to 'desktop-themes/Quid') diff --git a/desktop-themes/Quid/Makefile.am b/desktop-themes/Quid/Makefile.am new file mode 100644 index 00000000..5f2adc7e --- /dev/null +++ b/desktop-themes/Quid/Makefile.am @@ -0,0 +1,11 @@ +THEME_NAME=Quid +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 diff --git a/desktop-themes/Quid/index.theme.in b/desktop-themes/Quid/index.theme.in new file mode 100644 index 00000000..aa022e62 --- /dev/null +++ b/desktop-themes/Quid/index.theme.in @@ -0,0 +1,8 @@ +[X-GNOME-Metatheme] +_Name=Quid +Type=X-GNOME-Metatheme +_Comment=Smooth gradients with purple highlights +Encoding=UTF-8 +GtkTheme=Quid +MetacityTheme=Quid +IconTheme=Quid -- cgit v1.2.1