[moserial] add 64x64 and 128x128 app icons



commit 29d723d235b6b9f2d622e5e9fafce3a14179baff
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Tue Jul 27 14:54:58 2021 -0400

    add 64x64 and 128x128 app icons

 configure.ac                         |   4 ++++
 data/icons/128x128/Makefile.am       |   1 +
 data/icons/128x128/apps/Makefile.am  |   9 +++++++++
 data/icons/128x128/apps/moserial.png | Bin 0 -> 24408 bytes
 data/icons/64x64/Makefile.am         |   1 +
 data/icons/64x64/apps/Makefile.am    |   9 +++++++++
 data/icons/64x64/apps/moserial.png   | Bin 0 -> 15588 bytes
 data/icons/Makefile.am               |   2 +-
 8 files changed, 25 insertions(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index d70bd3c..fa5861b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,6 +49,10 @@ AC_CONFIG_FILES([
        data/icons/Makefile
        data/icons/48x48/Makefile
        data/icons/48x48/apps/Makefile
+       data/icons/64x64/Makefile
+       data/icons/64x64/apps/Makefile
+       data/icons/128x128/Makefile
+       data/icons/128x128/apps/Makefile
        doc/Makefile])
 
 AC_OUTPUT
diff --git a/data/icons/128x128/Makefile.am b/data/icons/128x128/Makefile.am
new file mode 100644
index 0000000..ebbd145
--- /dev/null
+++ b/data/icons/128x128/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = apps
diff --git a/data/icons/128x128/apps/Makefile.am b/data/icons/128x128/apps/Makefile.am
new file mode 100644
index 0000000..8ca365c
--- /dev/null
+++ b/data/icons/128x128/apps/Makefile.am
@@ -0,0 +1,9 @@
+themedir = $(datadir)/icons/hicolor
+size = 128x128
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = moserial.png
+
+EXTRA_DIST = $(icons_DATA)
diff --git a/data/icons/128x128/apps/moserial.png b/data/icons/128x128/apps/moserial.png
new file mode 100644
index 0000000..de628d0
Binary files /dev/null and b/data/icons/128x128/apps/moserial.png differ
diff --git a/data/icons/64x64/Makefile.am b/data/icons/64x64/Makefile.am
new file mode 100644
index 0000000..ebbd145
--- /dev/null
+++ b/data/icons/64x64/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = apps
diff --git a/data/icons/64x64/apps/Makefile.am b/data/icons/64x64/apps/Makefile.am
new file mode 100644
index 0000000..2097138
--- /dev/null
+++ b/data/icons/64x64/apps/Makefile.am
@@ -0,0 +1,9 @@
+themedir = $(datadir)/icons/hicolor
+size = 64x64
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = moserial.png
+
+EXTRA_DIST = $(icons_DATA)
diff --git a/data/icons/64x64/apps/moserial.png b/data/icons/64x64/apps/moserial.png
new file mode 100644
index 0000000..376eb26
Binary files /dev/null and b/data/icons/64x64/apps/moserial.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index e1b41b4..e9175f2 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = 48x48
+SUBDIRS = 48x48 64x64 128x128
 
 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]