[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-commits] Commit Complete



Commit by  : neil
Repository : xara
Revision   : 1638
Date       : Tue Aug  1 20:49:22 BST 2006

Changed paths:
   M /Trunk/XaraLX/autopackage/default.apspec.in
   M /Trunk/XaraLX/buildServerLog.txt

Add svg import filter to autopackage


Diff:
Index: Trunk/XaraLX/buildServerLog.txt
===================================================================
--- Trunk/XaraLX/buildServerLog.txt	(revision 1637)
+++ Trunk/XaraLX/buildServerLog.txt	(revision 1638)
@@ -7,3 +7,5 @@
 Date/Time	Change Description
 ---------	------------------
 30-Jul-06 	Changed build server to use ./autogen.sh instead of autoreconf -f -i -s
+01-Aug-06	Added configure flags --enable-xarlib --enable-filters
+		Updated build script to gather svg filter install files
Index: Trunk/XaraLX/autopackage/default.apspec.in
===================================================================
--- Trunk/XaraLX/autopackage/default.apspec.in	(revision 1637)
+++ Trunk/XaraLX/autopackage/default.apspec.in	(revision 1638)
@@ -52,6 +52,12 @@
 copyFiles Templates "$PREFIX/share/xaralx"
 # copyFiles bin "$PREFIX/share/xaralx"
 # copyFiles video "$PREFIX/share/xaralx"
+
+# SVG filter
+installExe bin/svgfilter
+installExe bin/svgfilterui
+copyFiles filters "$PREFIX/share/xaralx"
+
 ((update-desktop-database 2>/dev/null) || /bin/true )
 
 [Uninstall]


Xara