From 98b81776fcc739f3069bcb5f173e4e5084bcc3d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 12 Nov 2015 10:45:07 +0000 Subject: [PATCH] add designer plugins to installation --- ChangeLog | 6 ++++++ bootstrap.sh | 15 +++++++++----- debian/surfer-dev.install | 2 +- sql-to-dot.sed | 41 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 58 insertions(+), 6 deletions(-) create mode 100755 sql-to-dot.sed diff --git a/ChangeLog b/ChangeLog index 6fdac99..4cf1f6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-11-09 13:26 marc + + * ChangeLog, ax_init_standard_project.m4, bootstrap.sh, + debian/control.in, resolve-debbuilddeps.sh: fixed build + dependencies + 2015-11-07 10:47 marc * bootstrap.sh, debian/control.in: there is no qt4-default diff --git a/bootstrap.sh b/bootstrap.sh index 22ceaf9..69db5cc 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -110,7 +110,9 @@ GENERATED FILES * resolve-rpmbuilddeps.sh - script to install RPM package dependencies * build-in-docker.sh - script to build the project encapsulated in a docker container * build-resource-file.sh - build resource.qrc file from a resource directory + * sql-to-dot.sed - script to convert SQL schema files to graphviz dot in doxygen * mac-create-app-bundle.sh - script to create apple mac os-x app-bundle + * test/runtests.sh - template file to run test scripts, i.e. docker based * AUTHORS - replace your name in AUTHORS before first run * NEWS - empty file add your project's news * README - add project description (first line is header, followed by an empty line) @@ -196,7 +198,7 @@ FILES \n \2\n|ig + +s/varchar *( *\([0-9]\+\) *)/varchar[\1]/ig + +s/ *PRIMARY KEY *( *`\?\([a-z]\+\)`\? *) *[,)]//ig + +:b;s/\([a-z]\+\)\([^;]*\)FOREIGN KEY *( *`\?\([a-z]\+\)`\? *) *REFERENCES *`\?\([a-z]\+\)`\? *( *`\?\([a-z]\+\)`\? *) *\([^,)]*\)[,)]\(.*\)/\1\2\7\n \1:\3 -> \4:\5/ig;tb + +:c;s|\n[(,] *`\?\([a-z]\+\)`\? *\([^ ]\+\)*\([^,)]*\) *COMMENT *[`"']\([^`"']*\)[`"'] *[,)]|\n \1\2\3\4\n,|ig;tc + +s| \+||g +s| \+||g +s|\(]*>[^<]\{30,40\}\) \+\([^<]\{20,\}\)|\1
\2|g +:d;s|\(
[^<]\{30,40\}\) \+\([^<]\{20,\}\)|\1
\2|g;td + +s| *COMMENT *= *["']\?\([^"']*\)["']\?|\n \1|ig + +s| \+||g +s| \+||g +s|\(]*>[^<]\{60,80\}\) \+\([^<]\{30,\}\)|\1
\2|g +:e;s|\(
[^<]\{60,80\}\) \+\([^<]\{30,\}\)|\1
\2|g;te + +s/\n,[^\n]*/\n/g +s|;|\n \n >];\n|ig + +$a\ +}\ +@enddot\ +*/