[Lunar-commits] r24251 - in moonbase/trunk/qt-apps: . qgit

Florin Braescu florin at lunar-linux.org
Sat Apr 28 08:39:14 CEST 2007


Author: florin
Date: 2007-04-28 08:39:14 +0200 (Sat, 28 Apr 2007)
New Revision: 24251

Added:
   moonbase/trunk/qt-apps/qgit/
   moonbase/trunk/qt-apps/qgit/BUILD
   moonbase/trunk/qt-apps/qgit/DEPENDS
   moonbase/trunk/qt-apps/qgit/DETAILS
Log:
qgit is a Qt frontent for git.

Added: moonbase/trunk/qt-apps/qgit/BUILD
===================================================================
--- moonbase/trunk/qt-apps/qgit/BUILD	                        (rev 0)
+++ moonbase/trunk/qt-apps/qgit/BUILD	2007-04-28 06:39:14 UTC (rev 24251)
@@ -0,0 +1,17 @@
+(
+
+  . /etc/profile.d/qt3.rc
+
+  ./configure  --prefix=${QT_PREFIX:-$QTDIR}       \
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
+               --disable-debug                     \
+	       --enable-final                      \
+               --enable-fast-malloc=full           \
+               --with-xinerama                     \
+               $OPTS                              &&
+
+  make  &&
+  prepare_install  &&
+  install -m 755 src/qgit ${QT_PREFIX:-$QTDIR}/bin
+ 
+) > $C_FIFO 2>&1

Added: moonbase/trunk/qt-apps/qgit/DEPENDS
===================================================================
--- moonbase/trunk/qt-apps/qgit/DEPENDS	                        (rev 0)
+++ moonbase/trunk/qt-apps/qgit/DEPENDS	2007-04-28 06:39:14 UTC (rev 24251)
@@ -0,0 +1 @@
+depends  qt3
\ No newline at end of file

Added: moonbase/trunk/qt-apps/qgit/DETAILS
===================================================================
--- moonbase/trunk/qt-apps/qgit/DETAILS	                        (rev 0)
+++ moonbase/trunk/qt-apps/qgit/DETAILS	2007-04-28 06:39:14 UTC (rev 24251)
@@ -0,0 +1,31 @@
+          MODULE=qgit
+         VERSION=1.5.5
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:b914eed55a569e84c074c3baaf69d23844f81561
+        WEB_SITE=http://digilander.libero.it/mcostalba
+         ENTERED=20070428
+	 UPDATED=20070428
+           SHORT="A Qt client for git"
+
+cat << EOF
+With qgit you will be able to browse revisions history, view patch content
+and changed files, graphically following different development branches.
+Main features:
+
+ - View revisions, diffs, files history, files annotation, archive tree.
+
+ - Commit changes visually cherry picking modified files.
+
+ - Apply or format patch series from selected commits, drag and
+   drop commits between two instances of qgit.
+
+ - Associate commands sequences, scripts and anything else executable
+   to a custom action. Actions can be run from menu and corresponding
+   output is grabbed by a terminal window.
+
+ - qgit implements a GUI for the most common StGIT commands like push/pop
+   and apply/format patches. You can also create new patches or refresh
+   current top one using the same semantics of git commit, i.e. cherry
+   picking single modified files.
+EOF



More information about the Lunar-commits mailing list