From 5bbc055ebfdfefa4cce954ec601aac7f923b7ab1 Mon Sep 17 00:00:00 2001 From: Rajeesh K Nambiar Date: Fri, 24 Jul 2009 16:21:14 +0530 Subject: Chathans : Add new icons and modify desktop file --- pychathans/chathans.desktop | 2 +- pychathans/icons/128x128.png | Bin 0 -> 7357 bytes pychathans/icons/16x16.png | Bin 0 -> 3235 bytes pychathans/icons/24x24.png | Bin 0 -> 3239 bytes pychathans/icons/32x32.png | Bin 0 -> 3808 bytes pychathans/icons/48x48.png | Bin 0 -> 3767 bytes 6 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 pychathans/icons/128x128.png create mode 100644 pychathans/icons/16x16.png create mode 100644 pychathans/icons/24x24.png create mode 100644 pychathans/icons/32x32.png create mode 100644 pychathans/icons/48x48.png (limited to 'pychathans') 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/icons/128x128.png b/pychathans/icons/128x128.png new file mode 100644 index 0000000..5520c35 Binary files /dev/null and b/pychathans/icons/128x128.png differ diff --git a/pychathans/icons/16x16.png b/pychathans/icons/16x16.png new file mode 100644 index 0000000..81c3350 Binary files /dev/null and b/pychathans/icons/16x16.png differ diff --git a/pychathans/icons/24x24.png b/pychathans/icons/24x24.png new file mode 100644 index 0000000..4effa9a Binary files /dev/null and b/pychathans/icons/24x24.png differ diff --git a/pychathans/icons/32x32.png b/pychathans/icons/32x32.png new file mode 100644 index 0000000..b70f6e8 Binary files /dev/null and b/pychathans/icons/32x32.png differ diff --git a/pychathans/icons/48x48.png b/pychathans/icons/48x48.png new file mode 100644 index 0000000..d2bbcb5 Binary files /dev/null and b/pychathans/icons/48x48.png differ -- cgit From f7d14a28f07b951acdaba0ba8861a22341ab2e19 Mon Sep 17 00:00:00 2001 From: Rajeesh K Nambiar Date: Fri, 24 Jul 2009 20:37:56 +0530 Subject: Chathans : Update install.sh also to include new icons --- pychathans/install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pychathans') 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 -- cgit From e80ef8f61fdc885553e95aba2f444fdb949e11b6 Mon Sep 17 00:00:00 2001 From: Rajeesh K Nambiar Date: Sat, 25 Jul 2009 17:18:51 +0530 Subject: Chathans : Mention icons contribution in README --- pychathans/doc/README | 1 + 1 file changed, 1 insertion(+) (limited to 'pychathans') 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 +Icons are contributed by Prathyush Swathanthra Malayalam Computing Patches and Bug Reports are always welcome. -- cgit