~ubuntu-branches/ubuntu/natty/gnome-icon-theme/natty

« back to all changes in this revision

Viewing changes to 24x24/stock/media/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-06-10 11:50:31 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100610115031-d5kn01lfqthbzcim
Tags: 2.30.3-1ubuntu1
* Merge with Debian unstable, remaining Ubuntu changes:
* debian/control.in:
  - Add Vcs-Bzr link
* debian/rules:
  - Install distributor icons
  - Use the --enable-icon-mapping configure option
* debian/prerm:
* debian/postinst:
  - Update alternatives for Ubuntu icon
* debian/source:
  - Use source version 3.0
* debian/ubuntu-icons: 
  - Ubuntu logo and cd isos logos
* debian/watch: 
  - Watch unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
NULL=
2
 
 
3
 
iconsize=24x24
4
 
category=stock
5
 
subtype=media
6
 
icondir = $(datadir)/icons/gnome/$(iconsize)/$(category)/$(subtype)
7
 
 
8
 
icon_DATA =\
9
 
        stock_3dsound.png               \
10
 
        stock_effects-sound.png         \
11
 
        stock_headphones.png            \
12
 
        stock_insert-video-plugin.png   \
13
 
        stock_line_in.png               \
14
 
        stock_midi.png                  \
15
 
        stock_music-library.png         \
16
 
        stock_playlist.png              \
17
 
        stock_smart-playlist.png        \
18
 
        $(NULL)
19
 
 
20
 
EXTRA_DIST = $(icon_DATA)