2008/devel/desktop/kde/knazar - Fix sandbox violations

Doruk Fişek paketler-commits at pardus.org.tr
Sat Jan 2 19:39:28 EET 2010


Author: dfisek
Date: Sat Jan  2 19:39:27 2010
New Revision: 83919

Modified:
   2008/devel/desktop/kde/knazar/actions.py
   2008/devel/desktop/kde/knazar/pspec.xml
Log:
Fix sandbox violations

---
 actions.py |    3 +++
 pspec.xml  |    7 +++++++
 2 files changed, 10 insertions(+)

Modified: 2008/devel/desktop/kde/knazar/actions.py
=================================================================
--- 2008/devel/desktop/kde/knazar/actions.py	(original)
+++ 2008/devel/desktop/kde/knazar/actions.py	Sat Jan  2 19:39:27 2010
@@ -8,6 +8,9 @@
 from pisi.actionsapi import scons
 from pisi.actionsapi import pisitools
 from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+shelltools.export("HOME", get.workDIR())
 
 WorkDir = 'knazar'
 

Modified: 2008/devel/desktop/kde/knazar/pspec.xml
=================================================================
--- 2008/devel/desktop/kde/knazar/pspec.xml	(original)
+++ 2008/devel/desktop/kde/knazar/pspec.xml	Sat Jan  2 19:39:27 2010
@@ -34,6 +34,13 @@
    </Package>
 
     <History>
+        <Update release="8">
+            <Date>2010-01-02</Date>
+            <Version>0.2_p21206</Version>
+            <Comment>Fix sandbox violations.</Comment>
+            <Name>Doruk Fişek</Name>
+            <Email>dfisek at fisek.com.tr</Email>
+        </Update>
         <Update release="7">
             <Date>2009-01-24</Date>
             <Version>0.2_p21206</Version>


More information about the paketler-commits mailing list