From 4aa3a0f62f71ea14a6e0f227fbcc9b9fab1127c8 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 31 Mar 2020 14:56:51 +0200 Subject: Move icons around to simplify installation --- data/hicolor/128x128/apps/ppm.png | Bin 0 -> 4655 bytes data/hicolor/32x32/apps/ppm.png | Bin 0 -> 1043 bytes data/hicolor/48x48/apps/ppm.png | Bin 0 -> 1648 bytes data/hicolor/64x64/apps/ppm.png | Bin 0 -> 2269 bytes data/hicolor/scalable/apps/ppm.svg | 447 +++++++++++++++++++++++++++++++++++++ data/icons/128x128/ppm.png | Bin 4655 -> 0 bytes data/icons/32x32/ppm.png | Bin 1043 -> 0 bytes data/icons/48x48/ppm.png | Bin 1648 -> 0 bytes data/icons/64x64/ppm.png | Bin 2269 -> 0 bytes data/icons/scalable/ppm.svg | 447 ------------------------------------- data/meson.build | 6 +- 11 files changed, 449 insertions(+), 451 deletions(-) create mode 100644 data/hicolor/128x128/apps/ppm.png create mode 100644 data/hicolor/32x32/apps/ppm.png create mode 100644 data/hicolor/48x48/apps/ppm.png create mode 100644 data/hicolor/64x64/apps/ppm.png create mode 100644 data/hicolor/scalable/apps/ppm.svg delete mode 100644 data/icons/128x128/ppm.png delete mode 100644 data/icons/32x32/ppm.png delete mode 100644 data/icons/48x48/ppm.png delete mode 100644 data/icons/64x64/ppm.png delete mode 100644 data/icons/scalable/ppm.svg (limited to 'data') diff --git a/data/hicolor/128x128/apps/ppm.png b/data/hicolor/128x128/apps/ppm.png new file mode 100644 index 0000000..f5ba651 Binary files /dev/null and b/data/hicolor/128x128/apps/ppm.png differ diff --git a/data/hicolor/32x32/apps/ppm.png b/data/hicolor/32x32/apps/ppm.png new file mode 100644 index 0000000..eeba927 Binary files /dev/null and b/data/hicolor/32x32/apps/ppm.png differ diff --git a/data/hicolor/48x48/apps/ppm.png b/data/hicolor/48x48/apps/ppm.png new file mode 100644 index 0000000..621e8a3 Binary files /dev/null and b/data/hicolor/48x48/apps/ppm.png differ diff --git a/data/hicolor/64x64/apps/ppm.png b/data/hicolor/64x64/apps/ppm.png new file mode 100644 index 0000000..f4d61a6 Binary files /dev/null and b/data/hicolor/64x64/apps/ppm.png differ diff --git a/data/hicolor/scalable/apps/ppm.svg b/data/hicolor/scalable/apps/ppm.svg new file mode 100644 index 0000000..455788a --- /dev/null +++ b/data/hicolor/scalable/apps/ppm.svg @@ -0,0 +1,447 @@ + + + + + ppm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + ppm + + + Dana Gruschwitz und Guido Günther + + + + + + sim card + + + 2011-07-02 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/128x128/ppm.png b/data/icons/128x128/ppm.png deleted file mode 100644 index f5ba651..0000000 Binary files a/data/icons/128x128/ppm.png and /dev/null differ diff --git a/data/icons/32x32/ppm.png b/data/icons/32x32/ppm.png deleted file mode 100644 index eeba927..0000000 Binary files a/data/icons/32x32/ppm.png and /dev/null differ diff --git a/data/icons/48x48/ppm.png b/data/icons/48x48/ppm.png deleted file mode 100644 index 621e8a3..0000000 Binary files a/data/icons/48x48/ppm.png and /dev/null differ diff --git a/data/icons/64x64/ppm.png b/data/icons/64x64/ppm.png deleted file mode 100644 index f4d61a6..0000000 Binary files a/data/icons/64x64/ppm.png and /dev/null differ diff --git a/data/icons/scalable/ppm.svg b/data/icons/scalable/ppm.svg deleted file mode 100644 index 455788a..0000000 --- a/data/icons/scalable/ppm.svg +++ /dev/null @@ -1,447 +0,0 @@ - - - - - ppm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - ppm - - - Dana Gruschwitz und Guido Günther - - - - - - sim card - - - 2011-07-02 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/meson.build b/data/meson.build index b7cb0ac..9af0850 100644 --- a/data/meson.build +++ b/data/meson.build @@ -33,7 +33,5 @@ if appstream_util.found() ) endif -iconsdir = join_paths(get_option('datadir'), 'icons', 'hicolor') -foreach size: ['scalable', '128x128', '64x64', '48x48', '32x32'] - install_subdir('icons/' + size, install_dir: iconsdir) -endforeach +iconsdir = join_paths(get_option('datadir'), 'icons') +install_subdir('hicolor/', install_dir: iconsdir) -- cgit v1.2.3