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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 576 - (show annotations) (download)
Fri Feb 18 15:20:39 2011 UTC (13 years, 2 months ago) by ahmad
Original Path: mageia-xfce-config/trunk/Makefile
File size: 2413 byte(s)
- adapt the Makefile to having one Default profile
1 # 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)/Default/xfce4/xfconf/xfce-perchannel-xml
36
37 install -m 644 Default/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/Default/xfce4/xfconf/xfce-perchannel-xml
38
39 cleandist:
40 rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2
41
42 localcopy:
43 svn export -q -rBASE . $(PACKAGE)-$(VERSION)
44
45 tar:
46 tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
47 bzip2 -9vf $(PACKAGE)-$(VERSION).tar
48 rm -rf $(PACKAGE)-$(VERSION)
49
50 dist: cleandist localcopy tar
51
52 .PHONY: ChangeLog log changelog
53
54 log: ChangeLog
55
56 changelog: ChangeLog
57
58 ChangeLog: ../common/username.xml
59 svn2cl --accum --authors ../../soft/common/username.xml
60 rm -f *.bak
61 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