~ubuntu-branches/ubuntu/precise/pingus/precise

« back to all changes in this revision

Viewing changes to data/data/editor.res

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2008-02-28 19:44:25 UTC
  • mfrom: (4.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080228194425-e8ilohlijv02kgcf
Tags: 0.7.2-2
* Fix FTBFS with gcc-4.3 by adding the missing include in
  src/input/evdev_device.cpp (Closes: #462238):
   + debian/patches/20_fix_FTBFS_with_gcc-4.3.
* Rename former patch so that the filename reflects the order in which
  the patches are applied:
   - debian/patches/data_dir.patch
   + debian/patches/10_fix_data_directory.
* Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed.
* Add a dh_desktop call in the arch-dep part of debian/rules.
* Adjust the “missing-dep-for-interpreter guile” override since lintian
  now lists an alternative for that dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;; editor.xml
 
2
(pingus-resources
 
3
  (section (name "editor")
 
4
    (section (name "Objects")
 
5
      (sprite
 
6
        (name "start_pos")
 
7
        (image-file "../images/core/editor/start_pos.png"))
 
8
 
 
9
      (sprite
 
10
        (name "weather_rain")
 
11
        (image-file "../images/core/editor/weather_rain.png"))
 
12
 
 
13
      (sprite
 
14
        (name "weather_snow")
 
15
        (image-file "../images/core/editor/weather_snow.png"))
 
16
 
 
17
      (sprite
 
18
        (name "solidcolorbackground_thumb")
 
19
        (image-file "../images/core/editor/solidcolorbackground_thumb.png"))
 
20
 
 
21
      (sprite
 
22
        (name "starfield_thumb")
 
23
        (image-file "../images/core/editor/starfield_thumb.png"))
 
24
 
 
25
    (section (name "Icons")
 
26
      (sprite
 
27
        (name "copy")
 
28
        (image-file "../images/core/editor/tb_copy.png"))
 
29
 
 
30
      (sprite
 
31
        (name "new")
 
32
        (image-file "../images/core/editor/tb_new.png"))
 
33
 
 
34
      (sprite
 
35
        (name "open")
 
36
        (image-file "../images/core/editor/tb_open.png"))
 
37
 
 
38
      (sprite
 
39
        (name "save")
 
40
        (image-file "../images/core/editor/tb_save.png"))
 
41
 
 
42
      (sprite
 
43
        (name "exit")
 
44
        (image-file "../images/core/editor/tb_exit.png"))
 
45
 
 
46
      (sprite
 
47
        (name "clock_run")
 
48
        (image-file "../images/core/editor/tb_clock_run.png"))
 
49
 
 
50
      (sprite
 
51
        (name "edit")
 
52
        (image-file "../images/core/editor/tb_edit.png"))
 
53
 
 
54
      (sprite
 
55
        (name "preferences")
 
56
        (image-file "../images/core/editor/tb_preferences.png"))
 
57
 
 
58
      (sprite
 
59
        (name "help")
 
60
        (image-file "../images/core/editor/tb_help.png"))
 
61
 
 
62
      (sprite
 
63
        (name "delete")
 
64
        (image-file "../images/core/editor/tb_trash.png"))
 
65
 
 
66
      (sprite
 
67
        (name "index")
 
68
        (image-file "../images/core/editor/tb_index.png"))
 
69
 
 
70
      (sprite
 
71
        (name "actions")
 
72
        (image-file "../images/core/editor/actions.png"))
 
73
 
 
74
      (sprite
 
75
        (name "region-zoom")
 
76
        (image-file "../images/core/editor/region-zoom.png"))
 
77
 
 
78
      (sprite
 
79
        (name "zoom-in")
 
80
        (image-file "../images/core/editor/zoom-in.png"))
 
81
 
 
82
      (sprite
 
83
        (name "zoom-out")
 
84
        (image-file "../images/core/editor/zoom-out.png"))
 
85
     )
 
86
   )
 
87
 )
 
88
 
 
89
;; EOF ;;