summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta-dark/Makefile.am
diff options
context:
space:
mode:
author0x0000ff <[email protected]>2025-10-28 14:45:11 +0000
committerGitHub <[email protected]>2025-10-28 14:45:11 +0000
commit95326a857a94054513674a0e2897e5aae3f8cf84 (patch)
tree545eb2858c74b89cfc7c3dc3cebf4f01752ee53e /desktop-themes/BlueMenta-dark/Makefile.am
parent2a5c31ddc1b598ff74a92fd314446de6cdf05cb3 (diff)
downloadmate-themes-master.tar.bz2
mate-themes-master.tar.xz
desktop-themes: Add BlueMenta-darkHEADmaster
A dark variant of BlueMenta with blue accent elements.
Diffstat (limited to 'desktop-themes/BlueMenta-dark/Makefile.am')
-rw-r--r--desktop-themes/BlueMenta-dark/Makefile.am24
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta-dark/Makefile.am b/desktop-themes/BlueMenta-dark/Makefile.am
new file mode 100644
index 00000000..644a958a
--- /dev/null
+++ b/desktop-themes/BlueMenta-dark/Makefile.am
@@ -0,0 +1,24 @@
+THEME_NAME = BlueMenta-dark
+
+theme_in_files = index.theme.in
+themedir = $(datadir)/themes/$(THEME_NAME)
+theme_DATA = COPYING index.theme README
+
+%.theme: %.theme.in
+if USE_NLS
+ $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
+else
+ $(AM_V_GEN) cp -f $< $@
+endif
+
+SUBDIRS = \
+ cinnamon \
+ emerald \
+ gtk-2.0 \
+ gtk-3.0 \
+ metacity-1 \
+ unity \
+ xfwm4
+
+CLEANFILES = index.theme
+EXTRA_DIST = $(theme_in_files)