/[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 6897 - (hide annotations) (download)
Sat Dec 29 07:34:50 2012 UTC (11 years, 3 months ago) by wally
Original Path: mageia-xfce-config/trunk/Makefile
File size: 1950 byte(s)
Update Makefile after xfce4-terminal changes
1 wally 5084 # original author tpg@mandriva.org
2     #
3     # modifications for mageia:
4     # ahmadsamir3891@gmail.com
5     # wally@mageia.org
6    
7 wally 5086 include Makefile.config
8    
9 ahmad 571 PACKAGE = mageia-xfce-config
10     VERSION = `date +%Y%m%d`
11    
12     install:
13     -install -d $(DESTDIR)$(xfceconfdir)
14 wally 5141 install -m 644 data/Terminal/* $(DESTDIR)$(xfceconfdir)/Terminal/
15 ahmad 571 -install -d $(DESTDIR)$(xfceconfdir)/Thunar
16 wally 5141 install -m 644 data/Thunar/* $(DESTDIR)$(xfceconfdir)/Thunar/
17 ahmad 571 -install -d $(DESTDIR)$(xfceconfdir)/menus
18 wally 5141 install -m 644 data/menus/xfce-applications.menu $(DESTDIR)$(xfceconfdir)/menus/xfce-applications.menu
19 ahmad 571 -install -d $(DESTDIR)$(xfceconfdir)/xfce4
20     -install -d $(DESTDIR)$(xfceconfdir)/xfce4/desktop
21     -install -d $(DESTDIR)$(xfceconfdir)/xfce4/panel
22 wally 6897 -install -d $(DESTDIR)$(xfceconfdir)/xfce4/terminal
23 ahmad 571 -install -d $(DESTDIR)$(xfceconfdir)/xfce4/theme
24     -install -d $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml
25 wally 5141 cp -pr data/xfce4/panel/* $(DESTDIR)$(xfceconfdir)/xfce4/panel/
26 wally 6897 install -m 644 data/xfce4/terminal/* $(DESTDIR)$(xfceconfdir)/xfce4/terminal/
27 wally 5141 install -m 644 data/xfce4/theme/* $(DESTDIR)$(xfceconfdir)/xfce4/theme/
28     install -m 644 data/xfce4/xfconf/xfce-perchannel-xml/* $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml/
29     install -m 644 data/xfce4/*.rc $(DESTDIR)$(xfceconfdir)/xfce4
30     install -m 644 data/xfce4/*.xrdb $(DESTDIR)$(xfceconfdir)/xfce4
31 ahmad 571
32     cleandist:
33 wally 5083 rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.xz
34 ahmad 571
35     localcopy:
36     svn export -q -rBASE . $(PACKAGE)-$(VERSION)
37    
38 wally 5142 tar: cleandist localcopy
39 wally 4164 tar cvaf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION)
40 ahmad 571 rm -rf $(PACKAGE)-$(VERSION)
41    
42 wally 5089 tar-git:
43 wally 5088 @git archive --prefix=$(PACKAGE)-$(VERSION)/ HEAD | xz > $(PACKAGE)-$(VERSION).tar.xz;
44    
45 wally 5142 dist: tar
46 ahmad 571
47     .PHONY: ChangeLog log changelog
48    
49     log: ChangeLog
50    
51     changelog: ChangeLog
52    
53     ChangeLog: ../common/username.xml
54     svn2cl --accum --authors ../../soft/common/username.xml
55     rm -f *.bak
56     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