Skip to content

Commit a173bbf

Browse files
committed
Use a better (scalable) icon for emerald-theme-manager
And remove unused icons. Also translate desktop entry to Russian, because I can.
1 parent 97a93e9 commit a173bbf

18 files changed

+16
-470
lines changed

Makefile.am

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ SUBDIRS = \
99
include \
1010
engines \
1111
themer \
12-
pixmaps \
12+
icons \
1313
misc \
1414
defaults \
1515
doc \
16-
po \
17-
icons
16+
po
1817

1918
EXTRA_DIST = \
2019
VERSION

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,11 @@ src/Makefile
101101
include/Makefile
102102
engines/Makefile
103103
themer/Makefile
104-
pixmaps/Makefile
104+
icons/Makefile
105105
libengine/Makefile
106106
misc/Makefile
107107
doc/Makefile
108108
po/Makefile.in
109109
defaults/Makefile
110110
defaults/theme/Makefile
111-
icons/Makefile
112111
])

icons/Makefile.am

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@ public_icons_themes = \
55
$(NULL)
66

77
public_icons = \
8-
hicolor_apps_16x16_compiz-mate-emerald.png \
9-
hicolor_apps_22x22_compiz-mate-emerald.png \
10-
hicolor_apps_24x24_compiz-mate-emerald.png \
11-
hicolor_apps_32x32_compiz-mate-emerald.png \
12-
hicolor_apps_48x48_compiz-mate-emerald.png \
13-
hicolor_apps_scalable_compiz-mate-emerald.svg \
14-
hicolor_apps_16x16_emerald-decorator.png \
15-
hicolor_apps_22x22_emerald-decorator.png \
16-
hicolor_apps_24x24_emerald-decorator.png \
17-
hicolor_apps_32x32_emerald-decorator.png \
18-
hicolor_apps_scalable_emerald-decorator.svg
8+
hicolor_apps_16x16_emerald-theme-manager.png \
9+
hicolor_apps_22x22_emerald-theme-manager.png \
10+
hicolor_apps_24x24_emerald-theme-manager.png \
11+
hicolor_apps_32x32_emerald-theme-manager.png \
12+
hicolor_apps_48x48_emerald-theme-manager.png \
13+
hicolor_apps_scalable_emerald-theme-manager.svg
1914

2015
noinst_DATA = \
2116
$(NULL)
-954 Bytes
Binary file not shown.
File renamed without changes.
-1.35 KB
Binary file not shown.
File renamed without changes.
-1.48 KB
Binary file not shown.
File renamed without changes.
-2.21 KB
Binary file not shown.

0 commit comments

Comments
 (0)