From 0d8606fd65204eb5d1a09dc2f97d5ef2646f921b Mon Sep 17 00:00:00 2001 From: John Anderson Date: Sun, 5 May 2013 21:12:59 +0800 Subject: [PATCH 1/3] hotfix python3 install error --- bin/colout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/colout b/bin/colout index 9e09ae9..0b2248a 100644 --- a/bin/colout +++ b/bin/colout @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright © 2013 Martin Ueding +# Copyright 2013 Martin Ueding # Small launcher script for the main module. From df52773c4e428e62b0300b3fbfb57f318f649d54 Mon Sep 17 00:00:00 2001 From: orzrd <61966225@qq.com> Date: Thu, 9 May 2013 22:55:08 +0800 Subject: [PATCH 2/3] Update README.md Add installation method --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/README.md b/README.md index 4b8f741..c7cf413 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,58 @@ and then soft link `/usr/local/bin/colout` to your colout.py under your installa /usr/local/lib/python2.7/dist-packages/colout-0.1-py2.7.egg/colout/colout.py +## OTHER INSTALLATION METHOD + +Pypi(the Python Package Index) + + sudo pip install colout + +or + + sudo easy_install colout + +Ubuntu 13.04's ppa + + sudo add-apt-repository ppa:ciici123/colout + sudo apt-get update + sudo apt-get/aptitude install colout + +Gentoo overlay + + 1. Install layman + + echo "app-portage/layman git" >> $EPREFIX/etc/portage/package.Use + sudo emerge layman + + 2. Edit `$EPREFIX/etc/layman/layman.cfg`. Add a line after + + overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml + + so that it becomes + + overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml + file://$EPREFIX/var/lib/layman/my-list.xml + + 3. Edit `$EPREFIX/var/lib/layman/my-list.xml`. The content of this file should be: + + + + + dongwm-overlay + dongweiming's gentoo overlay + https://github.com/dongweiming/dongwm-overlay.git + + ciici1234@hotmail.com + + git://github.com/dongweiming/dongwm-overlay.git + + + + 4. Add this overlay and installation + + layman -a dongwm-overlay && sudo emerge colout + + ## OPTIONS * `-h`, `--help`: From a278f9796fab32650aad5cf42d20ae93814c8ab4 Mon Sep 17 00:00:00 2001 From: orzrd <61966225@qq.com> Date: Thu, 9 May 2013 23:00:11 +0800 Subject: [PATCH 3/3] Update colout hotfix python3 install error --- bin/colout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/colout b/bin/colout index 0b2248a..7702d17 100644 --- a/bin/colout +++ b/bin/colout @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2013 Martin Ueding +# Copyright (c) 2013 Martin Ueding # Small launcher script for the main module.