diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-04-16 17:49:40 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-04-16 17:49:40 +0000 |
commit | 834eca7219ca783666dd4699ea17a37c43ea5ddd (patch) | |
tree | 80d23e882b21181a3274eb72f956a37cf36c5cc1 /Makefile | |
parent | e40289d32f960a05b810cea057ae300af652fb99 (diff) | |
download | config-834eca7219ca783666dd4699ea17a37c43ea5ddd.tar config-834eca7219ca783666dd4699ea17a37c43ea5ddd.tar.gz config-834eca7219ca783666dd4699ea17a37c43ea5ddd.tar.bz2 config-834eca7219ca783666dd4699ea17a37c43ea5ddd.tar.xz config-834eca7219ca783666dd4699ea17a37c43ea5ddd.zip |
- add theme
o add background panel (image stolen from kde ;)
o make transparent labels of icons on desktop
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,10 +18,12 @@ install: -install -d $(DESTDIR)$(xfceconfdir)/xfce4/desktop -install -d $(DESTDIR)$(xfceconfdir)/xfce4/notication-daemon-xfce -install -d $(DESTDIR)$(xfceconfdir)/xfce4/panel + -install -d $(DESTDIR)$(xfceconfdir)/xfce4/theme -install -d $(DESTDIR)$(xfceconfdir)/xfce4/volstatus install -m 644 common/xfce4/desktop/* $(DESTDIR)$(xfceconfdir)/xfce4/desktop/ install -m 644 common/xfce4/notication-daemon-xfce/* $(DESTDIR)$(xfceconfdir)/xfce4/notication-daemon-xfce/ install -m 644 common/xfce4/panel/* $(DESTDIR)$(xfceconfdir)/xfce4/panel/ + install -m 644 common/xfce4/theme/* $(DESTDIR)$(xfceconfdir)/xfce4/theme/ install -m 644 common/xfce4/volstatus/* $(DESTDIR)$(xfceconfdir)/xfce4/volstatus/ install -m 644 common/xfce4/*.rc $(DESTDIR)$(xfceconfdir)/xfce4 install -m 644 common/xfce4/*.xrdb $(DESTDIR)$(xfceconfdir)/xfce4 |