[Lunar-commits] r20022 - in moonbase/trunk: graphics graphics/scribus graphics/umbrello qt-apps

Jannis Pohlmann jannis at lunar-linux.org
Wed May 10 14:25:49 UTC 2006


Author: jannis
Date: 2006-05-10 14:25:46 +0000 (Wed, 10 May 2006)
New Revision: 20022

Added:
   moonbase/trunk/graphics/scribus/
   moonbase/trunk/graphics/umbrello/
   moonbase/trunk/graphics/umbrello/DEPENDS
   moonbase/trunk/graphics/umbrello/DETAILS
Removed:
   moonbase/trunk/qt-apps/scribus/
Modified:
   moonbase/trunk/graphics/scribus/DEPENDS
   moonbase/trunk/graphics/scribus/DETAILS
Log:
scribus:
  * Moved from qt-apps to graphics (context is better than 
    toolkits)
  * Added optional dependency on Python in order to build
    Python scripting suppot
  * Version bump to 1.3.3.1 (bugfix release)

umbrello:
  * Added current version (1.5.2) of the graphical diagram 
    modelling tool
  * If anyone thinks the MODULE_PREFIX is inappropriate, 
    feel free to change it. This one was chosen in order to
    be consistent with other KDE applications (and it works
    here).



Copied: moonbase/trunk/graphics/scribus (from rev 20009, moonbase/trunk/qt-apps/scribus)

Modified: moonbase/trunk/graphics/scribus/DEPENDS
===================================================================
--- moonbase/trunk/qt-apps/scribus/DEPENDS	2006-05-09 11:50:58 UTC (rev 20009)
+++ moonbase/trunk/graphics/scribus/DEPENDS	2006-05-10 14:25:46 UTC (rev 20022)
@@ -2,5 +2,6 @@
 depends  libart_lgpl  &&
 depends  freetype2    &&
 
-optional_depends  "espgs"  ""  ""   "for use of eps images" &&
-optional_depends  "cairo"  "--enable-cairo" "" "use of vector graphics"
+optional_depends  "espgs"   ""                    ""                  "for use of eps images"   &&
+optional_depends  "cairo"   "--enable-cairo"      ""                  "use of vector graphics"  &&
+optional_depends  "Python"  "--enable-scripter2"  "--without-python"  "enable Python scripting"

Modified: moonbase/trunk/graphics/scribus/DETAILS
===================================================================
--- moonbase/trunk/qt-apps/scribus/DETAILS	2006-05-09 11:50:58 UTC (rev 20009)
+++ moonbase/trunk/graphics/scribus/DETAILS	2006-05-10 14:25:46 UTC (rev 20022)
@@ -1,11 +1,11 @@
           MODULE=scribus
-         VERSION=1.3.3
+         VERSION=1.3.3.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:15c05784f002580b565c4cc87c5d215351567653
+      SOURCE_VFY=sha1:481c125ad0f09c1a470320c1d31432d574e5e42f
         WEB_SITE=http://www.scribus.org.uk/
          ENTERED=20020420
-         UPDATED=20060408
+         UPDATED=20060510
            SHORT="Scribus is a desktop publishing program based on QT"
 
 cat << EOF

Added: moonbase/trunk/graphics/umbrello/DEPENDS
===================================================================
--- moonbase/trunk/graphics/umbrello/DEPENDS	                        (rev 0)
+++ moonbase/trunk/graphics/umbrello/DEPENDS	2006-05-10 14:25:46 UTC (rev 20022)
@@ -0,0 +1 @@
+depends  kdelibs3

Added: moonbase/trunk/graphics/umbrello/DETAILS
===================================================================
--- moonbase/trunk/graphics/umbrello/DETAILS	                        (rev 0)
+++ moonbase/trunk/graphics/umbrello/DETAILS	2006-05-10 14:25:46 UTC (rev 20022)
@@ -0,0 +1,16 @@
+          MODULE=umbrello
+   MODULE_PREFIX=${KDE_PREFIX:-$KDEDIR}
+         VERSION=1.5.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/uml/
+      SOURCE_VFY=sha1:877a4d7840d201e8119e851eddbbaf6602503eee
+        WEB_SITE=http://uml.sf.net
+         ENTERED=20060510
+         UPDATED=20060510
+           SHORT="Software diagram modelling tool for KDE"
+ 
+cat <<EOF
+Umbrello UML Modeller is a Unified Modelling Language diagram 
+programme for KDE. UML allows you to create diagrams of software 
+and other systems in a standard format. 
+EOF



More information about the Lunar-commits mailing list