summaryrefslogtreecommitdiff
path: root/editors/kdissert/patches/patch-aa
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-10-21 14:47:13 +0000
committerdrochner <drochner@pkgsrc.org>2005-10-21 14:47:13 +0000
commit611f8d7da282b7e56190011d9b7a5caa5cf5e4a5 (patch)
tree84c3397e874c457bf8da1cce8ee4c231cf89a3e3 /editors/kdissert/patches/patch-aa
parent6721dad7d4fc283c58dc2bdd589a9774a948929a (diff)
downloadpkgsrc-611f8d7da282b7e56190011d9b7a5caa5cf5e4a5.tar.gz
update to 1.0.5
changes: kdissert 1.0.5 * new inline editor (hit the keys 'e', 'a', or 'i' to raise it). * auto-sizing canvas * generate documents from the command-line * minor bugfixes kdissert 1.0.4 bugfixes: * crash when opening documents containing references of objects that have been removed * new objects inherit the color of the parent Additionally, the following features have been added: * Spanish translation * select subtrees easily * spatial selection of objects using the keyboard (optional, hiearchical selection is still available in the settings)
Diffstat (limited to 'editors/kdissert/patches/patch-aa')
-rw-r--r--editors/kdissert/patches/patch-aa11
1 files changed, 5 insertions, 6 deletions
diff --git a/editors/kdissert/patches/patch-aa b/editors/kdissert/patches/patch-aa
index f158e828c9a..6694109840c 100644
--- a/editors/kdissert/patches/patch-aa
+++ b/editors/kdissert/patches/patch-aa
@@ -1,15 +1,14 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/08/09 18:37:41 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2005/10/21 14:47:13 drochner Exp $
---- SConstruct.orig 2005-08-09 10:43:04.000000000 +0200
+--- SConstruct.orig 2005-10-18 22:29:20.000000000 +0200
+++ SConstruct
-@@ -16,8 +16,9 @@ The variables are saved automatically af
- # LOAD THE ENVIRONMENT AND SET UP THE TOOLS
+@@ -17,7 +17,8 @@ The variables are saved automatically af
###################################################################
-+import os
## Load the builders in config
-env = Environment(tools=['default', 'generic', 'kde', 'parser'], toolpath=['./', './bksys'])
++import os
+env = Environment(tools=['default', 'generic', 'kde', 'parser'], toolpath=['./', './bksys'], ENV={'PATH':os.environ['PATH']})
env.KDEuse("environ rpath")
- ###################################################################
+ #env['DUMPCONFIG']=1