[Lunar-commits] <moonbase> qgit4: Added the latest qgit version to moonbase (this uses qt4)

Terry Chan tchan at lunar-linux.org
Sun Jul 20 05:38:36 CEST 2008


commit d5303fe27ef77165f24d40a1eb86f23e42a1dd4f
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Sat Jul 19 22:38:36 2008 -0500

    qgit4: Added the latest qgit version to moonbase (this uses qt4)
    Hence the section choice of qt4-apps. This module does not conflict
    with the existing qt3 version of qgit, which is already in moonbase section qt-apps.
---
 qt4-apps/qgit4/BUILD   |   10 ++++++++++
 qt4-apps/qgit4/DEPENDS |    1 +
 qt4-apps/qgit4/DETAILS |   33 +++++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/qgit4/BUILD b/qt4-apps/qgit4/BUILD
new file mode 100644
index 0000000..82f012a
--- /dev/null
+++ b/qt4-apps/qgit4/BUILD
@@ -0,0 +1,10 @@
+(
+
+  . /etc/profile.d/qt4.rc
+
+  $QTDIR/bin/qmake qgit.pro &&
+  make  &&
+  prepare_install  &&
+  install -m 755 -s bin/qgit ${QT_PREFIX:-$QTDIR}/bin
+ 
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/qgit4/DEPENDS b/qt4-apps/qgit4/DEPENDS
new file mode 100644
index 0000000..028837c
--- /dev/null
+++ b/qt4-apps/qgit4/DEPENDS
@@ -0,0 +1 @@
+depends  qt4
diff --git a/qt4-apps/qgit4/DETAILS b/qt4-apps/qgit4/DETAILS
new file mode 100644
index 0000000..50dca9c
--- /dev/null
+++ b/qt4-apps/qgit4/DETAILS
@@ -0,0 +1,33 @@
+          MODULE=qgit4
+             MOD=qgit
+         VERSION=2.2
+          SOURCE=$MOD-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MOD
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD
+      SOURCE_VFY=sha1:8397569830f657df364412516f495e4626e5d672
+        WEB_SITE=http://digilander.libero.it/mcostalba
+         ENTERED=20080719
+         UPDATED=20080719
+           SHORT="A Qt4 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