diff options
author | Praveen Arimbrathodiyil <pravi.a@gmail.com> | 2009-08-02 17:29:11 -0400 |
---|---|---|
committer | Praveen Arimbrathodiyil <pravi.a@gmail.com> | 2009-08-02 17:29:11 -0400 |
commit | ed79191ad9fcc57c2244f391928f09b2fbfd45a3 (patch) | |
tree | 3b8d927ecf8ac79f76f1a3da8023b906c64659f2 /pychathans | |
parent | 96c6fb9ec5e604b077ab9f770b99cc021c87d85f (diff) | |
parent | e80ef8f61fdc885553e95aba2f444fdb949e11b6 (diff) | |
download | Rachana.git-ed79191ad9fcc57c2244f391928f09b2fbfd45a3.tar.gz Rachana.git-ed79191ad9fcc57c2244f391928f09b2fbfd45a3.tar.xz Rachana.git-ed79191ad9fcc57c2244f391928f09b2fbfd45a3.zip |
Merge branch 'master' of git://git.savannah.nongnu.org/smc
Diffstat (limited to 'pychathans')
-rw-r--r-- | pychathans/chathans.desktop | 2 | ||||
-rw-r--r-- | pychathans/doc/README | 1 | ||||
-rw-r--r-- | pychathans/icons/128x128.png | bin | 0 -> 7357 bytes | |||
-rw-r--r-- | pychathans/icons/16x16.png | bin | 0 -> 3235 bytes | |||
-rw-r--r-- | pychathans/icons/24x24.png | bin | 0 -> 3239 bytes | |||
-rw-r--r-- | pychathans/icons/32x32.png | bin | 0 -> 3808 bytes | |||
-rw-r--r-- | pychathans/icons/48x48.png | bin | 0 -> 3767 bytes | |||
-rwxr-xr-x | pychathans/install.sh | 3 |
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 Binary files differnew file mode 100644 index 0000000..5520c35 --- /dev/null +++ b/pychathans/icons/128x128.png diff --git a/pychathans/icons/16x16.png b/pychathans/icons/16x16.png Binary files differnew file mode 100644 index 0000000..81c3350 --- /dev/null +++ b/pychathans/icons/16x16.png diff --git a/pychathans/icons/24x24.png b/pychathans/icons/24x24.png Binary files differnew file mode 100644 index 0000000..4effa9a --- /dev/null +++ b/pychathans/icons/24x24.png diff --git a/pychathans/icons/32x32.png b/pychathans/icons/32x32.png Binary files differnew file mode 100644 index 0000000..b70f6e8 --- /dev/null +++ b/pychathans/icons/32x32.png diff --git a/pychathans/icons/48x48.png b/pychathans/icons/48x48.png Binary files differnew file mode 100644 index 0000000..d2bbcb5 --- /dev/null +++ b/pychathans/icons/48x48.png 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 |