~attente/gnome-themes-extra/1285783

« back to all changes in this revision

Viewing changes to debian/LowContrast/icons/48x48/apps/Makefile.am

  • Committer: Jeremy Bicha
  • Date: 2012-10-02 04:57:55 UTC
  • Revision ID: jbicha@ubuntu.com-20121002045755-wubael9krmrgu8bl
* New upstream release.
* debian/HighContrastInverse/ debian/LowContrast:
  - Copy the dropped a11y themes
* debian/source/include-binaries:
  - List all the binary image files we're adding
* debian/rules:
  - Install themes into build directory
  - Move utils rule above autoreconf so that the above works
* debian/patches/revert-drop-a11y-themes:
  - Add the a11y themes back to the build scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
themedir = $(datadir)/icons/LowContrast
 
2
size = 48x48
 
3
context = apps
 
4
 
 
5
icondir = $(themedir)/$(size)/$(context)
 
6
 
 
7
icon_DATA = \
 
8
        bluetooth.png \
 
9
        gnome-power-manager.png \
 
10
        multimedia-volume-control.png \
 
11
        preferences-desktop-accessibility.png \
 
12
        preferences-desktop-display.png \
 
13
        preferences-desktop-keyboard.png \
 
14
        preferences-desktop-locale.png \
 
15
        preferences-desktop-wallpaper.png \
 
16
        preferences-system-network.png \
 
17
        preferences-system-time.png \
 
18
        system-users.png
 
19
 
 
20
EXTRA_DIST = \
 
21
        $(icon_DATA)
 
22
 
 
23
MAINTAINERCLEANFILES = \
 
24
        Makefile.in
 
25
 
 
26
uninstall-am: uninstall-iconDATA