blob: 5d53c518e99dda3fe95b445feb83b7efef768d18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
themedir = $(datadir)/themes/Menta/gnome-shell
theme_DATA = \
calendar-arrow-left.svg \
calendar-arrow-right.svg \
checkbox-focused.svg \
checkbox-off-focused.svg \
checkbox-off.svg \
checkbox.svg \
close.svg \
close-window.svg \
corner-ripple-ltr.png \
corner-ripple-rtl.png \
dash-placeholder.svg \
filter-selected-ltr.svg \
filter-selected-rtl.svg \
gnome-shell.css \
logged-in-indicator.svg \
message-tray-background.png \
more-results.svg \
noise-texture.png \
panel-button-border.svg \
panel-button-highlight-narrow.svg \
panel-button-highlight-wide.svg \
process-working.svg \
running-indicator.svg \
summary-counter.svg \
switch-off.png \
switch-on.png \
ws-switch-arrow-down.svg \
ws-switch-arrow-up.svg
EXTRA_DIST = $(theme_DATA)
|