summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2020-08-19 22:44:40 -0300
committerAndre Miranda <andreldm@xfce.org>2020-08-19 22:44:40 -0300
commit5698961bd2c89e34c595e006f78816336578ea28 (patch)
treecdf80decf19147f475984d7d5dbee45b820330cf /data
parent005103c5cbe2539a94a55e91435780df293fd9d3 (diff)
downloadxfce4-appfinder-5698961bd2c89e34c595e006f78816336578ea28.tar.gz
Add 24 and 32px icons
Diffstat (limited to 'data')
-rw-r--r--data/icons/24x24/Makefile.am7
-rw-r--r--data/icons/24x24/org.xfce.appfinder.pngbin0 -> 1640 bytes
-rw-r--r--data/icons/32x32/Makefile.am7
-rw-r--r--data/icons/32x32/org.xfce.appfinder.pngbin0 -> 2276 bytes
-rw-r--r--data/icons/Makefile.am2
5 files changed, 16 insertions, 0 deletions
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
new file mode 100644
index 0000000..e344f19
--- /dev/null
+++ b/data/icons/24x24/Makefile.am
@@ -0,0 +1,7 @@
+EXTRA_DIST = \
+ $(Data_DATA)
+
+Datadir = $(datadir)/icons/hicolor/24x24/apps
+
+Data_DATA = \
+ org.xfce.appfinder.png
diff --git a/data/icons/24x24/org.xfce.appfinder.png b/data/icons/24x24/org.xfce.appfinder.png
new file mode 100644
index 0000000..61f8eb2
--- /dev/null
+++ b/data/icons/24x24/org.xfce.appfinder.png
Binary files differ
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
new file mode 100644
index 0000000..173f993
--- /dev/null
+++ b/data/icons/32x32/Makefile.am
@@ -0,0 +1,7 @@
+EXTRA_DIST = \
+ $(Data_DATA)
+
+Datadir = $(datadir)/icons/hicolor/32x32/apps
+
+Data_DATA = \
+ org.xfce.appfinder.png
diff --git a/data/icons/32x32/org.xfce.appfinder.png b/data/icons/32x32/org.xfce.appfinder.png
new file mode 100644
index 0000000..b584618
--- /dev/null
+++ b/data/icons/32x32/org.xfce.appfinder.png
Binary files differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 5a6c77f..a51ffa6 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,6 +1,8 @@
SUBDIRS = \
scalable \
16x16 \
+ 24x24 \
+ 32x32 \
48x48 \
128x128