repo.or.cz
/
gmpc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Moving icons
[gmpc.git]
/
pixmaps
/
icons
/
22x22
/
status
/
Makefile.am
blob
95180ecdc421048e78551af12f1f83aeee856061
1
themedir = $(pkgdatadir)/icons/hicolor
2
size = 22x22
3
context = actions
4
5
iconsdir = $(themedir)/$(size)/$(context)
6
7
icons_DATA = \
8
audio-volume-high.png\
9
audio-volume-low.png\
10
audio-volume-medium.png\
11
audio-volume-muted.png\
12
gmpc-tray-disconnected.png\
13
gmpc-tray-pause.png\
14
gmpc-tray-play.png\
15
gmpc-tray.png
16
17
noinst_DATA =
18
19
EXTRA_DIST = \
20
$(icons_DATA) \
21
$(noinst_DATA)