[qgit] Une interface graphique à Git

annonces et demandes de paquetages pour les dépôts i686 et x86_64
Avatar de l’utilisateur
marc[i1]
Maître du Kyudo
Messages : 1753
Inscription : ven. 27 oct. 2006, 10:48
Localisation : Nantes (44)

[qgit] Une interface graphique à Git

Message par marc[i1] »

Salut,

voici QGit, une interface graphique en Qt4 pour Git.

Qgit est dispo dans Extra en version 1.5.7, mais ce dernier est obsolète depuis 3 mois. :shock:

PKGBUILD :

Code : Tout sélectionner

pkgname=qgit
pkgver=2.1
pkgrel=1
pkgdesc="A graphical interface to git repositories"
arch=(i686 x86_64)
url="http://sourceforge.net/projects/qgit"
license=('GPL')
depends=(qt)
optdepends=(git)
install=
source=(http://downloads.sourceforge.net/sourceforge/qgit/$pkgname-$pkgver.tar.bz2 \
        qgit.desktop \
        install_src.pro.patch)
md5sums=('f22787c814fbe832d6da7c6a2436c3c0'
         '9a005b4960b12036760ffa6e99ab8164'
         '30c47b08150cd9fe036c5db624f969cc')

build() {
        cd $startdir/src/$pkgname
        qmake qgit.pro
        ( cd src/ ; patch -Np0 < $startdir/src/install_src.pro.patch )
        make || return 1
        make INSTALL_ROOT=$startdir/pkg install
        #install freedesktop files
        install -D -m644 $startdir/src/qgit.desktop $startdir/pkg/usr/share/applications/qgit.desktop
        install -D -m644 $startdir/src/qgit/src/resources/qgit.png $startdir/pkg/usr/share/pixmaps/qgit.png
}
le patch pour faire un paquetage, par défaut le binaire s'installe dans le $HOME :roll: :

Code : Tout sélectionner

--- src.pro.old 2008-03-16 02:16:42.000000000 +0100
+++ src.pro     2008-03-16 02:16:55.000000000 +0100
@@ -27,7 +27,7 @@

 unix {
     TARGET = qgit
-    target.path = ~/bin
+    target.path = /usr/bin
 }

 HAVE_GCC {
Il est dispo sur le dépot [archlinuxfr] et sur AUR
Ne vous emmerdez plus, emmerdez les autres.
Avatar de l’utilisateur
mightyjaym
yeomen
Messages : 296
Inscription : dim. 18 nov. 2007, 19:34
Localisation : Nîmes, France

Message par mightyjaym »

Version x86_64 uploadée.
Mon blog

Desktop : Intel Core 2 Duo E6850, 8 Gb RAM, NVIDIA GeForce 8500 GT, Arch Linux X86_64
Répondre