/[soft]/mageia-xfce-config/branches/3/Makefile
ViewVC logotype

Annotation of /mageia-xfce-config/branches/3/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 571 - (hide annotations) (download)
Thu Feb 17 20:36:31 2011 UTC (13 years, 2 months ago) by ahmad
Original Path: mageia-xfce-config/trunk/Makefile
File size: 3046 byte(s)
- add cleaned mageia-xfce-config
1 ahmad 571 # tpg@mandriva.org
2     PACKAGE = mageia-xfce-config
3     VERSION = `date +%Y%m%d`
4    
5     PREFIX=$(prefix)
6     xfceconfdir=$(sysconfdir)
7     xfceprofdir=$(localstatedir)/mageia/xfce-profiles
8    
9     install:
10     -install -d $(DESTDIR)$(xfceconfdir)
11     -install -d $(DESTDIR)$(xfceconfdir)/Terminal
12     install -m 644 common/Terminal/* $(DESTDIR)$(xfceconfdir)/Terminal/
13     -install -d $(DESTDIR)$(xfceconfdir)/Thunar
14     install -m 644 common/Thunar/* $(DESTDIR)$(xfceconfdir)/Thunar/
15     -install -d $(DESTDIR)$(xfceconfdir)/autostart
16     install -m 644 common/autostart/* $(DESTDIR)$(xfceconfdir)/autostart/
17     -install -d $(DESTDIR)$(xfceconfdir)/menus
18     install -m 644 common/menus/xfce-applications.menu $(DESTDIR)$(xfceconfdir)/menus/xfce-applications.menu
19     -install -d $(DESTDIR)$(xfceconfdir)/xfce4
20     -install -d $(DESTDIR)$(xfceconfdir)/xfce4/desktop
21     -install -d $(DESTDIR)$(xfceconfdir)/xfce4/panel
22     -install -d $(DESTDIR)$(xfceconfdir)/xfce4/theme
23     -install -d $(DESTDIR)$(xfceconfdir)/xfce4/volstatus
24     -install -d $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml
25     -install -d $(DESTDIR)$(PREFIX)/bin
26     install -m 644 common/xfce4/panel/* $(DESTDIR)$(xfceconfdir)/xfce4/panel/
27     install -m 644 common/xfce4/theme/* $(DESTDIR)$(xfceconfdir)/xfce4/theme/
28     install -m 644 common/xfce4/volstatus/* $(DESTDIR)$(xfceconfdir)/xfce4/volstatus/
29     install -m 644 common/xfce4/xfconf/xfce-perchannel-xml/* $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml/
30     install -m 644 common/xfce4/*.rc $(DESTDIR)$(xfceconfdir)/xfce4
31     install -m 644 common/xfce4/*.xrdb $(DESTDIR)$(xfceconfdir)/xfce4
32     install -m 755 tools/xfce4-firstrun $(DESTDIR)$(PREFIX)/bin
33    
34     -install -d $(DESTDIR)$(xfceprofdir)
35     -install -d $(DESTDIR)$(xfceprofdir)/Flash/xfce4/xfconf/xfce-perchannel-xml
36    
37     install -m 644 Flash/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/Flash/xfce4/xfconf/xfce-perchannel-xml
38    
39     -install -d $(DESTDIR)$(xfceprofdir)/Free/xfce4/xfconf/xfce-perchannel-xml/
40     install -m 644 Free/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/Free/xfce4/xfconf/xfce-perchannel-xml
41    
42     -install -d $(DESTDIR)$(xfceprofdir)/One/xfce4/xfconf/xfce-perchannel-xml/
43     install -m 644 One/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/One/xfce4/xfconf/xfce-perchannel-xml
44    
45     -install -d $(DESTDIR)$(xfceprofdir)/Powerpack/xfce4/xfconf/xfce-perchannel-xml/
46     install -m 644 Powerpack/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/Powerpack/xfce4/xfconf/xfce-perchannel-xml
47    
48     cleandist:
49     rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2
50    
51     localcopy:
52     svn export -q -rBASE . $(PACKAGE)-$(VERSION)
53    
54     tar:
55     tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
56     bzip2 -9vf $(PACKAGE)-$(VERSION).tar
57     rm -rf $(PACKAGE)-$(VERSION)
58    
59     dist: cleandist localcopy tar
60    
61     .PHONY: ChangeLog log changelog
62    
63     log: ChangeLog
64    
65     changelog: ChangeLog
66    
67     ChangeLog: ../common/username.xml
68     svn2cl --accum --authors ../../soft/common/username.xml
69     rm -f *.bak
70     svn commit -m "Generated by svn2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.30