Diff of /trunk/data/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 229 by harbaum, Fri Dec 4 19:58:26 2009 UTC revision 296 by harbaum, Fri Aug 20 18:30:30 2010 UTC
# Line 4  prefix = @prefix@ Line 4  prefix = @prefix@
4  datarootdir = @datarootdir@  datarootdir = @datarootdir@
5  datadir = @datarootdir@  datadir = @datarootdir@
6    
7  LANGS = en_GB de_DE fi_FI  LANGS = en_GB de_DE fi_FI ru_RU
8  LANGS_HELP = en_GB de_DE fi_FI  LANGS_HELP = en_GB de_DE fi_FI
9    
10  ICON_SIZES = 12x12 16x16 32x32 48x48 64x64 45x12 90x24  ICON_SIZES = 12x12 16x16 24x24 32x32 48x48 64x64 45x12 90x24
11    
12  all:  all:
13    
# Line 22  install-maemo: Line 22  install-maemo:
22          install $(APP).desktop $(DESTDIR)$(prefix)/share/applications/hildon          install $(APP).desktop $(DESTDIR)$(prefix)/share/applications/hildon
23          for s in 40 26; do \          for s in 40 26; do \
24            install -d $(DESTDIR)$(prefix)/share/icons/hicolor/$${s}x$${s}/hildon ;\            install -d $(DESTDIR)$(prefix)/share/icons/hicolor/$${s}x$${s}/hildon ;\
25            install -m 644 $(APP).$$s.png $(DESTDIR)$(prefix)/share/icons/hicolor/$${s}x$${s}/hildon/$(APP).png ;\            install -m 644 icons/$${s}x$${s}/$(APP).png $(DESTDIR)$(prefix)/share/icons/hicolor/$${s}x$${s}/hildon/$(APP).png ;\
26          done          done
27          install -d $(DESTDIR)$(prefix)/share/icons/hicolor/scalable/hildon          install -d $(DESTDIR)$(prefix)/share/icons/hicolor/scalable/hildon
28          install -m 644 $(APP).64.png $(DESTDIR)$(prefix)/share/icons/hicolor/scalable/hildon/$(APP).png          install -m 644 icons/64x64/$(APP).png $(DESTDIR)$(prefix)/share/icons/hicolor/scalable/hildon/$(APP).png
29          if [ $(MAEMO_VERSION_MAJOR) -lt 5 ]; then \          if [ $(MAEMO_VERSION_MAJOR) -lt 5 ]; then \
30                  echo "Installing hildon help files for maemo <= 4"; \                  echo "Installing hildon help files for maemo <= 4"; \
31                  for LANG in $(LANGS_HELP); do \                  for LANG in $(LANGS_HELP); do \
# Line 40  install-maemo: Line 40  install-maemo:
40    
41  install: @INSTALL_PLATTFORM@  install: @INSTALL_PLATTFORM@
42          install -d $(DESTDIR)$(datadir)/$(APP)          install -d $(DESTDIR)$(datadir)/$(APP)
43          install -m 644 COPYING welcome.gpx icons/*.png $(DESTDIR)$(datadir)/$(APP);          install -m 644 COPYING welcome.gpx $(DESTDIR)$(datadir)/$(APP);
44          for SIZE in $(ICON_SIZES); do \          for SIZE in $(ICON_SIZES); do \
45                  install -d $(DESTDIR)$(datadir)/$(APP)/$${SIZE} ;\                  install -d $(DESTDIR)$(datadir)/$(APP)/$${SIZE} ;\
46                  install -m 644 icons/$${SIZE}/*.png $(DESTDIR)$(datadir)/$(APP)/$${SIZE};\                  install -m 644 icons/$${SIZE}/*.png $(DESTDIR)$(datadir)/$(APP)/$${SIZE};\

Legend:
Removed from v.229  
changed lines
  Added in v.296