aboutsummaryrefslogtreecommitdiff
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorMartin Schenck2016-10-07 11:42:04 +0200
committerMartin Schenck2016-10-07 11:42:04 +0200
commitc1d604affb2909b114ab7d5f5f5f8130e3286356 (patch)
treea72f9d05f9b41552e9d0e9ec19d845291183ce4c /common/Makefile.am
parent672c95170b6b1d79e7c69ef5202638abecedea97 (diff)
parent5acba9421b028a6bcf94f2b52a035f51f854d269 (diff)
downloadsolarc-theme-c1d604affb2909b114ab7d5f5f5f8130e3286356.tar.gz
solarc-theme-c1d604affb2909b114ab7d5f5f5f8130e3286356.tar.xz
solarc-theme-c1d604affb2909b114ab7d5f5f5f8130e3286356.zip
Merge branch 'master' of github.com:horst3180/arc-theme
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am25
1 files changed, 18 insertions, 7 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 928fa5b..8e496fb 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -1,6 +1,6 @@
-themedir = $(datadir)/themes/SolArc
-themedarkerdir = $(datadir)/themes/SolArc-Darker
-themedarkdir = $(datadir)/themes/SolArc-Dark
+themedir = $(datadir)/themes/Arc
+themedarkerdir = $(datadir)/themes/Arc-Darker
+themedarkdir = $(datadir)/themes/Arc-Dark
ithemedir = $(DESTDIR)$(themedir)
ithemedarkerdir = $(DESTDIR)$(themedarkerdir)
@@ -250,15 +250,27 @@ endif # ENABLE_UNITY
if ENABLE_XFWM
if ENABLE_LIGHT
- cp -R $(srcdir)/xfwm4 $(ithemedir)
+ $(MKDIR_P) $(ithemedir)/xfwm4
+
+ cd $(srcdir)/xfwm4 && \
+ cp -R assets/*.png $(ithemedir)/xfwm4 && \
+ cp themerc $(ithemedir)/xfwm4/themerc
endif # ENABLE_LIGHT
if ENABLE_DARKER
- cp -R $(srcdir)/xfwm4-dark $(ithemedarkerdir)/xfwm4
+ $(MKDIR_P) $(ithemedarkerdir)/xfwm4
+
+ cd $(srcdir)/xfwm4 && \
+ cp -R assets-dark/*.png $(ithemedarkerdir)/xfwm4 && \
+ cp themerc-dark $(ithemedarkerdir)/xfwm4/themerc
endif # ENABLE_DARKER
if ENABLE_DARK
- cp -R $(srcdir)/xfwm4-dark $(ithemedarkdir)/xfwm4
+ $(MKDIR_P) $(ithemedarkdir)/xfwm4
+
+ cd $(srcdir)/xfwm4 && \
+ cp -R assets-dark/*.png $(ithemedarkdir)/xfwm4 && \
+ cp themerc-dark $(ithemedarkdir)/xfwm4/themerc
endif # ENABLE_DARK
endif # ENABLE_XFWM
@@ -283,7 +295,6 @@ EXTRA_DIST = $(srcdir)/cinnamon \
$(srcdir)/metacity-1 \
$(srcdir)/unity \
$(srcdir)/xfwm4 \
- $(srcdir)/xfwm4-dark \
$(srcdir)/index.theme \
$(srcdir)/index.theme-darker \
$(srcdir)/index.theme-dark