summaryrefslogtreecommitdiffstats
path: root/pychathans
diff options
context:
space:
mode:
Diffstat (limited to 'pychathans')
-rw-r--r--pychathans/chathans.desktop2
-rw-r--r--pychathans/doc/README1
-rw-r--r--pychathans/icons/128x128.pngbin0 -> 7357 bytes
-rw-r--r--pychathans/icons/16x16.pngbin0 -> 3235 bytes
-rw-r--r--pychathans/icons/24x24.pngbin0 -> 3239 bytes
-rw-r--r--pychathans/icons/32x32.pngbin0 -> 3808 bytes
-rw-r--r--pychathans/icons/48x48.pngbin0 -> 3767 bytes
-rwxr-xr-xpychathans/install.sh3
8 files changed, 5 insertions, 1 deletions
diff --git a/pychathans/chathans.desktop b/pychathans/chathans.desktop
index 6344e5b..e15705c 100644
--- a/pychathans/chathans.desktop
+++ b/pychathans/chathans.desktop
@@ -8,5 +8,5 @@ Exec=chathans
Terminal=false
Type=Application
StartupNotify=true
-Icon=user_icon
+Icon=chathans
Categories=Applications;Utility;
diff --git a/pychathans/doc/README b/pychathans/doc/README
index 1ce5408..1cd29bb 100644
--- a/pychathans/doc/README
+++ b/pychathans/doc/README
@@ -7,6 +7,7 @@ are chosen as a tribute to two of the most famous characters
by renowned Malayalam author V.K.N
Chathans is developed by Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
+Icons are contributed by Prathyush <prax08@gmail.com>
Swathanthra Malayalam Computing <http://smc.org.in>
Patches and Bug Reports are always welcome.
diff --git a/pychathans/icons/128x128.png b/pychathans/icons/128x128.png
new file mode 100644
index 0000000..5520c35
--- /dev/null
+++ b/pychathans/icons/128x128.png
Binary files differ
diff --git a/pychathans/icons/16x16.png b/pychathans/icons/16x16.png
new file mode 100644
index 0000000..81c3350
--- /dev/null
+++ b/pychathans/icons/16x16.png
Binary files differ
diff --git a/pychathans/icons/24x24.png b/pychathans/icons/24x24.png
new file mode 100644
index 0000000..4effa9a
--- /dev/null
+++ b/pychathans/icons/24x24.png
Binary files differ
diff --git a/pychathans/icons/32x32.png b/pychathans/icons/32x32.png
new file mode 100644
index 0000000..b70f6e8
--- /dev/null
+++ b/pychathans/icons/32x32.png
Binary files differ
diff --git a/pychathans/icons/48x48.png b/pychathans/icons/48x48.png
new file mode 100644
index 0000000..d2bbcb5
--- /dev/null
+++ b/pychathans/icons/48x48.png
Binary files differ
diff --git a/pychathans/install.sh b/pychathans/install.sh
index ffb855f..2fbc6f0 100755
--- a/pychathans/install.sh
+++ b/pychathans/install.sh
@@ -25,5 +25,8 @@ for lc in po/chathans-*.po; do
mkdir -p /usr/share/locale/${_lang}/LC_MESSAGES/
install -m 0644 ${mo_file} /usr/share/locale/${_lang}/LC_MESSAGES/chathans.mo
done
+for sz in 16x16 24x24 32x32 128x128; do
+ install -m 0644 icons/$sz.png /usr/share/icons/hicolor/$sz/apps/chathans.png
+done
echo "Installation complete"
exit 0