Gwibber 3 fonctionnel sur Arch Linux

Après avoir lu le message de Louis Roché sur identi.ca, je me suis mis en tête d’installer la dernière version de Gwibber qui porte le numéro : 3.0.0.1

La méthode est peut être artisanale mais elle a le mérite de fonctionner !

N’étant pas un expert en création de paquet, je me réserve le droit de ne pas distribuer le PKGBUILG sur AUR. Pourquoi ? Tout simplement parce que Gwibber est une application que j’utilise peu et qu’il sera difficile pour moi de la maintenir correctement. Si une personne souhaite faire ce travail qu’il se présente : Frédéric ???

Screenshot :

PKGBUILD :

# Maintainer: ubunblox <ubunblox@gmail.com>
 
pkgname=gwibber-new
pkgrealname=gwibber
pkgver=3.0.0.1
pkgrel=1
pkgdesc="an open source microblogging client for GNOME"
arch=('any')
url="https://launchpad.net/gwibber/3.0"
license=('GPL')
depends=('python' 'dbus-python' 'python-gnomekeyring' 'gnome-keyring' 'python2-libgnome' 'python2-gconf' 'gnome-python-extras' 'gtkspell' 'python-imaging' 'python-notify' 'pywebkitgtk' 'python-simplejson' 'python-egenix-mx-base' 'python-distutils-extra' 'python-feedparser' 'pyxdg' 'python-mako' 'python-pycurl' 'libwnck' 'python-wnck' 'python-oauth2' 'python-oauth-svn')
source=(http://launchpad.net/gwibber/3.0/3.0/+download/$pkgrealname-$pkgver.tar.gz)
md5sums=('77ebabf036621d3b35fff57e530017ba')
 
 
build() {
 	cd $srcdir/${pkgrealname}-${pkgver} 
	python2 setup.py install --root=${pkgdir} || return 1
}

How to :

Créez tout d’abord votre répertoire de travail :

$ mkdir ~/gwibber_new
$ cd ~/gwibber_new

Recopiez le PKGBUILD dans le fichier… PKGBUILD :

$ touch PKGBUILD

Installez les dépendances provenant de AUR :

$ yaourt -S python-oauth2
$ yaourt -S python-oauth-svn

Bizarrement, python-oauth-svn ne s’installe que si python-oauth2 est présent ! Tandis que Gwibber ne fonctionnera qu’avec python-oauth-svn… Si quelqu’un a une information sur le sujet je suis preneur.

Compilez et installez :

$ makepkg -si

Vous pouvez faire un « makepkg -sr » pour tester le paquet : Les dépendances requises seront supprimées après l’opération.

Créez vos comptes :

$ gwibber-accounts

Enjoy :

$ gwibber

Le PKGBUILD n’est certainement pas parfait, mais ça fonctionne chez moi : J’espère qu’il en sera de même pour vous !

Mise à jour :

Monsieur Frederic Bezies a mis à disposition le PKGBUILD sur AUR. Un grand merci à lui ! Vous pouvez dès à présent installer Gwibber 3 en faisant un simple :

$ yaourt -S gwibber-new

Attention, le paquet ne fonctionne tout simplement pas sous l’environnement Gnome 3 ! Libre à vous à présent de le tester et pourquoi pas d’améliorer le PKGBUILD ;) .

Liens :

Dans la même catégorie :

 

Vus : 1316
Publié par Weedfast : 184