From 5d3d555f851b5a5d91d085cc94e12b8b349bbac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Sun, 22 Aug 2021 23:14:03 +0000 Subject: [PATCH] Fix empty trash icon gnome-colors --- helpers/DATA/gnome-colors/user-trash.svg | 879 +++++++++++++++++++++++ helpers/make-gnome-colors | 7 +- 2 files changed, 884 insertions(+), 2 deletions(-) create mode 100644 helpers/DATA/gnome-colors/user-trash.svg diff --git a/helpers/DATA/gnome-colors/user-trash.svg b/helpers/DATA/gnome-colors/user-trash.svg new file mode 100644 index 0000000..d084758 --- /dev/null +++ b/helpers/DATA/gnome-colors/user-trash.svg @@ -0,0 +1,879 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpers/make-gnome-colors b/helpers/make-gnome-colors index f2ab7a8..6f655ac 100644 --- a/helpers/make-gnome-colors +++ b/helpers/make-gnome-colors @@ -19,7 +19,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=4 +VERSION=5 . ./config @@ -32,7 +32,10 @@ rm gnome-colors-common/24x24/apps/skype.png rm gnome-colors-common/32x32/apps/skype.png rm gnome-colors-common/scalable/apps/skype.svg -changelog "Removed Skype logo" +#Fix badly formated empty trash icon - https://github.com/gnome-colors/gnome-colors/pull/155 +cp $DATA/user-trash.svg gnome-colors-common/scalable/places + +changelog "Removed Skype logo and fixed empty trash icon." compile