diff options
author | rbuj <[email protected]> | 2020-03-25 19:37:01 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-26 14:54:47 +0100 |
commit | cffde850e424717331598f34037fd39fb2fbdf20 (patch) | |
tree | b2ceb9edfc2e577b2e5487d90a9216353f3ed164 /geyes/Makefile.am | |
parent | ba283384decb44fb9f5fc982d3747d9ef9127849 (diff) | |
download | mate-applets-cffde850e424717331598f34037fd39fb2fbdf20.tar.bz2 mate-applets-cffde850e424717331598f34037fd39fb2fbdf20.tar.xz |
eyes: generate missing 256x256 and 64x64 icons from svg file
rsvg-convert -w 64 -h 64 mate-eyes-applet.svg -o mate-eyes-applet.64.png
rsvg-convert -w 256 -h 256 mate-eyes-applet.svg -o mate-eyes-applet.256.png
Diffstat (limited to 'geyes/Makefile.am')
-rw-r--r-- | geyes/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/geyes/Makefile.am b/geyes/Makefile.am index 38921e31..c3e0550a 100644 --- a/geyes/Makefile.am +++ b/geyes/Makefile.am @@ -53,10 +53,12 @@ gsettings_SCHEMAS = $(geyes_gschema_in_files:.xml.in=.xml) themesdir = $(pkgdatadir)/geyes icons = \ - mate-eyes-applet.svg \ - mate-eyes-applet.32.png \ - mate-eyes-applet.24.png \ - mate-eyes-applet.22.png \ + mate-eyes-applet.svg \ + mate-eyes-applet.256.png \ + mate-eyes-applet.64.png \ + mate-eyes-applet.32.png \ + mate-eyes-applet.24.png \ + mate-eyes-applet.22.png \ mate-eyes-applet.16.png CLEANFILES = $(applet_DATA) $(applet_in_files) $(service_DATA) $(gsettings_SCHEMAS) *.gschema.valid |