From d99beb61c8e1fc77dd0b4aaf8a5f761763c2ced0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 27 May 2019 12:19:57 +0200 Subject: Menta: add selectable metacity theme with borders This will add a second selectable theme for using without compositor and invisible borders. --- desktop-themes/BlueMenta-border/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 desktop-themes/BlueMenta-border/Makefile.am (limited to 'desktop-themes/BlueMenta-border/Makefile.am') diff --git a/desktop-themes/BlueMenta-border/Makefile.am b/desktop-themes/BlueMenta-border/Makefile.am new file mode 100644 index 00000000..4163d10c --- /dev/null +++ b/desktop-themes/BlueMenta-border/Makefile.am @@ -0,0 +1,17 @@ +THEME_NAME=BlueMenta-border +THEME_IN_FILES=index.theme.in + +@INTLTOOL_THEME_RULE@ + +themedir = $(datadir)/themes/$(THEME_NAME) + +theme_DATA = \ + COPYING \ + index.theme \ + README + +SUBDIRS = \ + metacity-1 + +DISTCLEANFILES = index.theme +EXTRA_DIST = index.theme.in -- cgit v1.2.1