/[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 5087 - (show annotations) (download)
Sun Jul 1 15:03:08 2012 UTC (11 years, 9 months ago) by wally
Original Path: mageia-xfce-config/trunk/Makefile
File size: 2139 byte(s)
clean Makefile
1 # original author tpg@mandriva.org
2 #
3 # modifications for mageia:
4 # ahmadsamir3891@gmail.com
5 # wally@mageia.org
6
7 include Makefile.config
8
9 PACKAGE = mageia-xfce-config
10 VERSION = `date +%Y%m%d`
11
12 install:
13 -install -d $(DESTDIR)$(xfceconfdir)
14 -install -d $(DESTDIR)$(xfceconfdir)/Terminal
15 install -m 644 common/Terminal/* $(DESTDIR)$(xfceconfdir)/Terminal/
16 -install -d $(DESTDIR)$(xfceconfdir)/Thunar
17 install -m 644 common/Thunar/* $(DESTDIR)$(xfceconfdir)/Thunar/
18 -install -d $(DESTDIR)$(xfceconfdir)/autostart
19 install -m 644 common/autostart/* $(DESTDIR)$(xfceconfdir)/autostart/
20 -install -d $(DESTDIR)$(xfceconfdir)/menus
21 install -m 644 common/menus/xfce-applications.menu $(DESTDIR)$(xfceconfdir)/menus/xfce-applications.menu
22 -install -d $(DESTDIR)$(xfceconfdir)/xfce4
23 -install -d $(DESTDIR)$(xfceconfdir)/xfce4/desktop
24 -install -d $(DESTDIR)$(xfceconfdir)/xfce4/panel
25 -install -d $(DESTDIR)$(xfceconfdir)/xfce4/theme
26 # -install -d $(DESTDIR)$(xfceconfdir)/xfce4/volstatus
27 -install -d $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml
28 -install -d $(DESTDIR)$(prefix)/bin
29 cp -pr common/xfce4/panel/* $(DESTDIR)$(xfceconfdir)/xfce4/panel/
30 install -m 644 common/xfce4/theme/* $(DESTDIR)$(xfceconfdir)/xfce4/theme/
31 # install -m 644 common/xfce4/volstatus/* $(DESTDIR)$(xfceconfdir)/xfce4/volstatus/
32 install -m 644 common/xfce4/xfconf/xfce-perchannel-xml/* $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml/
33 install -m 644 common/xfce4/*.rc $(DESTDIR)$(xfceconfdir)/xfce4
34 install -m 644 common/xfce4/*.xrdb $(DESTDIR)$(xfceconfdir)/xfce4
35 install -m 755 tools/xfce4-firstrun $(DESTDIR)$(prefix)/bin
36
37 cleandist:
38 rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.xz
39
40 localcopy:
41 svn export -q -rBASE . $(PACKAGE)-$(VERSION)
42
43 tar:
44 tar cvaf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION)
45 rm -rf $(PACKAGE)-$(VERSION)
46
47 dist: cleandist localcopy tar
48
49 .PHONY: ChangeLog log changelog
50
51 log: ChangeLog
52
53 changelog: ChangeLog
54
55 ChangeLog: ../common/username.xml
56 svn2cl --accum --authors ../../soft/common/username.xml
57 rm -f *.bak
58 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