Skip to content

Commit caad952

Browse files
committed
icon: Update app icon
- GNOME 3.32 redesign of app icons. See https://gitlab.gnome.org/GNOME/Initiatives/issues/2 for more info. - Closes https://gitlab.gnome.org/GNOME/meld/issues/315
1 parent 9f6c9e0 commit caad952

14 files changed

Lines changed: 150 additions & 1864 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
recursive-include po *.po LINGUAS POTFILES.in
22

3-
recursive-include data/icons/hicolor *.png
43
recursive-include data/icons/hicolor/scalable *.svg
5-
recursive-include data/icons/HighContrast/scalable *.svg
4+
recursive-include data/icons/hicolor/symbolic *.svg
65

76
recursive-include help *.page *.xml *.po
87

data/icons/HighContrast/scalable/apps/org.gnome.meld.svg

Lines changed: 0 additions & 232 deletions
This file was deleted.

data/icons/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11

22
all:
3-
inkscape hicolor/scalable/apps/org.gnome.meld.svg -w 48 -h 48 -e hicolor/48x48/apps/org.gnome.meld.png
4-
convert -background transparent hicolor/48x48/apps/org.gnome.meld.png -define icon:auto-resize=16,22,32,48 org.gnome.meld.ico
3+
convert -background transparent hicolor/scalable/apps/org.gnome.meld.svg -define icon:auto-resize=16,22,32,48 org.gnome.meld.ico

data/icons/README

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,9 @@ the spec.
1414
Application icons
1515
=================
1616

17-
* The reference icon is the SVG at hicolor/scalable/apps/meld.svg. It is
18-
designed on a 48x48 canvas, but given the nature of the Meld icon's design,
19-
scales fairly well to higher resolutions.
20-
* The 48x48 icon is exported from the reference SVG.
21-
* The 32x32 icon is exported from an old SVG; the new one could be used but
22-
requires some simplification and border trimming.
23-
* The 16x16 and 22x22 icons are exported from old XCF files. They should be
24-
updated based on the reference SVG.
17+
* The reference icon is the SVG at hicolor/scalable/apps/org.gnome.meld.svg.
18+
It is designed on a 128x128 canvas and scales fairly well to higher
19+
resolutions.
2520

2621

2722
Action icons
-3.73 KB
Binary file not shown.
-799 Bytes
Binary file not shown.
-6.69 KB
Binary file not shown.
-1.33 KB
Binary file not shown.
-2.29 KB
Binary file not shown.

0 commit comments

Comments
 (0)