~noskcaj/ubuntu/vivid/gthumb/flickr-https

« back to all changes in this revision

Viewing changes to data/icons/hicolor/16x16/actions/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-04-08 06:31:09 UTC
  • mfrom: (1.3.20)
  • Revision ID: package-import@ubuntu.com-20140408063109-tk845map8ji6uxvd
Tags: 3:3.3.1.is.3.2.7-0ubuntu1
* Revert to newest upstream stable release. LP: #1290691
  - Refresh patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
iconsdir = $(themedir)/$(size)/$(context)
6
6
 
7
7
icons_DATA =                            \
 
8
        browser-mode.png                \
 
9
        file-catalog.png                \
 
10
        file-library.png                \
 
11
        file-search.png                 \
 
12
        histogram.png                   \
 
13
        histogram-linear.png            \
 
14
        histogram-logarithmic.png       \
 
15
        image-navigator.png             \
 
16
        application-extension.png       \
 
17
        map.png                         \
 
18
        selection.png                   \
 
19
        selection1.png                  \
 
20
        selection2.png                  \
 
21
        selection3.png                  \
8
22
        site-facebook.png               \
9
23
        site-flickr.png                 \
10
24
        site-photobucket.png            \
11
25
        site-picasaweb.png              \
12
 
        site-twentythree.png
 
26
        site-twentythree.png            \
 
27
        tag.png                         \
 
28
        tool-adjust-colors.png          \
 
29
        tool-adjust-contrast.png        \
 
30
        tool-crop.png                   \
 
31
        tool-flip.png                   \
 
32
        tool-grayscale.png              \
 
33
        tool-invert.png                 \
 
34
        tool-mirror.png                 \
 
35
        tool-red-eye.png                \
 
36
        tool-resize.png                 \
 
37
        tool-rotate.png                 \
 
38
        tool-rotate-270.png             \
 
39
        tool-rotate-90.png              \
 
40
        tool-sharpen.png                \
 
41
        zoom-fit-height.png             \
 
42
        zoom-fit-width.png
13
43
 
14
44
EXTRA_DIST = $(icons_DATA)      
15
45