[Lunar-commits] r22670 - moonbase/trunk/devel/xxdiff

Dennis Veatch stumbles at lunar-linux.org
Tue Dec 19 19:42:54 CET 2006


Author: stumbles
Date: 2006-12-19 19:42:54 +0100 (Tue, 19 Dec 2006)
New Revision: 22670

Modified:
   moonbase/trunk/devel/xxdiff/BUILD
   moonbase/trunk/devel/xxdiff/DEPENDS
   moonbase/trunk/devel/xxdiff/DETAILS
Log:

Version bump. The most notable change is tmake is
replaced by qmake.



Modified: moonbase/trunk/devel/xxdiff/BUILD
===================================================================
--- moonbase/trunk/devel/xxdiff/BUILD	2006-12-19 18:22:55 UTC (rev 22669)
+++ moonbase/trunk/devel/xxdiff/BUILD	2006-12-19 18:42:54 UTC (rev 22670)
@@ -1,13 +1,12 @@
 (
 
-  export TMAKEPATH=/usr/share/tmake/lib/linux-g++
-  export QTDIR=${QT_PREFIX:-$QTDIR}  
-  cd src                            &&
-  tmake xxdiff.pro > Makefile       &&
-  sedit  "s/-O2/$CFLAGS/" Makefile  &&
-  make				    &&
-  prepare_install                   &&
-  cd ..                             &&
-  install bin/xxdiff /usr/bin     
+  . /etc/profile.d/qt3.rc
 
+  cd src                              &&
+  make -f Makefile.bootstrap makefile &&
+  make                                &&
+  prepare_install                     &&
+  cd ..                               &&
+  install bin/xxdiff /usr/bin
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/devel/xxdiff/DEPENDS
===================================================================
--- moonbase/trunk/devel/xxdiff/DEPENDS	2006-12-19 18:22:55 UTC (rev 22669)
+++ moonbase/trunk/devel/xxdiff/DEPENDS	2006-12-19 18:42:54 UTC (rev 22670)
@@ -1,2 +1 @@
-depends tmake  &&
 depends qt3

Modified: moonbase/trunk/devel/xxdiff/DETAILS
===================================================================
--- moonbase/trunk/devel/xxdiff/DETAILS	2006-12-19 18:22:55 UTC (rev 22669)
+++ moonbase/trunk/devel/xxdiff/DETAILS	2006-12-19 18:42:54 UTC (rev 22670)
@@ -1,12 +1,12 @@
        MODULE=xxdiff
-      VERSION=3.0.4
-       SOURCE=$MODULE-$VERSION.tar.gz
+      VERSION=3.2
+       SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL=$SFORGE_URL/xxdiff/
-   SOURCE_VFY=sha1:83bad7b8075e8619fa1af30620ca23de1317d51a
+   SOURCE_VFY=sha1:ab2848fd9279f55b5db270f319ad4791154ecf82
      WEB_SITE=http://furius.ca/xxdiff/
       ENTERED=20020420
-      UPDATED=20041107
-        SHORT="a graphical file and directories comparator and merge tool."
+      UPDATED=20061219
+        SHORT="graphical file and directories comparator and merge tool."
 
 cat << EOF
 xxdiff is a graphical file and directories comparator and merge tool.



More information about the Lunar-commits mailing list