From 6036820119035cd589e2114c217fedc354bfbbd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 27 Apr 2019 08:18:05 +0200 Subject: New upstream version 3.32.2 --- data/icons/16x16/object-crop.png | Bin 789 -> 0 bytes data/icons/22x22/object-crop.png | Bin 1132 -> 0 bytes data/icons/24x24/object-crop.png | Bin 1171 -> 0 bytes data/icons/32x32/object-crop.png | Bin 1909 -> 0 bytes data/icons/48x48/object-crop.png | Bin 3271 -> 0 bytes .../hicolor/scalable/org.gnome.SimpleScan.svg | 1 + .../symbolic/org.gnome.SimpleScan-symbolic.svg | 1 + data/icons/scalable/object-crop.svg | 826 --------------------- data/meson.build | 13 +- data/simple-scan.desktop.in | 2 +- 10 files changed, 8 insertions(+), 835 deletions(-) delete mode 100644 data/icons/16x16/object-crop.png delete mode 100644 data/icons/22x22/object-crop.png delete mode 100644 data/icons/24x24/object-crop.png delete mode 100644 data/icons/32x32/object-crop.png delete mode 100644 data/icons/48x48/object-crop.png create mode 100644 data/icons/hicolor/scalable/org.gnome.SimpleScan.svg create mode 100644 data/icons/hicolor/symbolic/org.gnome.SimpleScan-symbolic.svg delete mode 100644 data/icons/scalable/object-crop.svg (limited to 'data') diff --git a/data/icons/16x16/object-crop.png b/data/icons/16x16/object-crop.png deleted file mode 100644 index 48bcd12..0000000 Binary files a/data/icons/16x16/object-crop.png and /dev/null differ diff --git a/data/icons/22x22/object-crop.png b/data/icons/22x22/object-crop.png deleted file mode 100644 index 4dedd93..0000000 Binary files a/data/icons/22x22/object-crop.png and /dev/null differ diff --git a/data/icons/24x24/object-crop.png b/data/icons/24x24/object-crop.png deleted file mode 100644 index 0e46708..0000000 Binary files a/data/icons/24x24/object-crop.png and /dev/null differ diff --git a/data/icons/32x32/object-crop.png b/data/icons/32x32/object-crop.png deleted file mode 100644 index b169fb7..0000000 Binary files a/data/icons/32x32/object-crop.png and /dev/null differ diff --git a/data/icons/48x48/object-crop.png b/data/icons/48x48/object-crop.png deleted file mode 100644 index e410183..0000000 Binary files a/data/icons/48x48/object-crop.png and /dev/null differ diff --git a/data/icons/hicolor/scalable/org.gnome.SimpleScan.svg b/data/icons/hicolor/scalable/org.gnome.SimpleScan.svg new file mode 100644 index 0000000..9616b55 --- /dev/null +++ b/data/icons/hicolor/scalable/org.gnome.SimpleScan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/icons/hicolor/symbolic/org.gnome.SimpleScan-symbolic.svg b/data/icons/hicolor/symbolic/org.gnome.SimpleScan-symbolic.svg new file mode 100644 index 0000000..e18b812 --- /dev/null +++ b/data/icons/hicolor/symbolic/org.gnome.SimpleScan-symbolic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/icons/scalable/object-crop.svg b/data/icons/scalable/object-crop.svg deleted file mode 100644 index 42c4605..0000000 --- a/data/icons/scalable/object-crop.svg +++ /dev/null @@ -1,826 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - Crop Tool - 2005-10-12 - - - Andreas Nilsson - - - - - crop - cut - divide - split - - - - - - Jakub Steiner - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/meson.build b/data/meson.build index 9bba15f..aa1d0ec 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,11 +1,8 @@ -foreach size: [ '16x16', '22x22', '24x24', '32x32', '48x48', 'scalable' ] - suffix = 'png' - if size == 'scalable' - suffix = 'svg' - endif - install_data (join_paths ('icons', size , 'object-crop.' + suffix), - install_dir: join_paths (icondir, 'hicolor', size, 'actions')) -endforeach +install_data (join_paths ('icons', 'hicolor', 'scalable', '@0@.svg'.format(app_id)), + install_dir: join_paths (datadir, 'icons', 'hicolor', 'scalable', 'apps')) + +install_data (join_paths ('icons', 'hicolor', 'symbolic', '@0@-symbolic.svg'.format(app_id)), + install_dir: join_paths (datadir, 'icons', 'hicolor', 'symbolic', 'apps')) install_data ('org.gnome.SimpleScan.gschema.xml', install_dir: join_paths (datadir, 'glib-2.0', 'schemas')) diff --git a/data/simple-scan.desktop.in b/data/simple-scan.desktop.in index 98deb0d..2e602af 100644 --- a/data/simple-scan.desktop.in +++ b/data/simple-scan.desktop.in @@ -6,7 +6,7 @@ Comment=Scan Documents Keywords=scan;scanner;flatbed;adf; Exec=simple-scan # Translators: Do NOT translate or transliterate this text (this is an icon file name)! -Icon=scanner +Icon=org.gnome.SimpleScan Terminal=false Type=Application StartupNotify=true -- cgit v1.2.3