removido
(usa Nenhuma)
Enviado em 22/04/2011 - 22:45h
estou escrevendo sem usar o Arch no momento!
Se quiser tente remover o aplicativo e excluir as pastas (já passado como):
$ sudo pacman -Rscn pychess
Baixe esse PKGBUILD e salve-o com esse mesmo nome:
http://aur.archlinux.org/packages/pychess-hg/PKGBUILD
* o conteúdo do PKGBUILD é este:
# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
# Maintainer: Bernardo Barros <bernardobarros@gmail.com>
pkgname=pychess-hg
pkgver=1722
pkgrel=1
pkgdesc="a chess game (pygtk)"
arch=('i686' 'x86_64')
url="http://code.google.com/p/pychess/"
license=('GPL')
depends=('python-pysqlite' 'gnome-python-desktop' 'gnome-icon-theme' 'pygtksourceview2'
'gstreamer0.10-python')
optdepends=('gstreamer0-10-base-plugins')
provides=('pychess')
conflicts=('pychess')
_hgroot="https://pychess.googlecode.com/hg/"
_hgrepo="pychess"
build() {
cd "$srcdir"
msg "Connecting to Mercurial server...."
if [ -d $_hgrepo ] ; then
cd $_hgrepo
hg pull -u
msg "The local files are updated."
else
hg clone $_hgroot $_hgrepo
fi
msg "Mercurial checkout done or server timeout"
msg "Starting make..."
rm -rf "$srcdir/$_hgrepo-build"
cp -r "$srcdir/$_hgrepo" "$srcdir/$_hgrepo-build"
cd "$srcdir/$_hgrepo-build"
python2 setup.py install --prefix=/usr --root=$pkgdir
}
Instale as dependências:
$ sudo pacman -S gnome-icon-theme gnome-python-desktop gstreamer0.10-python pygtksourceview2 python-pysqlite
Construa o pacote (rodar o comando na pasta onde salvou o PKGBUILD):
$ makepkg -si
E depois instale o pacote gerado com:
$ sudo pacman -U nome-do-pacote.extensão
Se tiver o packer ou yaourt ou aurget instalado é mais fácil:
$ packer|yaourt -S pychess-hg