summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2021-02-14 22:27:01 -0500
committerLogan Rathbone <poprocks@gmail.com>2021-02-14 22:27:01 -0500
commit2aac67b9c184ad533510d61569a5763e87ecf7f3 (patch)
tree9be8a26d0a33c78fd549890fd7655923028178d6 /icons
parent71744aa4b388754b20bbcdbf7dabf482202fee79 (diff)
downloadzenity-2aac67b9c184ad533510d61569a5763e87ecf7f3.tar.gz
Mass cleanup and finish meson migration.
Autotools purged.
Diffstat (limited to 'icons')
-rw-r--r--icons/hicolor/48x48/apps/zenity.pngbin0 -> 2342 bytes
-rw-r--r--icons/meson.build4
2 files changed, 4 insertions, 0 deletions
diff --git a/icons/hicolor/48x48/apps/zenity.png b/icons/hicolor/48x48/apps/zenity.png
new file mode 100644
index 0000000..3c9c59a
--- /dev/null
+++ b/icons/hicolor/48x48/apps/zenity.png
Binary files differ
diff --git a/icons/meson.build b/icons/meson.build
new file mode 100644
index 0000000..11fe0f6
--- /dev/null
+++ b/icons/meson.build
@@ -0,0 +1,4 @@
+install_subdir(
+ 'hicolor',
+ install_dir: zenity_iconsdir
+)