From ac3691f88d43c8df9c7649da57c2e4be145eb3a7 Mon Sep 17 00:00:00 2001 From: Maurizio Galli Date: Thu, 20 Aug 2020 00:02:53 +0800 Subject: Add new app icon and switch to rDNS --- icons/128x128/Makefile.am | 8 + icons/128x128/org.xfce.volman.png | Bin 0 -> 1465 bytes icons/16x16/Makefile.am | 8 + icons/16x16/org.xfce.volman.png | Bin 0 -> 458 bytes icons/48x48/org.xfce.volman.png | Bin 0 -> 930 bytes icons/scalable/org.xfce.volman.svg | 469 +++++++++++++++++++++++++++++++++++++ 6 files changed, 485 insertions(+) create mode 100644 icons/128x128/Makefile.am create mode 100644 icons/128x128/org.xfce.volman.png create mode 100644 icons/16x16/Makefile.am create mode 100644 icons/16x16/org.xfce.volman.png create mode 100644 icons/48x48/org.xfce.volman.png create mode 100644 icons/scalable/org.xfce.volman.svg diff --git a/icons/128x128/Makefile.am b/icons/128x128/Makefile.am new file mode 100644 index 0000000..9e53833 --- /dev/null +++ b/icons/128x128/Makefile.am @@ -0,0 +1,8 @@ +iconsdir = $(datadir)/icons/hicolor/128x128/apps +icons_DATA = \ + org.xfce.volman.png + +EXTRA_DIST = \ + $(icons_DATA) + +# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: diff --git a/icons/128x128/org.xfce.volman.png b/icons/128x128/org.xfce.volman.png new file mode 100644 index 0000000..c6f66d5 Binary files /dev/null and b/icons/128x128/org.xfce.volman.png differ diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am new file mode 100644 index 0000000..9ac1cab --- /dev/null +++ b/icons/16x16/Makefile.am @@ -0,0 +1,8 @@ +iconsdir = $(datadir)/icons/hicolor/16x16/apps +icons_DATA = \ + org.xfce.volman.png + +EXTRA_DIST = \ + $(icons_DATA) + +# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: diff --git a/icons/16x16/org.xfce.volman.png b/icons/16x16/org.xfce.volman.png new file mode 100644 index 0000000..125d1e6 Binary files /dev/null and b/icons/16x16/org.xfce.volman.png differ diff --git a/icons/48x48/org.xfce.volman.png b/icons/48x48/org.xfce.volman.png new file mode 100644 index 0000000..8d11d56 Binary files /dev/null and b/icons/48x48/org.xfce.volman.png differ diff --git a/icons/scalable/org.xfce.volman.svg b/icons/scalable/org.xfce.volman.svg new file mode 100644 index 0000000..cbcc00f --- /dev/null +++ b/icons/scalable/org.xfce.volman.svg @@ -0,0 +1,469 @@ + + + + + + Adwaita Icon Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + GNOME Design Team + + + + + Adwaita Icon Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1