[Lunar-commits] <moonbase> qgit4: Applying a sedit so it will not use the depreciated repo-config.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Jan 12 12:31:10 CET 2012


commit 0543528eaea0c6881560ca0d502af46b1b9c9b60
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Jan 12 06:31:10 2012 -0500

    qgit4: Applying a sedit so it will not use the depreciated repo-config.
---
 qt4-apps/qgit4/BUILD   |    4 +++-
 qt4-apps/qgit4/DETAILS |    7 +++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/qt4-apps/qgit4/BUILD b/qt4-apps/qgit4/BUILD
index 422f0c7..978a075 100644
--- a/qt4-apps/qgit4/BUILD
+++ b/qt4-apps/qgit4/BUILD
@@ -2,8 +2,10 @@
 
   . /etc/profile.d/qt4.rc  &&
 
-  $QTDIR/bin/qmake qgit.pro &&
+# The eliminates the warning it is using the depreciated repo-config.
+  sedit "s:repo-config:config:g" src/git.cpp &&
 
+  qmake qgit.pro &&
   make  &&
   prepare_install  &&
   install -m 755 -s bin/qgit ${MODULE_PREFIX}/bin  &&
diff --git a/qt4-apps/qgit4/DETAILS b/qt4-apps/qgit4/DETAILS
index 434f2c1..b18b061 100644
--- a/qt4-apps/qgit4/DETAILS
+++ b/qt4-apps/qgit4/DETAILS
@@ -1,9 +1,8 @@
           MODULE=qgit4
-             MOD=qgit
          VERSION=2.3
-          SOURCE=$MOD-$VERSION.tar.bz2
-      SOURCE_URL=$SFORGE_URL/$MOD
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD
+          SOURCE=qgit-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/qgit/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/qgit
    MODULE_PREFIX=${QT4_PREFIX:-/usr}
       SOURCE_VFY=sha1:6a75079e786a55d1d23a2752c0d93099af8aafd3
         WEB_SITE=http://digilander.libero.it/mcostalba


More information about the Lunar-commits mailing list